diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-11 07:19:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-11 07:19:42 +0100 |
commit | a374bcba0da73b54094585b507bbe199e75bca38 (patch) | |
tree | ff196ad5a45da1e67043f82de76e54a863bc5deb | |
parent | 2d7867654c5c8f1d0c014188734b8659fe80cf55 (diff) |
php-nette-utils: 2.4.3
-rw-r--r-- | php-nette-utils-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nette-utils-dev.spec b/php-nette-utils-dev.spec index 7323b58..f5ccac1 100644 --- a/php-nette-utils-dev.spec +++ b/php-nette-utils-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit fd2e67c2ce28da409864507d8d124621780d036d +%global gh_commit d552403bd9337eafd646a7e252c0256e281115dc #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.2 +Version: 2.4.3 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Utility Classes @@ -169,6 +169,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 11 2017 Remi Collet <remi@fedoraproject.org> - 2.4.3-1 +- update to 2.4.3 + * Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 2.4.2-1 - update to 2.4.2 |