rpms/php-pecl-zip/devel .cvsignore, 1.3, 1.4 php-pecl-zip.spec, 1.2, 1.3 sources, 1.3, 1.4

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun Aug 27 17:34:30 UTC 2006


Author: remi

Update of /cvs/extras/rpms/php-pecl-zip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27893

Modified Files:
	.cvsignore php-pecl-zip.spec sources 
Log Message:
update to 1.7.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-zip/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Aug 2006 12:40:41 -0000	1.3
+++ .cvsignore	27 Aug 2006 17:34:30 -0000	1.4
@@ -1 +1 @@
-zip-1.7.0.tgz
+zip-1.7.2.tgz


Index: php-pecl-zip.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pecl-zip.spec	20 Aug 2006 12:40:41 -0000	1.2
+++ php-pecl-zip.spec	27 Aug 2006 17:34:30 -0000	1.3
@@ -1,10 +1,12 @@
-%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php/modules)
-%define apiver %((phpize --version 2>/dev/null || echo 'PHP Api Version: 20041225' ) | sed -n '/PHP Api Version/ s/.*:  *//p')
+%global php_apiver  %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
+%global php_extdir  %(php-config --extension-dir 2>/dev/null || echo "undefined")
+%global php_version %(php-config --version 2>/dev/null || echo 0)
+
 
 Summary: 	PECL A zip management extension
 Summary(fr): 	PECL Une extension de gestion des ZIP
 Name: 		php-pecl-zip
-Version: 	1.7.0
+Version: 	1.7.2
 Release: 	1%{?dist}
 License: 	PHP License
 Group: 		Development/Languages
@@ -13,7 +15,7 @@
 Source1:	PHP-LICENSE-3.01
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: 	php-pecl(zip) = %{version}-%{release}, php-zip = %{version}-%{release}
-Requires: 	php-api >= %{apiver}
+Requires: 	php-api >= %{php_apiver}
 BuildRequires: 	php-devel, zlib-devel
 
 %description
@@ -53,6 +55,17 @@
 %{php_extdir}/zip.so
 
 %changelog
+* Sun Aug 27 2006 Remi Collet <Fedora at FamilleCollet.com> 1.7.2-1
+- update to 1.7.2
+
+* Sat Aug 26 2006 Remi Collet <Fedora at FamilleCollet.com> 1.7.1-2
+- use php_zip.c version 1.73 from CVS 
+- see http://pecl.php.net/bugs/bug.php?id=8564
+
+* Fri Aug 25 2006 Remi Collet <Fedora at FamilleCollet.com> 1.7.1-1
+- update to 1.7.1
+- change macros to conform to PHP Guidelines
+
 * Sun Aug 20 2006 Remi Collet <Fedora at FamilleCollet.com> 1.7.0-1
 - update to 1.7.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-zip/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Aug 2006 12:40:41 -0000	1.3
+++ sources	27 Aug 2006 17:34:30 -0000	1.4
@@ -1 +1 @@
-7de465dc9759883cb068dbb90e7c488e  zip-1.7.0.tgz
+7a11897e667e8e2f800b507efd0c2ff1  zip-1.7.2.tgz




More information about the scm-commits mailing list