]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- add release_state variable for template
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Sep 2005 14:07:55 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-rpmvars.patch -> 1.1

php-pear-PEAR-rpmvars.patch [new file with mode: 0644]

diff --git a/php-pear-PEAR-rpmvars.patch b/php-pear-PEAR-rpmvars.patch
new file mode 100644 (file)
index 0000000..022095c
--- /dev/null
@@ -0,0 +1,10 @@
+--- ./usr/share/pear/PEAR/Command/Package.php  2005-09-18 16:42:13.000000000 +0300
++++ /usr/share/pear/PEAR/Command/Package.php   2005-09-18 16:47:08.000000000 +0300
+@@ -877,6 +877,7 @@
+         $info['package'] = $pf->getPackage();
+         $info['version'] = $pf->getVersion();
+         $info['release_license'] = $pf->getLicense();
++        $info['release_state'] = $pf->getState();
+         if ($pf->getDeps()) {
+             if ($pf->getPackagexmlVersion() == '1.0') {
+                 $requires = $conflicts = array();
This page took 0.083408 seconds and 4 git commands to generate.