Commit b51287a7e77ef0675874ab0025dd9643a511175d

Authored by Sergio Oliveira
Committed by Luciano Prestes
1 parent e726ef8a

Bump colab version to 1.12.3

Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/pkg-rpm/colab/colab.spec
1 1 %define name colab
2   -%define version 1.12.1
  2 +%define version 1.12.3
3 3 %define buildvenv /var/tmp/%{name}-%{version}
4 4  
5 5 Summary: Collaboration platform for communities
6 6 Name: %{name}
7 7 Version: %{version}
8   -Release: 2
  8 +Release: 1
9 9 Source0: %{name}-%{version}.tar.gz
10 10 License: GPLv2
11 11 Group: Development/Tools
... ... @@ -14,8 +14,8 @@ Prefix: %{_prefix}
14 14 Vendor: Sergio Oliveira <sergio@tracy.com.br>
15 15 Url: https://github.com/colab/colab
16 16 BuildArch: noarch
17   -BuildRequires: colab-deps >= 1.12, python-virtualenv
18   -Requires: colab-deps >= 1.12, solr, mailman-api >= 0.3rc3
  17 +BuildRequires: colab-deps >= 1.12.1, python-virtualenv
  18 +Requires: colab-deps >= 1.12.1, solr, mailman-api >= 0.3rc3
19 19  
20 20 %description
21 21 Integrated software development platform.
... ...