Commit dc7c9e87bbed8db389879db5365fd6e8eb75e90e
1 parent
ca5c471f
Exists in
master
and in
68 other branches
add release tags in all specs
Since we are migrating from OBS to copr, we do need to track our packages releases now on. Also, two of the packages had missing build dependencies and would not build on copr and two of the packages had greater version in OBS when compared to this repository, which was also fixed.
Showing
18 changed files
with
23 additions
and
10 deletions
Show diff stats
src/pkg-rpm/bottle/bottle.spec
src/pkg-rpm/colab-deps/colab-deps.spec
src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec
src/pkg-rpm/colab/colab.spec
src/pkg-rpm/fcgi/fcgi.spec
src/pkg-rpm/fcgiwrap/fcgiwrap.spec
1 | 1 | %global gitcommit 333ff99 |
2 | 2 | Name: fcgiwrap |
3 | 3 | Version: 1.1.0 |
4 | +Release: 3 | |
4 | 5 | Summary: Simple FastCGI wrapper for CGI scripts |
5 | 6 | License: MIT |
6 | 7 | URL: http://nginx.localdomain.pl/ |
... | ... | @@ -8,7 +9,7 @@ Group: System Environment/Daemons |
8 | 9 | |
9 | 10 | Source0: fcgiwrap-%{version}.tar.gz |
10 | 11 | |
11 | -BuildRequires: autoconf | |
12 | +BuildRequires: automake | |
12 | 13 | BuildRequires: fcgi-devel |
13 | 14 | Requires: spawn-fcgi |
14 | 15 | ... | ... |
src/pkg-rpm/gitlab-deps/gitlab-deps.spec
src/pkg-rpm/gitlab-shell/gitlab-shell.spec
src/pkg-rpm/gitlab/gitlab.spec
src/pkg-rpm/libev/libev.spec
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 | Name: libev |
5 | 5 | Summary: High-performance event loop/event model with lots of features |
6 | 6 | Version: 4.15 |
7 | +Release: 5.1 | |
7 | 8 | License: BSD or GPLv2+ |
8 | 9 | URL: http://software.schmorp.de/pkg/libev.html |
9 | 10 | Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz | ... | ... |
src/pkg-rpm/mailman-api/mailman-api.spec
1 | 1 | %define name mailman-api |
2 | -%define version 0.3c1 | |
3 | -%define unmangled_version 0.3c1 | |
4 | -%define release 10 | |
2 | +%define version 0.3rc2 | |
3 | +%define unmangled_version 0.3rc2 | |
5 | 4 | |
6 | 5 | Summary: REST API daemon to interact with Mailman 2 |
7 | 6 | Name: %{name} |
... | ... | @@ -15,8 +14,9 @@ BuildArch: noarch |
15 | 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
16 | 15 | Requires: mailman, python >= 2.7, python-paste >= 1.7.5.1, bottle >= 0.11.6 |
17 | 16 | Url: http://pypi.python.org/pypi/mailman-api/ |
18 | - | |
17 | +Release: 10 | |
19 | 18 | BuildRequires: python >= 2.7, python-devel >= 2.7, python-setuptools >= 0.9.8 |
19 | +BuildRequires: systemd-units | |
20 | 20 | |
21 | 21 | %description |
22 | 22 | mailman-api | ... | ... |
src/pkg-rpm/noosfero-deps/noosfero-deps.spec
src/pkg-rpm/noosfero-spb/noosfero-spb.spec
src/pkg-rpm/noosfero/noosfero.spec
src/pkg-rpm/redis/redis.spec
src/pkg-rpm/solr/solr.spec
src/pkg-rpm/spawn-fcgi/spawn-fcgi.spec