rpms/php-pecl-mailparse/EL-4 php-pecl-mailparse.spec, 1.5, 1.6 sources, 1.6, 1.7

Remi Collet (remi) fedora-extras-commits at redhat.com
Thu Feb 28 22:26:44 UTC 2008


Author: remi

Update of /cvs/extras/rpms/php-pecl-mailparse/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17121

Modified Files:
	php-pecl-mailparse.spec sources 
Log Message:
update to 2.1.3


Index: php-pecl-mailparse.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-mailparse/EL-4/php-pecl-mailparse.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-pecl-mailparse.spec	7 Nov 2005 13:06:50 -0000	1.5
+++ php-pecl-mailparse.spec	28 Feb 2008 22:25:47 -0000	1.6
@@ -1,8 +1,9 @@
-%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
+%define php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined")
+%define php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 
 Summary: PECL package for parsing and working with email messages
 Name: php-pecl-mailparse
-Version: 2.1.1
+Version: 2.1.3
 Release: 1%{?dist}
 License: PHP
 Group: Development/Languages
@@ -11,10 +12,15 @@
 # Tarball created from the ext/mbstring/libmbfl/mbfl/ dir of the PHP sources
 Source1: mbfl-4.4.0.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: php
-BuildRequires: php, php-devel
+%if 0%{?rhel} == 4
+Requires: php-mbstring, php
+%else
+Requires: php-mbstring, php-api = %{php_apiver}
+%endif
+Provides: php-pecl(mailparse) = %{version}-%{release}
+BuildRequires: php, php-devel, php-mbstring
 # Required by phpize
-BuildRequires: autoconf, automake, libtool, gcc-c++
+BuildRequires: autoconf, automake, libtool
 
 %description
 Mailparse is an extension for parsing and working with email messages.
@@ -22,7 +28,7 @@
 
 
 %prep
-%setup -a 1 -n mailparse-%{version}
+%setup -q -n mailparse-%{version} -a 1
 
 
 %build
@@ -60,6 +66,23 @@
 
 
 %changelog
+* Thu Feb 28 2008 Remi Collet <Fedora at FamilleCollet.com> 2.1.3-1
+- update to 2.1.3
+- EPEL specific spec
+
+* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 2.1.1-5
+- FC6 rebuild.
+- Add php-api requirement and php-pecl(mailparse) provides.
+
+* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 2.1.1-4
+- Add missing php-mbstring requirement (#197410).
+
+* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 2.1.1-3
+- FC5 rebuild.
+
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 2.1.1-2
+- Rebuild for new gcc/glibc and FC5's PHP 5.1.
+
 * Wed Jul 20 2005 Matthias Saou <http://freshrpms.net/> 2.1.1-1
 - Update to 2.1.1.
 - Update mbfl tarball to 4.4.0 PHP sources.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-mailparse/EL-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	7 Nov 2005 13:06:50 -0000	1.6
+++ sources	28 Feb 2008 22:25:47 -0000	1.7
@@ -1,2 +1,2 @@
-14c058d79f1f6c01aa53273565bd4a54  mailparse-2.1.1.tgz
+286cd789079763f975164e450ec62f39  mailparse-2.1.3.tgz
 747a1cb954d9801f806ca77d9ec497e3  mbfl-4.4.0.tar.gz




More information about the fedora-extras-commits mailing list