diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-11 08:04:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-11 08:04:47 +0200 |
commit | b618eee2222c0b186dce8dddbed9e673dfc5aff5 (patch) | |
tree | d898aa7e64e686c7094ec7bf095ce650afcfd97e | |
parent | f901845bc83a724987fcdd4b3a7363cc4751ca0f (diff) |
v2.3.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 941556b..831fe05 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit b0a3e7f017a31ab176942b90f67b412fcf15aae3 +%global gh_commit 5c46a80c35494ef9f8d52cf666f1429e715ae197 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville %global gh_project php-compatinfo-db -%global upstream_version 2.2.0 +%global upstream_version 2.3.0 #global upstream_prever RC1 # Namespace %global ns_vendor Bartlett @@ -262,6 +262,9 @@ EOF %changelog +* Thu Apr 11 2019 Remi Collet <remi@remirepo.net> - 2.3.0-1 +- update to 2.3.0 + * Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 2.2.0-1 - update to 2.2.0 |