diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-25 11:42:14 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-25 11:42:14 +0200 |
commit | 2958a3b60bf8a44fde5964790ee1f6b4869b9968 (patch) | |
tree | 7e534e9cd52610ee99b89643202de18f5acce247 | |
parent | e102279fea525dd4ac021f9af6290b868ef752c3 (diff) |
php-bartlett-PHP-CompatInfo: test build
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index a805295..ead098a 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6272b2a314ab79c9e5904e19139de3c6f1621109 +%global gh_commit 0ed258e3ed120704f40ec6461d5d61b6a5cd5971 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150303 %global gh_owner llaville @@ -16,7 +16,7 @@ Name: php-bartlett-PHP-CompatInfo Version: 4.1.0 -%global specrel 1 +%global specrel 2 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -118,7 +118,7 @@ sed -e 's/@package_version@/%{version}%{?prever}/' \ %build : Generate the references database -%{_bindir}/php data/handleDB.php db:init +%{_bindir}/php -d date.timezone=Europe/Paris data/handleDB.php db:init %install @@ -163,6 +163,9 @@ fi %changelog +* Fri Apr 24 2015 Remi Collet <remi@fedoraproject.org> - 4.1.0-2 +- test build from generictest branch + * Fri Apr 17 2015 Remi Collet <remi@fedoraproject.org> - 4.1.0-1 - update to 4.1.0 - keep upstream shebang with /usr/bin/env (for SCL) |