[libmodman] Update to 2.0.0

Nicolas Chauvet kwizart at fedoraproject.org
Mon Sep 6 12:17:14 UTC 2010


commit 60d24a80579f9fcf63e926c0c49d9df030ba93ff
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Mon Sep 6 14:18:21 2010 +0200

    Update to 2.0.0

 .gitignore     |    1 +
 libmodman.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57447cb..128633b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libmodman-1.0.1.tar.gz
+/libmodman-2.0.0.tar.gz
diff --git a/libmodman.spec b/libmodman.spec
index b3ddd55..0d2500c 100644
--- a/libmodman.spec
+++ b/libmodman.spec
@@ -1,6 +1,6 @@
 Name:           libmodman
-Version:        1.0.1
-Release:        5%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        A simple library for managing C++ modules (plug-ins)
 
 Group:          System Environment/Libraries
@@ -57,10 +57,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/%{name}
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/libmodman-1.0.pc
+%{_libdir}/pkgconfig/libmodman-2.0.pc
 %{_datadir}/cmake/Modules/Findlibmodman.cmake
 
 %changelog
+* Tue Aug 31 2010 Nicolas Chauvet <kwizart at gmail.com> - 2.0.0-1
+- Update to 2.0.0
+
 * Sat Jul 03 2010 Nathaniel McCallum <nathaniel at natemccallum.com> - 1.0.1-5
 - Remove conflict with libproxy, its not really necessary since
   we already have the latest libproxy in rawhide.
diff --git a/sources b/sources
index e756d79..b5be652 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05213b381858c9c0fdf71309ada81ea3  libmodman-1.0.1.tar.gz
+0a821b94e9e8250829af6c56e58e1336  libmodman-2.0.0.tar.gz


More information about the scm-commits mailing list