diff options
Diffstat (limited to 'php-solarium4.spec')
-rw-r--r-- | php-solarium4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-solarium4.spec b/php-solarium4.spec index c02f24b..9129829 100644 --- a/php-solarium4.spec +++ b/php-solarium4.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 4dfd71fefb307cac1ec394b672f2f57256752e4b +%global gh_commit 20cf9e906a4e8e4a29c1ff48a2b145fa31d1064d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner solariumphp %global gh_project solarium @@ -15,7 +15,7 @@ Name: php-%{gh_project}%{major} Summary: Solarium PHP Solr client library -Version: 4.1.0 +Version: 4.2.0 Release: 1%{?dist} URL: http://www.solarium-project.org/ @@ -155,6 +155,9 @@ exit $ret %changelog +* Mon Nov 26 2018 Remi Collet <remi@remirepo.net> - 4.2.0-1 +- update to 4.2.0 + * Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 4.1.0-1 - update to 4.1.0 |