From 7ea9c830bd84e647c0f5e930a99b6195391294bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Nov 2012 07:50:27 +0100 Subject: upstream have fixed the sources (review #859504) --- php-xcache.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/php-xcache.spec b/php-xcache.spec index 2f23a9c..3faebc3 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -4,7 +4,7 @@ Summary: Fast, stable PHP opcode cacher Name: php-xcache Version: 3.0.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: BSD Group: Development/Languages URL: http://xcache.lighttpd.net/ @@ -20,7 +20,7 @@ BuildRequires: php-devel Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} -# Only one opcode cache +# Only one opcode cache can installed Conflicts: php-pecl-apc Conflicts: php-eaccelerator @@ -66,9 +66,6 @@ mv %{ext_name}-%{version} nts cd nts %patch0 -p1 -# fix version -sed -e '/XCACHE_VERSION/s/-dev//' -i xcache.h - # Sanity check, really often broken extver=$(sed -n '/define XCACHE_VERSION/{s/.* "//;s/".*$//;p}' xcache.h) if test "x${extver}" != "x%{version}"; then @@ -184,6 +181,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Nov 22 2012 Remi Collet - 3.0.0-1.1 +- upstream have fixed the sources (review #859504) + * Wed Oct 31 2012 Remi Collet - 3.0.0-1 - new major version - drop xcache-coverager subpackage -- cgit