summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-20 07:43:39 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-20 07:43:39 +0200
commitffc0bb0c6db78a3b30ab67a985bbef26d289aed2 (patch)
tree81665afbe9fb73342dfd504b537e4929b9645b5f
parent6e8c500d6b5728ae459632cf590be4e90e478af3 (diff)
php-tecnickcom-tc-lib-pdf-filter: 1.1.8
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 48c46ea..0d56b7e 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 cf7488cd2e79b8b905d34121cf85601d8474d443
+%global gh_commit 42238dd24112242a751199156bae536a0f120b90
%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.7
+Version: 1.1.8
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -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
Requires: php-pcre
Requires: php-zlib
@@ -103,6 +103,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.1.8-1
+- update to 1.1.8 (no change)
+
* Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 1.1.7-1
- update to 1.1.7 (no change)