diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-09 06:17:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-09 06:17:48 +0100 |
commit | 78183fc390bef7584b338f401efcdc62bfe3f80f (patch) | |
tree | fa22c80d4095d8c2bab80842115a0edd515520f5 | |
parent | 7d425321e6eb8f5930f2cd0db2bd610bd83710ce (diff) |
php-nette-di: 2.4.4
-rw-r--r-- | php-nette-di-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nette-di-dev.spec b/php-nette-di-dev.spec index 967a08f..1f462ce 100644 --- a/php-nette-di-dev.spec +++ b/php-nette-di-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit aa40af0766b990fbe052d6efe89382d6df2ae641 +%global gh_commit 54dbce99e3355e201607874bdbcde8a0b8a1e98e #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.3 +Version: 2.4.4 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Dependency Injection Component @@ -158,6 +158,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 9 2016 Remi Collet <remi@fedoraproject.org> - 2.4.4-1 +- update to 2.4.4 + * Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> - 2.4.3-1 - update to 2.4.3 |