diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-14 14:29:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-14 14:29:30 +0200 |
commit | 4a5bbb413aa232a14e8fcab465e39b841b84f2f4 (patch) | |
tree | 4096f510873c6249ac158824db45f78f6de48cca /php-mongodb.spec | |
parent | 9b225945acfb6de60a060683346a1aea624cb51b (diff) |
update to 1.19.1 (no change)
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 d9a9de1..df78b37 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 cbc8104c0b2c32b7cf572ff759324c872e8dc63a +%global gh_commit afe425b629075fa597fa2d5645045cb20dc93d95 %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.19.0 +%global upstream_version 1.19.1 #global upstream_prever alpha1 #global upstream_lower alpha1 @@ -217,6 +217,9 @@ exit $ret %changelog +* Fri Jun 14 2024 Remi Collet <remi@remirepo.net> - 1.19.1-1 +- update to 1.19.1 (no change) + * Tue May 14 2024 Remi Collet <remi@remirepo.net> - 1.19.0-1 - update to 1.19.0 |