diff options
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r-- | php-mongodb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 7a99be6..d9a9de1 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -9,13 +9,13 @@ # disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal %bcond_with tests -%global gh_commit d421c418ef56a96f3dfa6b2828f936df6848ccf9 +%global gh_commit cbc8104c0b2c32b7cf572ff759324c872e8dc63a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project mongo-php-library %global psr0 MongoDB -%global upstream_version 1.18.0 +%global upstream_version 1.19.0 #global upstream_prever alpha1 #global upstream_lower alpha1 @@ -217,6 +217,9 @@ exit $ret %changelog +* Tue May 14 2024 Remi Collet <remi@remirepo.net> - 1.19.0-1 +- update to 1.19.0 + * Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 1.18.0-1 - update to 1.18.0 - raise dependency on mongodb extension version 1.18 |