summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-12 13:10:07 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-12 13:10:07 +0200
commita98e98d461db279ff5ba0373dec679fc6c623c6a (patch)
tree643cc23f44d0541381e6ed8870b6de0ee68eb8a5
parent002eee2a226099e5c8c2f5130b049bd8e4c5091e (diff)
php-pecl-yp: 1.0.1 (stable, no change)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yp.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 2299fd5..6f0d85e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #150 yp version 1.0.0 ] {
+Extension [ <persistent> extension #150 yp version 1.0.1 ] {
- Constants [16] {
Constant [ integer YPERR_ACCESS ] { 15 }
diff --git a/php-pecl-yp.spec b/php-pecl-yp.spec
index 496e731..e12f9f9 100644
--- a/php-pecl-yp.spec
+++ b/php-pecl-yp.spec
@@ -21,7 +21,7 @@
Summary: YP/NIS functions
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -73,7 +73,7 @@ mv %{pecl_name}-%{version}%{?prever} NTS
cd NTS
# Fix version
-sed -e '/PHP_YP_VERSION/s/1.0.0RC1/%{version}/' -i php_yp.h
+#sed -e '/PHP_YP_VERSION/s/1.0.0RC1/%{version}/' -i php_yp.h
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_YP_VERSION/{s/.* "//;s/".*$//;p}' php_yp.h)
@@ -184,6 +184,9 @@ rm -rf %{buildroot}
%changelog
+* Mon May 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1 (stable, no change)
+
* Sun May 11 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- update to 1.0.0 (stable)