rpms/php-pear-Log/F-7 php-pear-Log.spec, 1.3, 1.4 sources, 1.4, 1.5 xml2changelog, 1.1, 1.2

Remi Collet (remi) fedora-extras-commits at redhat.com
Sat Jun 2 08:06:39 UTC 2007


Author: remi

Update of /cvs/extras/rpms/php-pear-Log/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9916

Modified Files:
	php-pear-Log.spec sources xml2changelog 
Log Message:
update to 1.9.11


Index: php-pear-Log.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/F-7/php-pear-Log.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-pear-Log.spec	12 Feb 2007 18:27:38 -0000	1.3
+++ php-pear-Log.spec	2 Jun 2007 08:05:40 -0000	1.4
@@ -4,7 +4,7 @@
 Summary:        Abstracted logging facility for PHP
 Summary(fr):    Abstraction des outils d'enregistrement de traces pour PHP
 Name:           php-pear-Log
-Version:        1.9.10
+Version:        1.9.11
 Release:        1%{?dist}
 License:        PHP License
 Group:          Development/Libraries
@@ -93,6 +93,9 @@
 %{pear_xmldir}/%{pear_name}.xml
 
 %changelog
+* Sat May 02 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.11-1
+- update to 1.9.11
+
 * Mon Feb 12 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.10-1
 - update to 1.9.10
 - All tests succeed with php-5.2.x : http://pear.php.net/bugs/bug.php?id=9023


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Feb 2007 18:26:22 -0000	1.4
+++ sources	2 Jun 2007 08:05:40 -0000	1.5
@@ -1 +1 @@
-ea725a7cc7868d0d81abe6f7bc7f2a95  Log-1.9.10.tgz
+fb7c648b212f12fdb5ce1ab687793513  Log-1.9.11.tgz


Index: xml2changelog
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/F-7/xml2changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xml2changelog	28 Oct 2006 08:06:59 -0000	1.1
+++ xml2changelog	2 Jun 2007 08:05:40 -0000	1.2
@@ -12,7 +12,7 @@
 		$xml->version->api, $xml->stability->api, 
 		$xml->date, $xml->notes);
 
-	foreach($xml->changelog->release as $rel)
+	if (is_array($xml->changelog->release)) foreach($xml->changelog->release as $rel)
 		printf("* Version %s (%s) - API %s (%s) - %s\n\n%s\n\n",
 			$rel->version->release, $rel->stability->release, 
 			$rel->version->api, $rel->stability->api, 




More information about the fedora-extras-commits mailing list