diff --git a/.gitignore b/.gitignore index 128633b..507c303 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libmodman-1.0.1.tar.gz /libmodman-2.0.0.tar.gz +/libmodman-2.0.1.tar.gz diff --git a/libmodman.spec b/libmodman.spec index 0d2500c..7ed6d67 100644 --- a/libmodman.spec +++ b/libmodman.spec @@ -1,5 +1,5 @@ Name: libmodman -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: A simple library for managing C++ modules (plug-ins) @@ -28,7 +28,7 @@ developing applications that use %{name}. %prep %setup -q -sed -i 's|-Werror||' libmodman/CMakeLists.txt +#sed -i 's|-Werror||' libmodman/CMakeLists.txt %build %{cmake} @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/cmake/Modules/Findlibmodman.cmake %changelog +* Tue Sep 07 2010 Nicolas Chauvet - 2.0.1-1 +- Update to 2.0.1 + * Tue Aug 31 2010 Nicolas Chauvet - 2.0.0-1 - Update to 2.0.0 diff --git a/sources b/sources index b5be652..bed3e83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a821b94e9e8250829af6c56e58e1336 libmodman-2.0.0.tar.gz +30591745dee416331e1cf143b39e4e31 libmodman-2.0.1.tar.gz