From 3e8ef083c408ef2fb8a2599721a0b6847c89e77a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 15:46:38 +0200 Subject: v1.4.3 --- php-mongodb.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-mongodb.spec') diff --git a/php-mongodb.spec b/php-mongodb.spec index 234de60..b61fe2b 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bd148eab0493e38354e45e2cd7db59b90fdcad79 +%global gh_commit 18fca8cc8d0c2cc07f76605760d20632bb3dab96 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb #global gh_date 20151102 @@ -17,11 +17,11 @@ #global prever beta2 Name: php-%{gh_owner} -Version: 1.4.2 +Version: 1.4.3 %if 0%{?gh_date} -Release: 3%{gh_date}git%{gh_short}%{?dist} +Release: 1%{gh_date}git%{gh_short}%{?dist} %else -Release: 3%{?dist} +Release: 1%{?dist} %endif Summary: MongoDB driver library @@ -152,6 +152,9 @@ exit $ret %changelog +* Mon Aug 19 2019 Remi Collet - 1.4.3-1 +- update to 1.4.3 + * Tue Feb 5 2019 Remi Collet - 1.4.2-3 - disable test suite and so mongodb-server build dependency for https://fedoraproject.org/wiki/Changes/MongoDB_Removal -- cgit