From 2f79b920cc2949852011b31bf97dcc2aea188603 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 Sep 2022 09:05:57 +0200 Subject: update to 1.13.1 --- php-mongodb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-mongodb.spec b/php-mongodb.spec index 4f7703f..18dc4d1 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -9,14 +9,14 @@ # disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal %bcond_with tests -%global gh_commit a9d82890fe0c104cf795e6c759c92484d12c027a +%global gh_commit 0b8555705d2f9c12ab2e5cebee6b594cdfe6b4e0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb #global gh_date 20151102 %global gh_project mongo-php-library %global psr0 MongoDB -%global upstream_version 1.13.0 +%global upstream_version 1.13.1 #global upstream_prever alpha1 #global upstream_lower alpha1 @@ -209,6 +209,9 @@ exit $ret %changelog +* Fri Sep 16 2022 Remi Collet - 1.13.1-1 +- update to 1.13.1 + * Tue Jul 19 2022 Remi Collet - 1.13.0-1 - update to 1.13.0 - raise dependency on mongodb extension version 1.14 -- cgit