From 699e931be0432523984b541f62946e0bfaca6e9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2023 15:36:01 +0200 Subject: update to 1.16.1 --- php-mongodb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-mongodb.spec b/php-mongodb.spec index f64f69e..258cbd4 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 d4cdf057a67cb99a32db8984a16959bfa7ca7eb5 +%global gh_commit 72d80889eb7567c0da4e7d4ddbdcf66dfea90ac3 %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.16.0 +%global upstream_version 1.16.1 #global upstream_prever alpha1 #global upstream_lower alpha1 @@ -208,6 +208,9 @@ exit $ret %changelog +* Thu Sep 28 2023 Remi Collet - 1.16.1-1 +- update to 1.16.1 + * Thu Jun 22 2023 Remi Collet - 1.16.0-1 - update to 1.16.0 - raise dependency on mongodb extension version 1.16 -- cgit