rpms/yaml-cpp/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 yaml-cpp.spec, 1.1, 1.2

Guido Grazioli guidograzioli at fedoraproject.org
Mon Jan 18 10:07:56 UTC 2010


Author: guidograzioli

Update of /cvs/pkgs/rpms/yaml-cpp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31991

Modified Files:
	.cvsignore sources yaml-cpp.spec 
Log Message:
* Fri Jan 15 2010 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.4-1
- Upstream 0.2.4




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yaml-cpp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	19 Oct 2009 16:12:14 -0000	1.2
+++ .cvsignore	18 Jan 2010 10:07:56 -0000	1.3
@@ -1 +1 @@
-yaml-cpp-0.2.2.tar.gz
+yaml-cpp-0.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yaml-cpp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	19 Oct 2009 16:12:14 -0000	1.2
+++ sources	18 Jan 2010 10:07:56 -0000	1.3
@@ -1 +1 @@
-80863a39b967af3275aa3b88a8c7a12e  yaml-cpp-0.2.2.tar.gz
+84bb4109df5ea2e1d0b52b6f845bfa26  yaml-cpp-0.2.4.tar.gz


Index: yaml-cpp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaml-cpp/devel/yaml-cpp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- yaml-cpp.spec	19 Oct 2009 16:12:14 -0000	1.1
+++ yaml-cpp.spec	18 Jan 2010 10:07:56 -0000	1.2
@@ -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 <guido.grazioli at gmail.com> - 0.2.4-1
+- Upstream 0.2.4
+
 * Sat Oct 17 2009 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.2-2
 - Remove duplicate file
 



More information about the scm-commits mailing list