Commit 5097ce0ae0f0a212a7c210463eab75cf6b097c7b
Committed by
Alexandre Barbosa
1 parent
3eee86e8
Exists in
master
and in
45 other branches
Bump colab-deps version to 1.12.9 in colab spec
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/pkg-rpm/colab/colab.spec
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | Summary: Collaboration platform for communities |
6 | 6 | Name: %{name} |
7 | 7 | Version: %{version} |
8 | -Release: 4 | |
8 | +Release: 6 | |
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.7, python-virtualenv | |
18 | -Requires: colab-deps >= 1.12.7, solr, mailman-api >= 0.3rc3 | |
17 | +BuildRequires: colab-deps >= 1.12.9, python-virtualenv | |
18 | +Requires: colab-deps >= 1.12.9, solr, mailman-api >= 0.3rc3 | |
19 | 19 | |
20 | 20 | %description |
21 | 21 | Integrated software development platform. | ... | ... |