diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-02 08:35:41 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-02 08:35:41 +0200 | 
| commit | 1794721f2f14c6f9824cee6ed6fcbdd823782268 (patch) | |
| tree | 827935f87ca106d0e9617e524a8b2d1cf4f1874d | |
| parent | 10da017847c8b5f03053cf239a9aef102af226b7 (diff) | |
php-nette-http: 2.3.5
| -rw-r--r-- | php-nette-http.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-nette-http.spec b/php-nette-http.spec index b0e4537..d38115f 100644 --- a/php-nette-http.spec +++ b/php-nette-http.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    551f06cba60d3b8e08d0e7f6c19591b59f36f22d +%global gh_commit    0cda6627163c940ee86e6a6021943d0dd7d12e37  #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.4 +Version:        2.3.5  %global specrel 1  Release:        %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Nette HTTP Component @@ -146,9 +146,12 @@ rm -rf %{buildroot}  %changelog +* Sat Apr  2 2016 Remi Collet <remi@fedoraproject.org> - 2.3.5-1 +- update to 2.3.5 +  * Wed Jan 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.4-1  - update to 2.3.4  - run test suite with both php 5 and 7 when available  * Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 2.3.3-1 -- initial package
\ No newline at end of file +- initial package | 
