summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-03 07:03:37 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-03 07:03:37 +0200
commit8fc3cd718be0ca7f0490318b3b93e1978a107b15 (patch)
tree7518d14a5b6abdc214cca9501473d00c2b40b387
parent57d96d121d89290e6fb5e47fe9c5f7e041f33ac5 (diff)
php-bartlett-php-compatinfo-db: 1.8.0
-rw-r--r--php-bartlett-php-compatinfo-db.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index 9c174f5..ee2c125 100644
--- a/php-bartlett-php-compatinfo-db.spec
+++ b/php-bartlett-php-compatinfo-db.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# See https://github.com/llaville/php-compatinfo-db/releases
-%global gh_commit 92937c4c1b794ae657f384ade75411f6343f86a7
+%global gh_commit 87b1cf01ed68ddfe3b868e66dca6402d498e402c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20151031
%global gh_owner llaville
@@ -23,7 +23,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{c_vendor}-%{c_project}
-Version: 1.7.0
+Version: 1.8.0
%global specrel 1
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Reference Database to be used with php-compatinfo library
@@ -149,6 +149,9 @@ if [ -n "$OPT" ]; then
fi
grep " LATEST" src/Bartlett/CompatInfoDb/ExtensionFactory.php
+: Fix Imagick methods - https://github.com/llaville/php-compatinfo-db/issues/4
+sed -e '/php_max/s/,//;/optional/d' -i data/references/Imagick.methods.json
+
: Fix references database
%{_bindir}/php -d date.timezone=Europe/Paris data/handleDB.php db:release:php
@@ -184,6 +187,11 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite
%changelog
+* Tue May 3 2016 Remi Collet <remi@fedoraproject.org> - 1.8.0-1
+- update to 1.8.0
+- fix broken imagick references
+ https://github.com/llaville/php-compatinfo-db/issues/4
+
* Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> - 1.7.0-1
- update to 1.7.0