source: branches/fc17-dev/server/fedora/specs/php.spec.patch @ 2198

Last change on this file since 2198 was 2198, checked in by ezyang, 12 years ago
Untested version bumps for all spec files.
File size: 798 bytes
  • php.spec

    old new  
    5656Summary: PHP scripting language for creating dynamic web sites
    5757Name: php
    5858Version: 5.4.1
    59 Release: 1%{?dist}
     59Release: 1%{?dist}.scripts.%{scriptsversion}
    6060License: PHP
    6161Group: Development/Languages
    6262URL: http://www.php.net/
     
    9191# Fixes for tests
    9292
    9393
     94Provides: scripts-php
     95Patch100: php-cve-2012-1823.patch
     96
    9497BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    9598
    9699BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel}, gmp-devel
     
    584587%patch44 -p1 -b .systzip
    585588%endif
    586589
     590%patch100 -p0 -b .cve-2012-1823
     591
    587592# Prevent %%doc confusion over LICENSE files
    588593cp Zend/LICENSE Zend/ZEND_LICENSE
    589594cp TSRM/LICENSE TSRM_LICENSE
Note: See TracBrowser for help on using the repository browser.