diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-02 09:12:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-02 09:12:50 +0200 |
commit | 292e4f8218ebaa57beecf063556e3318515037ef (patch) | |
tree | 00cc653b09ab2b5f87ce9e572b9ae81efe0f89dd | |
parent | be792f9f97cf485df85ea876f5edee16faf70753 (diff) |
php-nette-di: 2.3.10
-rw-r--r-- | php-nette-di.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nette-di.spec b/php-nette-di.spec index a38a614..9be6065 100644 --- a/php-nette-di.spec +++ b/php-nette-di.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 84520e7a1e4f0370ae52a3cfda09c0a2acc5daf7 +%global gh_commit 2e361f237de2c2e0b54ad83716b605180c27f09f #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.3.9 +Version: 2.3.10 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Dependency Injection Component @@ -146,6 +146,9 @@ rm -rf %{buildroot} %changelog +* Sat Apr 2 2016 Remi Collet <remi@fedoraproject.org> - 2.3.10-1 +- update to 2.3.10 + * Sat Feb 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.9-1 - update to 2.3.9 @@ -157,4 +160,4 @@ rm -rf %{buildroot} - run test suite with both php 5 and 7 when available * Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 2.3.6-1 -- initial package
\ No newline at end of file +- initial package |