[php-pecl-imagick/f13/master] - Update to 3.0.0 - Add Conflicts: php-pecl-gmagick - BZ#559675 - Delete new and unneeded files "rm

Pavel Alexeev hubbitus at fedoraproject.org
Wed Sep 22 12:12:24 UTC 2010


commit 440aa7162945d631c1a9d87e51489fdc89eed11c
Author: Pavel Alexeev aka Pahan-Hubbitus <pahan at hubbitus.info>
Date:   Wed Sep 22 16:10:26 2010 +0400

    - Update to 3.0.0
    - Add Conflicts: php-pecl-gmagick - BZ#559675
    - Delete new and unneeded files "rm -rf %{buildroot}/%{_includedir}/php/ext/%peclName/"

 .gitignore            |    2 +-
 php-pecl-imagick.spec |   13 +++++++++++--
 sources               |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 691d525..13972de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-imagick-2.2.2.tgz
+/imagick-3.0.0.tgz
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec
index eefb0c6..a4a2d22 100644
--- a/php-pecl-imagick.spec
+++ b/php-pecl-imagick.spec
@@ -6,8 +6,8 @@
 
 Summary:		Provides a wrapper to the ImageMagick library
 Name:		php-pecl-%peclName
-Version:		2.2.2
-Release:		4%{?dist}
+Version:		3.0.0
+Release:		5%{?dist}
 License:		PHP
 Group:		Development/Libraries
 Source0:		http://pecl.php.net/get/%peclName-%{version}.tgz
@@ -26,6 +26,8 @@ Requires:		php-api = %{php_apiver}
 %endif
 Provides:		php-pecl(%peclName) = %{version}
 
+Conflicts:	php-pecl-gmagick
+
 %description
 %peclName is a native php extension to create and modify images using the
 ImageMagick API.
@@ -56,6 +58,8 @@ 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
 
+rm -rf %{buildroot}/%{_includedir}/php/ext/%peclName/
+
 %clean
 rm -rf %{buildroot}
 
@@ -79,6 +83,11 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php.d/%peclName.ini
 
 %changelog
+* Fri Jul 23 2010 Pavel Alexeev <Pahan at Hubbitus.info> - 3.0.0-5
+- Update to 3.0.0
+- Add Conflicts: php-pecl-gmagick - BZ#559675
+- Delete new and unneeded files "rm -rf %%{buildroot}/%%{_includedir}/php/ext/%%peclName/"
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 699fcbd..da30a7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0d4e004dc2e3244a8088d9eaef32645  imagick-2.2.2.tgz
+44d188f3a99ecc3892f3a1c2f1ae247a  imagick-3.0.0.tgz


More information about the scm-commits mailing list