Commit 6ead4aee6613ad8f344574d777f9918ea841f4d3
1 parent
454554c8
Exists in
master
and in
64 other branches
Updated colab-deps
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/pkg-rpm/colab-deps/colab-deps.spec
| 1 | Summary: Collaboration platform for communities (Python dependencies) | 1 | Summary: Collaboration platform for communities (Python dependencies) |
| 2 | Name: colab-deps | 2 | Name: colab-deps |
| 3 | -Version: 1.11.3 | ||
| 4 | -Release: 25.1 | 3 | +Version: 1.11.5 |
| 4 | +Release: 1 | ||
| 5 | Source0: colab-deps-%{version}.tar.gz | 5 | Source0: colab-deps-%{version}.tar.gz |
| 6 | License: Various | 6 | License: Various |
| 7 | Group: Development/Tools | 7 | Group: Development/Tools |
src/pkg-rpm/colab/colab.spec
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | Summary: Collaboration platform for communities | 7 | Summary: Collaboration platform for communities |
| 8 | Name: %{name} | 8 | Name: %{name} |
| 9 | Version: %{version} | 9 | Version: %{version} |
| 10 | -Release: 20 | 10 | +Release: 21 |
| 11 | Source0: %{name}-%{version}.tar.gz | 11 | Source0: %{name}-%{version}.tar.gz |
| 12 | License: GPLv2 | 12 | License: GPLv2 |
| 13 | Group: Development/Tools | 13 | Group: Development/Tools |
| @@ -16,9 +16,9 @@ Prefix: %{_prefix} | @@ -16,9 +16,9 @@ Prefix: %{_prefix} | ||
| 16 | Vendor: Sergio Oliveira <sergio@tracy.com.br> | 16 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
| 17 | Url: https://github.com/colab/colab | 17 | Url: https://github.com/colab/colab |
| 18 | BuildArch: noarch | 18 | BuildArch: noarch |
| 19 | -BuildRequires: colab-deps >= 1.11.3, python-virtualenv | 19 | +BuildRequires: colab-deps >= 1.11.5, python-virtualenv |
| 20 | # FIXME colab should not depend on nginx! | 20 | # FIXME colab should not depend on nginx! |
| 21 | -Requires: colab-deps >= 1.11.3, solr, mailman-api >= 0.3rc3, nginx | 21 | +Requires: colab-deps >= 1.11.5, solr, mailman-api >= 0.3rc3, nginx |
| 22 | 22 | ||
| 23 | %description | 23 | %description |
| 24 | Integrated software development platform. | 24 | Integrated software development platform. |