summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-24 07:50:27 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-24 07:50:27 +0100
commit7ea9c830bd84e647c0f5e930a99b6195391294bc (patch)
tree6f26d873298c820e2da1de5a24e277c24f571441
parent08e0fe2bb7fe872dc78699b0388f505c182bf310 (diff)
upstream have fixed the sources (review #859504)
-rw-r--r--php-xcache.spec10
1 files 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 <remi@fedoraproject.org> - 3.0.0-1.1
+- upstream have fixed the sources (review #859504)
+
* Wed Oct 31 2012 Remi Collet <remi@fedoraproject.org> - 3.0.0-1
- new major version
- drop xcache-coverager subpackage