diff options
| -rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 9860c09..245e3ef 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit    76c9bcbc48f706e6469aff67298684c7ba99e202 +%global gh_commit    24bf437fe880e4d02f4c3ff09f68d34bf904618a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20151031  %global gh_owner     llaville @@ -27,7 +27,7 @@  %endif  Name:           php-%{c_vendor}-%{c_project} -Version:        1.40.0 +Version:        1.40.1  %global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Reference Database to be used with php-compatinfo library @@ -210,6 +210,9 @@ fi  %changelog +* Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 1.40.1-1 +- update to 1.40.1 +  * Sat Feb 23 2019 Remi Collet <remi@remirepo.net> - 1.40.0-1  - update to 1.14.0  | 
