[php-xcache/f18] update to 3.0.2

Remi Collet remi at fedoraproject.org
Fri Jun 14 16:54:39 UTC 2013


commit 877002eb784630d571ace26f7efd57e15132aa6f
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jun 14 18:54:26 2013 +0200

    update to 3.0.2

 .gitignore      |    1 +
 php-xcache.spec |   16 ++++++++++++++--
 sources         |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77ee528..14d0c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 /xcache-3.0.0.tar.gz
 /xcache-3.0.1.tar.gz
+/xcache-3.0.2.tar.gz
diff --git a/php-xcache.spec b/php-xcache.spec
index d374e5c..42c93ab 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -1,9 +1,17 @@
+# spec file for php-xcache
+#
+# Copyright (c) 2012-2013 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %global ext_name     xcache
 %global with_zts     0%{?__ztsphp:1}
 
 Summary:       Fast, stable PHP opcode cacher
 Name:          php-xcache
-Version:       3.0.1
+Version:       3.0.2
 Release:       1%{?dist}
 License:       BSD
 Group:         Development/Languages
@@ -21,8 +29,9 @@ Requires:      php(zend-abi) = %{php_zend_api}
 Requires:      php(api) = %{php_core_api}
 
 # Only one opcode cache can be installed
-Conflicts:     php-pecl-apc
+Conflicts:     php-pecl-apc < 3.1.15
 Conflicts:     php-eaccelerator
+Conflicts:     php-pecl-zendopcache
 
 # Filter private shared object
 %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
@@ -181,6 +190,9 @@ REPORT_EXIT_STATUS=1 \
 
 
 %changelog
+* Fri Jun 14 2013 Remi Collet <remi at fedoraproject.org> - 3.0.2-1
+- bugfixes version
+
 * Thu Jan 17 2013 Remi Collet <remi at fedoraproject.org> - 3.0.1-1
 - bugfixes version
 
diff --git a/sources b/sources
index 19048c2..78041c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-46b33bc04bbf8a5d1615e7235e8b84d5  xcache-3.0.1.tar.gz
+5ec9952c4b4c14e13d084c0787d0d49c  xcache-3.0.2.tar.gz


More information about the scm-commits mailing list