diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-02 07:06:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-02 07:06:42 +0200 |
commit | 945f7e871b9b32b8d61fc0ef86298df040e2c091 (patch) | |
tree | b89588bd189e406cf87e5a1252cc0b39feb6106e | |
parent | 5dd341a5e686f6b79d8a541132257d907a8df804 (diff) |
v3.3
-rw-r--r-- | php-phpmyadmin-motranslator.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-phpmyadmin-motranslator.spec b/php-phpmyadmin-motranslator.spec index de07eda..8f730c5 100644 --- a/php-phpmyadmin-motranslator.spec +++ b/php-phpmyadmin-motranslator.spec @@ -7,9 +7,7 @@ # Please, preserve the changelog entries # -##TODO next version will have tests back - -%global gh_commit c8f913c75f8b52310d11f291c9748819763f6c02 +%global gh_commit 877f76827fa69bf27e4ffc28d258e9fba3442d8f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpmyadmin %global gh_project motranslator @@ -18,7 +16,7 @@ %global ns_project MoTranslator Name: php-%{gh_owner}-%{gh_project} -Version: 3.2 +Version: 3.3 Release: 1%{?dist} Summary: Translation API for PHP using Gettext MO files @@ -130,6 +128,9 @@ exit $ret %changelog +* Fri Jun 2 2017 Remi Collet <remi@remirepo.net> - 3.3-1 +- Update to 3.3 + * Tue May 23 2017 Remi Collet <remi@remirepo.net> - 3.2-1 - Update to 3.2 |