diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-11-20 16:52:26 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-11-20 16:52:26 +0100 | 
| commit | 1744baef5a4f7ec649ca77cbb9cc17e95ba611dd (patch) | |
| tree | 2345bb2df3f590748f5f0b95dea7d7077f7004c6 | |
| parent | ac01b4267af1858ca3580d8cbbaed0d81e947ff1 (diff) | |
php-bartlett-PHP-CompatInfo: 3.6.1
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index a2d4e66..99e4183 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -6,13 +6,13 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    b29ff9ce621c07b1d511a0a37b1a34a3be7ed95e +%global gh_commit    d47fb5a0798c60dac81a3f9f1643fd73c73787d3  #global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     llaville  %global gh_project   php-compat-info  Name:           php-bartlett-PHP-CompatInfo -Version:        3.6.0 +Version:        3.6.1  %global specrel 1  Release:        %{?gh_short:0.%{specrel}.git%{gh_short}}%{!?gh_short:%{specrel}}%{?dist}  Summary:        Find out version and the extensions required for a piece of code to run @@ -76,8 +76,8 @@ Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/  %prep -#setup -q -n %{gh_project}-%{gh_commit} -%setup -q -n %{gh_project}-%{version} +%setup -q -n %{gh_project}-%{gh_commit} +#setup -q -n %{gh_project}-%{version}  %patch0 -p1 -b .rpm @@ -127,6 +127,9 @@ fi  %changelog +* Thu Nov 20 2014 Remi Collet <remi@fedoraproject.org> - 3.6.1-1 +- Update to 3.6.1 +  * Thu Nov 13 2014 Remi Collet <remi@fedoraproject.org> - 3.6.0-1  - Update to 3.6.0  - add dependency on justinrainbow/json-schema  | 
