]> git.pld-linux.org Git - packages/php-pecl-parsekit.git/commitdiff
- fix build with php5.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 22 Dec 2005 23:54:37 +0000 (23:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 6

Changed files:
    php-pecl-parsekit.spec -> 1.14

php-pecl-parsekit.spec

index 9ac8d171a151238ebfe3e49b772f799c09d10cf4..1aa641867558684ab71a718615e4d9f3aa57a370 100644 (file)
@@ -6,11 +6,12 @@ Summary:      %{_modname} - PHP Opcode Analyser
 Summary(pl):   %{_modname} - Analizator instrukcji PHP
 Name:          php-pecl-%{_modname}
 Version:       1.0
-Release:       5
+Release:       6
 License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: 9a219eec9c4b9b10cbd06570f83fc52c
+Patch0:                %{name}-php51.patch
 URL:           http://pecl.php.net/package/parsekit/
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.254
@@ -41,6 +42,7 @@ To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 cd %{_modname}-%{version}
This page took 0.072382 seconds and 4 git commands to generate.