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

Remi Collet remi at fedoraproject.org
Fri Jun 28 10:17:04 UTC 2013


commit 000ca96b8713cff9fbf4770255a2260d516c028c
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Jun 28 12:16:52 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 eeecf8f..470b257 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 radius-1.2.5.tgz
+/radius-1.2.7.tgz
diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec
index 110e407..571458e 100644
--- a/php-pecl-radius.spec
+++ b/php-pecl-radius.spec
@@ -5,8 +5,8 @@
 %define pecl_name radius
 
 Name:           php-pecl-radius
-Version:        1.2.5
-Release:        4%{?dist}
+Version:        1.2.7
+Release:        1%{?dist}
 Summary:        Radius client library
 
 License:        BSD
@@ -18,7 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  php-devel php-pear >= 1:1.4.9-1.2
 Provides:       php-pecl(radius) = %{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
@@ -93,6 +93,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)
+
 * Fri Feb 22 2008 Christopher Stone <chris.stone at gmail.com> 1.2.5-4
 - Properly register package
 
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