]> git.pld-linux.org Git - packages/php-pecl-fileinfo.git/commitdiff
- updated to 1.0.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 24 Dec 2005 16:09:43 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix build on php5.1

Changed files:
    php-pecl-fileinfo.spec -> 1.11

php-pecl-fileinfo.spec

index 42207329a9fe06179e68c4c2bc158561d701b2c7..87b98d61dc2a9d60bde1c21c0e6d3fcf071af956 100644 (file)
@@ -7,12 +7,13 @@
 Summary:       %{_modname} - libmagic bindings
 Summary(pl):   %{_modname} - dowi±zania biblioteki libmagic
 Name:          php-pecl-%{_modname}
-Version:       1.0
-Release:       2
+Version:       1.0.1
+Release:       1
 License:       PHP
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_smodname}-%{version}.tgz
-# Source0-md5: 66503ab12c7d9cc1958b653845baa49c
+# Source0-md5: 34155e8ea7e5b46d7a155e73245f3796
+Patch0:                %{name}-php51.patch
 URL:           http://pecl.php.net/package/Fileinfo/
 BuildRequires: php-devel >= 3:5.0.0
 BuildRequires: rpmbuild(macros) >= 1.254
@@ -42,6 +43,7 @@ To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 cd %{_smodname}-%{version}
This page took 0.040557 seconds and 4 git commands to generate.