From 52ea83aac01510615e30f72205605beab0b787bc Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Thu, 18 May 2017 18:32:21 -0500 Subject: [PATCH] Bumping release in spec file --- uwsgi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index a052740..22b75ad 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -117,7 +117,7 @@ Name: uwsgi Version: %{majornumber}.%{minornumber}.%{releasenumber} -Release: 0%{?dist} +Release: 1%{?dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 with exceptions @@ -1693,6 +1693,10 @@ fi %changelog +* Thu May 18 2017 Jorge A Gallegos - 2.0.15-1 +- Bumping release to 2.0.15 (Jorge Gallegos) +- Updating sources to 2.0.15 (Jorge Gallegos) + * Mon Mar 20 2017 Carl George - 2.0.14-11 - Add patch7 to add glib-2.0 pkg-config flags to mono build - Filter uwgi plugins from automatic provides rhbz#1352089