summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-11 16:42:39 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-11 16:42:39 +0100
commitd7c2008081ea7466f8e157050f123f64b6f7d139 (patch)
treeb95af5e8f3a624b91df254cb60a7cc19640f76d3
parent3a7a62f559b8e512e56882964016c8fb12a2f512 (diff)
php-tecnickcom-tc-lib-pdf-page: 1.2.0
-rw-r--r--php-tecnickcom-tc-lib-pdf-page.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec
index 9cd9453..2f51828 100644
--- a/php-tecnickcom-tc-lib-pdf-page.spec
+++ b/php-tecnickcom-tc-lib-pdf-page.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e2322d7df4d36cfaa70e2bc6feca77bfbb41a713
+%global gh_commit 53646c2fe03cc6461f2ba895db153037e7abb18b
%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.23
+Version: 1.2.0
Release: 1%{?dist}
Summary: PHP library containing PDF page formats and definitions
@@ -29,12 +29,12 @@ BuildArch: noarch
%if %{with_tests}
# For tests
BuildRequires: php-composer(phpunit/phpunit)
-BuildRequires: php(language) >= 5.3.3
+BuildRequires: php(language) >= 5.4
%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.1
# Nothing
@@ -104,6 +104,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.23-1
- update to 1.1.23 (no change)