[php-pecl-judy] add numerical prefix to extension configuration file

Remi Collet remi at fedoraproject.org
Wed Apr 23 15:11:51 UTC 2014


commit dd7369a7efa2ed18fdbdc9f89b152864412efe9b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Apr 23 17:11:43 2014 +0200

    add numerical prefix to extension configuration file

 php-pecl-judy.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/php-pecl-judy.spec b/php-pecl-judy.spec
index 9608354..ac9b983 100644
--- a/php-pecl-judy.spec
+++ b/php-pecl-judy.spec
@@ -14,12 +14,16 @@
 %global with_zts   0%{?__ztsphp:1}
 %global pecl_name  Judy
 %global  ext_name  judy
+%if 0%{?fedora} < 21
 %global ini_name   %{ext_name}.ini
+%else
+%global ini_name   40-%{ext_name}.ini
+%endif
 
 Summary:        PHP Judy implements sparse dynamic arrays
 Name:           php-pecl-judy
 Version:        1.0.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        PHP
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/%{pecl_name}
@@ -207,6 +211,9 @@ REPORT_EXIT_STATUS=1 \
 
 
 %changelog
+* Wed Apr 23 2014 Remi Collet <rcollet at redhat.com> - 1.0.2-3
+- add numerical prefix to extension configuration file
+
 * Wed Apr 16 2014 Remi Collet <remi at fedoraproject.org> - 1.0.2-2
 - use %%{ini_name} macro
 


More information about the scm-commits mailing list