summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-18 08:36:20 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-18 08:36:20 +0100
commit7d66d5710fad77df1170999439ac7d786e085625 (patch)
tree4a0d77e12ceb6f7fef1e8f78ebadb19b8f39403b
parent8d7a27c4c8b03b458963c71d6bfdacecbaa61483 (diff)
php-pecl-json-post: 1.0.0
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-json-post.spec9
2 files changed, 8 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index de64f93..1d44594 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #173 json_post version 1.0.0RC2 ] {
+Extension [ <persistent> extension #181 json_post version 1.0.0 ] {
- Dependencies {
Dependency [ json (Required) ]
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec
index 209c9f5..84ee481 100644
--- a/php-pecl-json-post.spec
+++ b/php-pecl-json-post.spec
@@ -21,12 +21,12 @@
# after 40-json.ini
%global ini_name 50-%{pecl_name}.ini
%endif
-%global prever RC2
+#global prever RC2
Summary: JSON POST handler
Name: %{?scl_prefix}php-pecl-json-post
Version: 1.0.0
-Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -46,6 +46,8 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+# Split off pecl/http
+Conflicts: %{?scl_prefix}php-pecl(http) < 2.4
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
# Other third party repo stuff
@@ -223,6 +225,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Mar 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
* Thu Mar 12 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.RC2
- Update to 1.0.0RC2