[php-pecl-http] update to 2.0.0dev6

Remi Collet remi at fedoraproject.org
Fri Mar 2 18:07:55 UTC 2012


commit 966843c69d408424679490a909995c9cba6cc8a7
Author: remi <fedora at famillecollet.com>
Date:   Fri Mar 2 19:07:01 2012 +0100

    update to 2.0.0dev6

 .gitignore         |    2 ++
 php-pecl-http.spec |   10 +++++-----
 sources            |    1 +
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..583685c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*spec~
+/pecl_http-2.0.0dev6.tgz
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 3e75f94..f44f9f0 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -3,20 +3,17 @@
 # The project is pecl_http but the extension is only http
 %global proj_name pecl_http
 %global pecl_name http
-%global prever    dev5
+%global prever    dev6
 %global devver    dev
 
 Name:           php-pecl-http
 Version:        2.0.0
-Release:        0.4.%{prever}%{?dist}
+Release:        0.5.%{prever}%{?dist}
 Summary:        Extended HTTP support
 
 License:        BSD
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/pecl_http
-# upstream tarball is broken, regenerated using
-# star -x -f pecl_http-2.0.0dev5.tgz
-# tar czf pecl_http-2.0.0dev5.tgz package.xml pecl_http-2.0.0dev5
 Source0:        http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz
 
 # From http://www.php.net/manual/en/http.configuration.php
@@ -162,6 +159,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Mar 02 2012 Remi Collet <remi at fedoraproject.org> - 2.0.0-0.5.dev6
+- update to 2.0.0dev6
+
 * Sat Feb 18 2012 Remi Collet <remi at fedoraproject.org> - 2.0.0-0.4.dev5
 - update to 2.0.0dev5
 - fix filters
diff --git a/sources b/sources
index e69de29..776b15e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+acc3cf845eca7600e273abe5339e3590  pecl_http-2.0.0dev6.tgz


More information about the scm-commits mailing list