[php-pear/f20] update Structures_Graph to 1.1.0 and Archive_Tar to 1.3.14

Remi Collet remi at fedoraproject.org
Fri Feb 27 07:10:18 UTC 2015


commit 278a06c98ad7743cd64588963f4ee60f16dd6243
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Feb 27 08:03:57 2015 +0100

    update Structures_Graph to 1.1.0 and Archive_Tar to 1.3.14
    
    (cherry picked from commit 9fb62f52502c2f10ec39127a332750c97b6e4a9d)

 .gitignore    |  2 ++
 php-pear.spec | 21 +++++++++++++--------
 sources       |  4 ++--
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e59fc9..063e9db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ clog
 /Archive_Tar-1.3.12.tgz
 /Archive_Tar-1.3.13.tgz
 /Console_Getopt-1.4.0.tgz
+/Archive_Tar-1.3.14.tgz
+/Structures_Graph-1.1.0.tgz
diff --git a/php-pear.spec b/php-pear.spec
index dd3e00a..1be9979 100644
--- a/php-pear.spec
+++ b/php-pear.spec
@@ -2,10 +2,10 @@
 %global metadir %{_localstatedir}/lib/pear
 
 %global getoptver 1.4.0
-%global arctarver 1.3.13
+%global arctarver 1.3.14
 # https://pear.php.net/bugs/bug.php?id=19367
 # Structures_Graph 1.0.4 - incorrect FSF address
-%global structver 1.0.4
+%global structver 1.1.0
 %global xmlutil   1.2.3
 
 # Tests are only run with rpmbuild --with tests
@@ -17,11 +17,11 @@
 Summary: PHP Extension and Application Repository framework
 Name: php-pear
 Version: 1.9.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 # PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD
-# Structures_Graph is LGPLv2+
-License: BSD and LGPLv2+
+# Structures_Graph is LGPLv3+
+License: BSD and LGPLv3+
 Group: Development/Languages
 URL: http://pear.php.net/package/PEAR
 Source0: http://download.pear.php.net/package/PEAR-%{version}.tgz
@@ -53,7 +53,7 @@ Patch1: php-pear-metadata.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: php-cli
+BuildRequires: php-cli > 5.4
 BuildRequires: php-xml
 BuildRequires: gnupg
 %if %{with_tests}
@@ -65,9 +65,10 @@ Provides: php-pear(Archive_Tar) = %{arctarver}
 Provides: php-pear(PEAR) = %{version}
 Provides: php-pear(Structures_Graph) = %{structver}
 Provides: php-pear(XML_Util) = %{xmlutil}
-Obsoletes: php-pear-XML-Util < %{xmlutil}
-Provides:  php-pear-XML-Util = %{xmlutil}
 
+# Structures_Graph requires 5.3
+# Console_Getopt requires 5.4
+Requires:  php(language) > 5.4
 Requires:  php-cli
 # phpci detected extension
 # PEAR (date, spl always builtin):
@@ -316,6 +317,10 @@ fi
 
 
 %changelog
+* Fri Feb 27 2015 Remi Collet <remi at fedoraproject.org> 1:1.9.5-5
+- update Structures_Graph to 1.1.0
+- update Archive_Tar to 1.3.14
+
 * Mon Feb 23 2015 Remi Collet <remi at fedoraproject.org> 1:1.9.5-4
 - update Console_Getopt to 1.4.0
 - raise php minimum version to 5.4
diff --git a/sources b/sources
index f868774..5301d6c 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
-ded37747ef1e75ee90e3fbaab68685fb  Archive_Tar-1.3.13.tgz
+49a9b2c64f593ba2e156574f91bf4e5b  Archive_Tar-1.3.14.tgz
 72c19ce19d5c6fab89ec79fa14b10c4b  Console_Getopt-1.4.0.tgz
 f44a56765988dafbe348828cac2562ca  PEAR-1.9.5.tgz
-b99c5e9ac348a2e81515ba16deb7ded3  Structures_Graph-1.0.4.tgz
+d7bb6744ee4027df817c5ee6ecbb9329  Structures_Graph-1.1.0.tgz
 7280fe3c5a7db11a7a9c293dcf81a285  XML_Util-1.2.3.tgz


More information about the scm-commits mailing list