diff --git a/.gitignore b/.gitignore index d3a1ddf..96693b0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ package-*.xml /Cache_Lite-1.7.10.tgz /Cache_Lite-1.7.11.tgz /Cache_Lite-1.7.12.tgz +/Cache_Lite-1.7.14.tgz +/Cache_Lite-1.7.15.tgz diff --git a/php-pear-Cache-Lite.spec b/php-pear-Cache-Lite.spec index ceec016..0ac55fb 100644 --- a/php-pear-Cache-Lite.spec +++ b/php-pear-Cache-Lite.spec @@ -4,8 +4,8 @@ Summary: Fast and Safe little cache system for PHP Summary(fr): Méthode de cache rapide et sécurisée pour PHP Name: php-pear-Cache-Lite -Version: 1.7.12 -Release: 2%{?dist} +Version: 1.7.15 +Release: 1%{?dist} License: PHP Group: Development/Libraries Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz @@ -65,9 +65,6 @@ rm -rf %{buildroot} %check -lst=$(find %{buildroot}%{pear_phpdir} -exec grep -q %{buildroot} {} \; -print) -[ ! -z "$lst" ] && echo "Reference to BUILDROOT in $lst" && exit 1; - cd %{pear_name}-%{version} %{__pear} \ run-tests \ @@ -96,6 +93,9 @@ fi %changelog +* Thu May 24 2012 Remi Collet - 1.7.14-1 +- Version 1.7.15 (stable) - API 1.7.7 (stable) + * Sat Jan 14 2012 Fedora Release Engineering - 1.7.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 72a0ac5..5f3cf52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2821420ba814c66fa37b47afd75b9821 Cache_Lite-1.7.12.tgz +646705e5857f9d539f72be5dcf6e39b8 Cache_Lite-1.7.15.tgz diff --git a/xml2changelog b/xml2changelog index 4c789f4..3a31be6 100644 --- a/xml2changelog +++ b/xml2changelog @@ -9,7 +9,7 @@ if (in_array("--debug", $_SERVER['argv'])) print_r($xml); if ($xml['version'] >= "2"){ // Package.xml V 2.0 $new = ""; if (strlen(trim($xml->notes))>1) { // Ignore too short descr. - printf("++*** Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", + printf("*** Version %s (%s) - API %s (%s) - %s\n\n%s\n\n", $xml->version->release, $xml->stability->release, $xml->version->api, $xml->stability->api, $xml->date, $xml->notes);