Commit 4fb22996da041de4d00c3c71217c071f845936d7
Committed by
Luciano Prestes
1 parent
607127e6
Exists in
master
and in
51 other branches
Bump colab version to 1.12
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/pkg-rpm/colab/colab.spec
1 | 1 | %define name colab |
2 | -%define version 1.11.4 | |
2 | +%define version 1.12 | |
3 | 3 | %define buildvenv /var/tmp/%{name}-%{version} |
4 | 4 | |
5 | 5 | Summary: Collaboration platform for communities |
... | ... | @@ -14,9 +14,9 @@ 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.11.6, python-virtualenv | |
17 | +BuildRequires: colab-deps >= 1.12, python-virtualenv | |
18 | 18 | # FIXME colab should not depend on nginx! |
19 | -Requires: colab-deps >= 1.11.6, solr, mailman-api >= 0.3rc3, nginx | |
19 | +Requires: colab-deps >= 1.12, solr, mailman-api >= 0.3rc3, nginx | |
20 | 20 | |
21 | 21 | %description |
22 | 22 | Integrated software development platform. | ... | ... |