Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa534b7fa7 |
4 changed files with 9 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@ package-*.xml
|
||||||
/Cache_Lite-1.7.10.tgz
|
/Cache_Lite-1.7.10.tgz
|
||||||
/Cache_Lite-1.7.11.tgz
|
/Cache_Lite-1.7.11.tgz
|
||||||
/Cache_Lite-1.7.12.tgz
|
/Cache_Lite-1.7.12.tgz
|
||||||
|
/Cache_Lite-1.7.14.tgz
|
||||||
|
/Cache_Lite-1.7.15.tgz
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
Summary: Fast and Safe little cache system for PHP
|
Summary: Fast and Safe little cache system for PHP
|
||||||
Summary(fr): Méthode de cache rapide et sécurisée pour PHP
|
Summary(fr): Méthode de cache rapide et sécurisée pour PHP
|
||||||
Name: php-pear-Cache-Lite
|
Name: php-pear-Cache-Lite
|
||||||
Version: 1.7.12
|
Version: 1.7.15
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz
|
Source: http://pear.php.net/get/%{pear_name}-%{version}.tgz
|
||||||
|
|
@ -65,9 +65,6 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%check
|
%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}
|
cd %{pear_name}-%{version}
|
||||||
%{__pear} \
|
%{__pear} \
|
||||||
run-tests \
|
run-tests \
|
||||||
|
|
@ -96,6 +93,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
2821420ba814c66fa37b47afd75b9821 Cache_Lite-1.7.12.tgz
|
646705e5857f9d539f72be5dcf6e39b8 Cache_Lite-1.7.15.tgz
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ if (in_array("--debug", $_SERVER['argv'])) print_r($xml);
|
||||||
if ($xml['version'] >= "2"){ // Package.xml V 2.0
|
if ($xml['version'] >= "2"){ // Package.xml V 2.0
|
||||||
$new = "";
|
$new = "";
|
||||||
if (strlen(trim($xml->notes))>1) { // Ignore too short descr.
|
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->release, $xml->stability->release,
|
||||||
$xml->version->api, $xml->stability->api,
|
$xml->version->api, $xml->stability->api,
|
||||||
$xml->date, $xml->notes);
|
$xml->date, $xml->notes);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue