diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:43:39 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 07:43:39 +0200 | 
| commit | 9a97b4fadd0f1e87eb219e90acae7aa46c34766f (patch) | |
| tree | a46128824a58e6bb1e7f4f13e1990b904ed04a81 | |
| parent | d2de61a5ac59e1853fecbb39db09ba6c3834209c (diff) | |
php-tecnickcom-tc-lib-pdf-filter: 1.1.8
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec index 48c46ea..0d56b7e 100644 --- a/php-tecnickcom-tc-lib-pdf-filter/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter/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)  | 
