[php-pear-Net-URL2] Update to 2.0.1 (stable)

Remi Collet remi at fedoraproject.org
Wed Dec 25 06:39:13 UTC 2013


commit 94f3dc2c8618503be6e8cf67d99e2a6ad23d9a3c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Dec 25 07:39:03 2013 +0100

    Update to 2.0.1 (stable)

 .gitignore              |    1 +
 php-pear-Net-URL2.patch |   18 ------------------
 php-pear-Net-URL2.spec  |   16 ++++++++--------
 sources                 |    2 +-
 4 files changed, 10 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a05aaf..bf2961d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ package-*.xml
 *spec~
 Net_URL2-0.3.1.tgz
 /Net_URL2-2.0.0.tgz
+/Net_URL2-2.0.1.tgz
diff --git a/php-pear-Net-URL2.spec b/php-pear-Net-URL2.spec
index 39349c1..43aa4b4 100644
--- a/php-pear-Net-URL2.spec
+++ b/php-pear-Net-URL2.spec
@@ -4,8 +4,8 @@
 %global with_tests  %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-pear-Net-URL2
-Version:        2.0.0
-Release:        7%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        Class for parsing and handling URL
 
 Group:          Development/Libraries
@@ -13,9 +13,6 @@ License:        BSD
 URL:            http://pear.php.net/package/Net_URL2
 Source0:        http://pear.php.net/get/%{pear_name}-%{version}.tgz
 
-# http://pear.php.net/bugs/bug.php?id=18921
-Patch0:         %{name}.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  php-pear
@@ -26,8 +23,10 @@ BuildRequires:  php-phpunit-PHPUnit
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Provides:       php-pear(%{pear_name}) = %{version}
 Requires:       php-pear(PEAR)
+Requires:       php-pcre
+
+Provides:       php-pear(%{pear_name}) = %{version}
 
 
 %description
@@ -38,8 +37,6 @@ etc.), URL generation, and resolving of relative URLs.
 %prep
 %setup -q -c
 
-%patch0
-
 cd %{pear_name}-%{version}
 # Package is V2
 mv ../package.xml %{name}.xml
@@ -101,6 +98,9 @@ fi
 
 
 %changelog
+* Wed Dec 25 2013 Remi Collet <remi at fedoraproject.org> - 2.0.1-1
+- Update to 2.0.1 (stable)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a89a74b..aacbf39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ec4d47bc517b6b9caa7f2dd753d6424  Net_URL2-2.0.0.tgz
+92532a858874ec11acc297acb3133331  Net_URL2-2.0.1.tgz


More information about the scm-commits mailing list