diff options
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 9df36e9..7045bf6 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 da4b7871ca1ddf5db103378dde23f3c747619689 +%global gh_commit c86292d32b66652345ae7dcf9172d383c1d3d465 %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: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -24,7 +24,6 @@ License: LGPLv3+ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} # For tests @@ -76,7 +75,6 @@ grep -q '^%{version}$' VERSION %install -rm -rf %{buildroot} mkdir -p $(dirname %{buildroot}%{php_project}) cp -pr src %{buildroot}%{php_project} cp -p resources/autoload.php \ @@ -98,7 +96,7 @@ for cmd in php56 php; do $cmd %{_bindir}/phpunit --no-coverage --verbose || ret=1 fi done -for cmd in php70 php71; do +for cmd in php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit6 --no-coverage --verbose || ret=1 fi @@ -109,12 +107,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json @@ -123,6 +116,9 @@ rm -rf %{buildroot} %changelog +* Mon May 8 2017 Remi Collet <remi@remirepo.net> - 2.4.3-1 +- Update to 2.4.3 + * Sun Feb 12 2017 Remi Collet <remi@remirepo.net> - 2.4.2-1 - update to 2.4.2 |