From f5588ecfb7f395166ed60965a2fe2eb2d6d04bdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Jan 2015 07:13:20 +0100 Subject: php-pecl-http: switch spec (2.2 is stable) --- php-pecl-http.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 331e4c6..512d2a4 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -26,9 +26,10 @@ %endif %global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%global prever RC1 Name: %{?scl_prefix}php-pecl-http -Version: 2.1.4 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 +Version: 2.2.0 +Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support License: BSD @@ -327,9 +328,15 @@ rm -rf %{buildroot} %changelog -* Wed Dec 24 2014 Remi Collet - 2.1.4-1.1 +* Wed Dec 24 2014 Remi Collet - 2.2.0-0.3.RC1 - Fedora 21 SCL mass rebuild +* Wed Nov 12 2014 Remi Collet - 2.2.0-0.2.RC1 +- update to 2.2.0RC1 (beta) + +* Fri Nov 07 2014 Remi Collet - 2.2.0-0.1 +- test build of 2.2.0dev + * Thu Nov 06 2014 Remi Collet - 2.1.4-1 - Update to 2.1.4 -- cgit