source: server/fedora/specs/php.spec.patch @ 1119

Last change on this file since 1119 was 1091, checked in by mitchb, 15 years ago
Upgrade from php 5.2.8-1 to 5.2.9-2. I'm sure this will solve all our stability problems. Or something.
File size: 923 bytes
RevLine 
[1091]1--- php.spec.orig       2009-04-23 11:58:08.000000000 -0400
2+++ php.spec    2009-04-23 12:00:32.000000000 -0400
3@@ -7,7 +7,7 @@
[1035]4 Summary: PHP scripting language for creating dynamic web sites
5 Name: php
[1091]6 Version: 5.2.9
7-Release: 2%{?dist}
8+Release: 2%{?dist}.scripts.%{scriptsversion}
[1035]9 License: PHP
10 Group: Development/Languages
11 URL: http://www.php.net/
[1091]12@@ -38,6 +38,10 @@
13 Patch60: php-5.2.7-tests-dashn.patch
14 Patch61: php-5.0.4-tests-wddx.patch
[1035]15 
16+# Fix for the-bug (PHP bug #42362, php.cvs #56693)
17+Provides: scripts-php
18+Patch100: php-scripts-304.patch
19+
20 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
21 
[1091]22 BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, gmp-devel
23@@ -374,6 +378,8 @@
24 %patch60 -p1 -b .tests-dashn
25 %patch61 -p1 -b .tests-wddx
[1035]26 
27+%patch100 -p1 -b .scripts-304
28+
29 # Prevent %%doc confusion over LICENSE files
30 cp Zend/LICENSE Zend/ZEND_LICENSE
31 cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.