]> git.pld-linux.org Git - packages/php-pear-Console_Getargs.git/commitdiff
- updated to 1.4.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 22 Oct 2018 06:25:06 +0000 (08:25 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 22 Oct 2018 06:25:06 +0000 (08:25 +0200)
deprecation.patch [deleted file]
php-pear-Console_Getargs.spec

diff --git a/deprecation.patch b/deprecation.patch
deleted file mode 100644 (file)
index 3939af8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Console_Getargs-1.3.5/usr/share/pear/Console/Getargs.php~  2010-11-15 16:53:57.000000000 +0200
-+++ Console_Getargs-1.3.5/usr/share/pear/Console/Getargs.php   2010-11-15 16:54:34.292318997 +0200
-@@ -224,7 +224,7 @@
-     function &factory($config = array(), $arguments = null)
-     {
-         // Create the options object.
--        $obj = & new Console_Getargs_Options();
-+        $obj = new Console_Getargs_Options();
-         // Try to set up the arguments.
-         $err = $obj->init($config, $arguments);
index bf8fc4117e7ae949bb092d6ecec1da898c9137ae..78364a8422013c0a7fb59989c78c0b4c5ff29b86 100644 (file)
@@ -4,12 +4,12 @@
 Summary:       %{_pearname} - a command-line arguments parser
 Summary(pl.UTF-8):     %{_pearname} - przetwarzanie argumentów linii poleceń
 Name:          php-pear-%{_pearname}
-Version:       1.3.5
-Release:       2
+Version:       1.4.0
+Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: a727bc63cc5fe4e28ccb37401cdc1525
+# Source0-md5: f99266907369af0191ea32f25dc6317e
 Patch0:                deprecation.patch
 URL:           http://pear.php.net/package/Console_Getargs/
 BuildRequires: php-packagexml2cl
@@ -43,7 +43,6 @@ Ta klasa ma w PEAR status: %{_status}.
 
 %prep
 %pear_package_setup
-%patch0 -p1
 
 mv docs/%{_pearname}/examples .
 
This page took 0.077277 seconds and 4 git commands to generate.