summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-11 16:40:42 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-11 16:40:42 +0100
commit82ec8fc2df65913a226d14d7b3483902828f142e (patch)
tree819794b664fdc4533aa6abf4573c863ad7220dcc
parent48fec54517c6c968b5f71e2dac2496c935468c68 (diff)
php-tecnickcom-tc-lib-pdf-filter: 1.2.0
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 1558721..c11beea 100644
--- a/php-tecnickcom-tc-lib-pdf-filter.spec
+++ b/php-tecnickcom-tc-lib-pdf-filter.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 0e6e9a0b72a166ca7b9aa2d04494ebf21d44cea5
+%global gh_commit c47b2c2f1989a1f7da8aabdb67336b1a04634383
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.1.24
+Version: 1.2.0
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -29,14 +29,14 @@ BuildArch: noarch
%if %{with_tests}
# For tests
BuildRequires: php-composer(phpunit/phpunit)
-BuildRequires: php(language) >= 5.3.3
+BuildRequires: php(language) >= 5.4
Requires: php-pcre
Requires: php-zlib
%endif
# From composer.json, "require": {
-# "php": ">=5.3.3"
-Requires: php(language) >= 5.3.3
+# "php": ">=5.4"
+Requires: php(language) >= 5.4
# From phpcompatinfo report for version 1.1.0
Requires: php-pcre
Requires: php-zlib
@@ -107,6 +107,10 @@ rm -rf %{buildroot}
%changelog
+* Fri Dec 11 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-1
+- update to 1.2.0 (no change)
+- raise dependency on php >= 5.4
+
* Fri Dec 11 2015 Remi Collet <remi@fedoraproject.org> - 1.1.24-1
- update to 1.1.24 (no change)