Commit 3e4d6e8e774881601fb7f53a36678cddbfecce6b
1 parent
068e891e
Exists in
master
and in
40 other branches
Bump colab version
* 1.12.6 Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Lucas Kanashiro <athoscribeiro@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/pkg-rpm/colab/colab.spec
1 | 1 | %define name colab |
2 | -%define version 1.12.5 | |
2 | +%define version 1.12.6 | |
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: 6 | |
8 | +Release: 1 | |
9 | 9 | Source0: %{name}-%{version}.tar.gz |
10 | 10 | License: GPLv2 |
11 | 11 | Group: Development/Tools | ... | ... |