From b04c2904e220bf4cbe1d63ab22315f89aa59499d Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Thu, 21 Aug 2014 15:50:18 -0700 Subject: [PATCH] Pre-bump for newest stable version in spec file --- uwsgi.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index e8cc7f0..d868b11 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1,9 +1,9 @@ # Version -%global majornumber 1.9 -%global minornumber 19 +%global majornumber 2.0 +%global minornumber 6 # Documentation sources: -%global commit 119b2154b6a90285b3f7fa9768d5268f72e87fd1 +%global commit d2c4969e82c12b316889bcdce348d200b45c4a3e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global docrepo uwsgi-docs %{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} @@ -11,7 +11,7 @@ Name: uwsgi Version: %{majornumber}.%{minornumber}%{?patchnumber} -Release: 6%{dist} +Release: 0%{dist} Summary: Fast, self-healing, application container server Group: System Environment/Daemons License: GPLv2 with exceptions