[perl-MongoDB] Update to 0.700.0

李瑞彬 cheeselee at fedoraproject.org
Mon Apr 22 03:06:23 UTC 2013


commit 03e9ca73130e4d166bf68ec28fc2ddc5a0eb6012
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Apr 22 11:06:06 2013 +0800

    Update to 0.700.0

 .gitignore        |    1 +
 perl-MongoDB.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49aec6f..147a8e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /MongoDB-0.44.tar.gz
 /MongoDB-0.45.tar.gz
 /MongoDB-0.503.3.tar.gz
+/MongoDB-0.700.0.tar.gz
diff --git a/perl-MongoDB.spec b/perl-MongoDB.spec
index 4714145..c390f64 100644
--- a/perl-MongoDB.spec
+++ b/perl-MongoDB.spec
@@ -1,8 +1,8 @@
 %{?perl_default_filter}
 
 Name:           perl-MongoDB
-Version:        0.503.3
-Release:        2%{?dist}
+Version:        0.700.0
+Release:        1%{?dist}
 Summary:        Database driver
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -66,12 +66,15 @@ make test
 kill `cat mongod.pid`
 
 %files
-%doc Changes README
+%doc Changes CONTRIBUTING.md LICENSE README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/MongoDB*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 22 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.700.0-1
+- Update to 0.700.0
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.503.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 64e370b..6c7bc94 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04cd8124e9bc52984847b4d4cc06e39a  MongoDB-0.503.3.tar.gz
+6756b8aafb4b5926a4b0dcdf64758f52  MongoDB-0.700.0.tar.gz


More information about the scm-commits mailing list