diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-06 15:58:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-06 15:58:18 +0200 |
commit | 38f5532fe3be9fc95d6e9a2353eabb04fdf4592b (patch) | |
tree | b1c640757d120216a001350514d0d76e040afde3 | |
parent | 12b9fc38ff3ac546650a2a6f78257e87ba4da706 (diff) |
update to 3.8.0
-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 dd91daf..865c7bc 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 f91aab5ec24521191a9fee2b4072ef89a0dc7b7a +%global gh_commit 42e6071da98b556ed461ef938c925aaf4f6ecbff %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -28,7 +28,7 @@ %bcond_with im6 %bcond_with im7 -%global upstream_version 3.7.1 +%global upstream_version 3.8.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -283,6 +283,9 @@ exit $ret %changelog +* Tue Jul 6 2021 Remi Collet <remi@remirepo.net> - 3.8.0-1 +- update to 3.8.0 + * Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 3.7.1-1 - update to 3.7.1 |