Ignore:
Timestamp:
Apr 23, 2009, 12:59:31 PM (15 years ago)
Author:
mitchb
Message:
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:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/php.spec.patch

    r1035 r1091  
    1 --- php.spec.orig       2009-03-28 14:41:37.000000000 -0400
    2 +++ php.spec    2009-03-28 14:46:46.000000000 -0400
    3 @@ -8,7 +8,7 @@
     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 @@
    44 Summary: PHP scripting language for creating dynamic web sites
    55 Name: php
    6  Version: 5.2.8
    7 -Release: 1%{?dist}
    8 +Release: 1%{?dist}.scripts.%{scriptsversion}
     6 Version: 5.2.9
     7-Release: 2%{?dist}
     8+Release: 2%{?dist}.scripts.%{scriptsversion}
    99 License: PHP
    1010 Group: Development/Languages
    1111 URL: http://www.php.net/
    12 @@ -39,6 +39,10 @@
    13  Patch50: php-5.2.7-tests-dashn.patch
    14  Patch51: php-5.0.4-tests-wddx.patch
     12@@ -38,6 +38,10 @@
     13 Patch60: php-5.2.7-tests-dashn.patch
     14 Patch61: php-5.0.4-tests-wddx.patch
    1515 
    1616+# Fix for the-bug (PHP bug #42362, php.cvs #56693)
     
    2020 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    2121 
    22  BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, expat-devel
    23 @@ -377,6 +381,8 @@
    24  %patch50 -p1 -b .tests-dashn
    25  %patch51 -p1 -b .tests-wddx
     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
    2626 
    2727+%patch100 -p1 -b .scripts-304
Note: See TracChangeset for help on using the changeset viewer.