diff --git a/.cvsignore b/.cvsignore index 6536bcb..f5c6960 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yaml-cpp-0.2.2.tar.gz +yaml-cpp-0.2.4.tar.gz diff --git a/sources b/sources index 78a06fe..232e4fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80863a39b967af3275aa3b88a8c7a12e yaml-cpp-0.2.2.tar.gz +84bb4109df5ea2e1d0b52b6f845bfa26 yaml-cpp-0.2.4.tar.gz diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 06bea68..67c7edb 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,6 +1,6 @@ Name: yaml-cpp -Version: 0.2.2 -Release: 2%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: A YAML parser and emitter for C++ Group: Development/Libraries License: MIT @@ -26,11 +26,9 @@ developing applications that use %{name}. %prep -%setup -q -c +%setup -q # Fix eol sed -i 's/\r//' license.txt -# Fix cmake config -sed -i 's/set(CMAKE_CXX_FLAGS "-O2 -Wall -pedantic -Wextra")/set(CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra ${CMAKE_CXX_FLAGS}")/g' CMakeLists.txt %build @@ -69,6 +67,9 @@ rm -rf %{buildroot} %changelog +* Fri Jan 15 2010 Guido Grazioli - 0.2.4-1 +- Upstream 0.2.4 + * Sat Oct 17 2009 Guido Grazioli - 0.2.2-2 - Remove duplicate file