[php-pecl-radius/el6] update to 1.2.7 (security)

Remi Collet remi at fedoraproject.org
Fri Jun 28 10:06:42 UTC 2013


commit a5723faf0ea3d9328425e20169f9d31299a083d2
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Jun 28 12:06:26 2013 +0200

    update to 1.2.7 (security)

 .gitignore           |    1 +
 php-pecl-radius.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63c857a..958a821 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 radius-1.2.5.tgz
 package.xml
+/radius-1.2.7.tgz
diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec
index 3604aec..5a257a4 100644
--- a/php-pecl-radius.spec
+++ b/php-pecl-radius.spec
@@ -5,8 +5,8 @@
 %global pecl_name radius
 
 Name:           php-pecl-radius
-Version:        1.2.5
-Release:        10%{?dist}
+Version:        1.2.7
+Release:        1%{?dist}
 Summary:        Radius client library
 
 License:        BSD
@@ -21,7 +21,7 @@ Requires(post): %{__pecl}
 Requires(postun): %{__pecl}
 Provides:       php-pecl(%{pecl_name}) = %{version}
 
-%if %{?php_zend_api}0
+%if 0%{?php_zend_api:1}
 Requires:       php(zend-abi) = %{php_zend_api}
 Requires:       php(api) = %{php_core_api}
 %else
@@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 28 2013 Remi Collet <remi at fedoraproject.org> - 1.2.7-1
+- Update to 1.2.7 (security)
+
 * Sat Oct 23 2010  Remi Collet <Fedora at FamilleCollet.com> - 1.2.5-10
 - add filter_provides to avoid private-shared-object-provides ncurses.so
 
diff --git a/sources b/sources
index 161fd3e..b0d22dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25d867dab8def71ab1b3e2410491ff4d  radius-1.2.5.tgz
+6d7ecfebf3f1a337cbe9fdce491aa762  radius-1.2.7.tgz


More information about the scm-commits mailing list