diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:47:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:47:53 +0200 |
commit | cc16c266d0349f6f8ced1dd120ae8f137c3b3afd (patch) | |
tree | 879bd6b095641b8d7e8499f7f5780a26e8726013 /php-tecnickcom-tc-lib-pdf-page | |
parent | 9a97b4fadd0f1e87eb219e90acae7aa46c34766f (diff) |
php-tecnickcom-tc-lib-pdf-page: 1.1.7
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-page')
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec index e8f3c3d..6e5bebc 100644 --- a/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6cead617c270d4cbed79141f87e0dba5498c1e68 +%global gh_commit c19b4f8dc4b363fe4d64b0aa1214b1c962e3c019 %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.5 +Version: 1.1.7 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} # For tests -BuildRequires: %{_bindir}/phpunit +BuildRequires: php-composer(phpunit/phpunit) BuildRequires: php(language) >= 5.3.3 %endif @@ -100,6 +100,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.1.7-1 +- update to 1.1.7 (no change) + * Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 1.1.5-1 - update to 1.1.5 (no change) |