[php-pecl-gmagick] - update to 1.1.7RC2 - rebuild for https://fedoraproject.org/wiki/Changes/Php56 - add numerical pref

Remi Collet remi at fedoraproject.org
Thu Jun 19 12:36:30 UTC 2014


commit 195e2be5291389472fce66872e47e074ae55cb83
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jun 19 14:36:23 2014 +0200

    - update to 1.1.7RC2
    - rebuild for https://fedoraproject.org/wiki/Changes/Php56
    - add numerical prefix to extension configuration file

 .gitignore            |    1 +
 php-pecl-gmagick.spec |   18 ++++++++++++++----
 sources               |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e02ad73..6aed240 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gmagick-1.1.0RC2.tgz
+/gmagick-1.1.7RC2.tgz
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec
index dffe2b2..d2fdc08 100644
--- a/php-pecl-gmagick.spec
+++ b/php-pecl-gmagick.spec
@@ -4,11 +4,16 @@
 
 %global	peclName   gmagick
 %global prever     RC2
+%if "%{php_version}" < "5.6"
+%global ini_name  %{peclName}.ini
+%else
+%global ini_name  40-%{peclName}.ini
+%endif
 
 Summary:		Provides a wrapper to the GraphicsMagick library
 Name:		php-pecl-%peclName
-Version:		1.1.0
-Release:		0.10.%{prever}%{?dist}
+Version:		1.1.7
+Release:		0.1.%{prever}%{?dist}
 License:		PHP
 Group:		Development/Libraries
 Source0:		http://pecl.php.net/get/%peclName-%{version}%{?prever}.tgz
@@ -63,7 +68,7 @@ make install \
 install -m 0755 -d %{buildroot}%{pecl_xmldir}
 install -m 0664 ../package.xml %{buildroot}%{pecl_xmldir}/%peclName.xml
 install -d %{buildroot}%{_sysconfdir}/php.d/
-install -m 0664 %{SOURCE1} %{buildroot}%{_sysconfdir}/php.d/%peclName.ini
+install -m 0664 %{SOURCE1} %{buildroot}%{_sysconfdir}/php.d/%{ini_name}
 
 chmod 0644 README
 
@@ -93,9 +98,14 @@ fi
 %doc %peclName-%{version}%{?prever}/{README,LICENSE}
 %{_libdir}/php/modules/%peclName.so
 %{pecl_xmldir}/%peclName.xml
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.d/%peclName.ini
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.d/%{ini_name}
 
 %changelog
+* Thu Jun 19 2014 Remi Collet <rcollet at redhat.com> - 1.1.7-0.1.RC2
+- update to 1.1.7RC2
+- rebuild for https://fedoraproject.org/wiki/Changes/Php56
+- add numerical prefix to extension configuration file
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-0.10.RC2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 551fd7d..6cf1b25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58beace3377e50d18c9a0d14d6703434  gmagick-1.1.0RC2.tgz
+1a55e881ab1d47a88a4cd9ec4447d90b  gmagick-1.1.7RC2.tgz


More information about the scm-commits mailing list