diff options
| -rw-r--r-- | php-nette-utils.spec | 14 | 
1 files changed, 5 insertions, 9 deletions
| diff --git a/php-nette-utils.spec b/php-nette-utils.spec index b8acdc1..5c5594a 100644 --- a/php-nette-utils.spec +++ b/php-nette-utils.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    266160aec0d99516e0ea510de1dfa24a0dc1e76e +%global gh_commit    2750d3948e255f59715a5e01c7453a1fec610996  #global gh_date      20150728  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     nette @@ -16,7 +16,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-nette-utils -Version:        2.4.6 +Version:        2.4.7  %global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Nette Utility Classes @@ -28,7 +28,6 @@ Source0:        %{name}-%{version}-%{gh_short}.tgz  # pull a git snapshot to get test sutie  Source1:        makesrc.sh -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  php-composer(theseer/autoload)  %if %{with_tests} @@ -107,7 +106,6 @@ phpab --output src/Utils/autoload.php src  %install -rm -rf       %{buildroot}  mkdir -p     %{buildroot}%{php_home}/%{ns_vendor}  cp -pr src/* %{buildroot}%{php_home}/%{ns_vendor}/ @@ -148,12 +146,7 @@ exit $ret  %endif -%clean -rm -rf %{buildroot} - -  %files -%defattr(-,root,root,-)  %{!?_licensedir:%global license %%doc}  %license license.md  %doc readme.md contributing.md @@ -164,6 +157,9 @@ rm -rf %{buildroot}  %changelog +* Sat Aug  5 2017 Remi Collet <remi@remirepo.net> - 2.4.7-1 +- Update to 2.4.7 +  * Thu May 11 2017 Remi Collet <remi@remirepo.net> - 2.4.6-1  - Update to 2.4.6 | 
