summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-20 14:51:30 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-20 14:51:30 +0200
commit11a91b5b12ffcbe6417fdc832ff71ff868865bc8 (patch)
treede2b23b76cf18cae612f675fb10adb43914e1da7
parentbc26d1ffc038b3f92aa7703dd9e6a4d1f001920c (diff)
php-pecl-raphf: 1.0.2
-rw-r--r--0001-fix-ZTS-build.patch25
-rw-r--r--php-pecl-raphf.spec10
2 files changed, 8 insertions, 27 deletions
diff --git a/0001-fix-ZTS-build.patch b/0001-fix-ZTS-build.patch
deleted file mode 100644
index 85892e3..0000000
--- a/0001-fix-ZTS-build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 028a4eda5ebd97cbadbc427423976deac247af63 Mon Sep 17 00:00:00 2001
-From: Remi Collet <fedora@famillecollet.com>
-Date: Tue, 20 Aug 2013 10:24:56 +0200
-Subject: [PATCH] fix ZTS build
-
----
- php_raphf.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/php_raphf.h b/php_raphf.h
-index a1b0823..220bcf1 100644
---- a/php_raphf.h
-+++ b/php_raphf.h
-@@ -128,7 +128,7 @@ ZEND_BEGIN_MODULE_GLOBALS(raphf)
- ZEND_END_MODULE_GLOBALS(raphf)
-
- #ifdef ZTS
--# define PHP_RAPHF_G ((zend_raphf_globals *)
-+# define PHP_RAPHF_G ((zend_raphf_globals *) \
- (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(raphf_globals_id)])
- #else
- # define PHP_RAPHF_G (&raphf_globals)
---
-1.8.3.1
-
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec
index 9049478..ccc7d79 100644
--- a/php-pecl-raphf.spec
+++ b/php-pecl-raphf.spec
@@ -15,8 +15,8 @@
Summary: Resource and persistent handles factory
Name: php-pecl-%{pecl_name}
-Version: 1.0.1
-Release: 1%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}.1
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -168,8 +168,14 @@ rm -rf %{buildroot}
%changelog
+* Tue Aug 20 2013 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
* Tue Aug 20 2013 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1
+* Tue Aug 20 2013 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
* Sun Jun 16 2013 Remi Collet <remi@fedoraproject.org> - 0.1.0-1
- initial package