From e825f3c9eb8cf61174e39d17bbfe13d2ff13d30e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Mar 2016 07:14:34 +0100 Subject: php-mongodb: 1.0.1 --- php-mongodb.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-mongodb.spec b/php-mongodb.spec index aeb20cb..4bead22 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 851a560864281cbf91fe182aefed85bfc3395031 +%global gh_commit 6093d68c06bebcc5361b9e49178725efd9182ed4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb #global gh_date 20151102 @@ -20,7 +20,7 @@ #global prever beta2 Name: php-%{gh_owner} -Version: 1.0.0 +Version: 1.0.1 %if 0%{?gh_date} Release: 0.2.%{gh_date}git%{gh_short}%{?dist} %else @@ -155,6 +155,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 5 2016 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Fri Jan 22 2016 Remi Collet - 1.0.0-1 - update to 1.0.0 @@ -170,4 +173,5 @@ rm -rf %{buildroot} - git snapshot * Sat Oct 31 2015 Remi Collet - 1.0.0-0.1.alpha1 -- initial package \ No newline at end of file +- initial package + -- cgit