Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
remi
aa534b7fa7 Version 1.7.15 (stable) - API 1.7.7 (stable) 2012-05-24 17:10:16 +02:00
4 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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 <remi@fedoraproject.org> - 1.7.14-1
- Version 1.7.15 (stable) - API 1.7.7 (stable)
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View file

@ -1 +1 @@
2821420ba814c66fa37b47afd75b9821 Cache_Lite-1.7.12.tgz
646705e5857f9d539f72be5dcf6e39b8 Cache_Lite-1.7.15.tgz

View file

@ -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);