From 6da36ca4d3a00ff5c99b6e915ce25e1e5aad1ba8724a6413ab7214c2a73ddccf Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 29 Jun 2013 14:14:42 +0000 Subject: [PATCH] Accepting request 181444 from M17N update version 0.5.1 (forwarded request 181442 from MargueriteSu) OBS-URL: https://build.opensuse.org/request/show/181444 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/yaml-cpp?expand=0&rev=5 --- yaml-cpp-0.3.0.tar.gz | 3 --- yaml-cpp-0.5.1.tar.gz | 3 +++ yaml-cpp.changes | 6 ++++++ yaml-cpp.spec | 16 +++++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 yaml-cpp-0.3.0.tar.gz create mode 100644 yaml-cpp-0.5.1.tar.gz diff --git a/yaml-cpp-0.3.0.tar.gz b/yaml-cpp-0.3.0.tar.gz deleted file mode 100644 index 5dd7b3a..0000000 --- a/yaml-cpp-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82 -size 82674 diff --git a/yaml-cpp-0.5.1.tar.gz b/yaml-cpp-0.5.1.tar.gz new file mode 100644 index 0000000..fe5e117 --- /dev/null +++ b/yaml-cpp-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06 +size 118244 diff --git a/yaml-cpp.changes b/yaml-cpp.changes index db1fc71..9c5477f 100644 --- a/yaml-cpp.changes +++ b/yaml-cpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 29 13:22:28 UTC 2013 - i@marguerite.su + +- update version 0.5.1 + * a bug fix release for the new API + ------------------------------------------------------------------- Sun Jul 22 18:11:43 UTC 2012 - i@marguerite.su diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 0b52bd9..76abcae 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,7 +1,7 @@ # # spec file for package yaml-cpp # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,17 @@ # +%define library_name libyaml-cpp0_5 + Name: yaml-cpp -Version: 0.3.0 +Version: 0.5.1 Release: 0 -License: MIT Summary: YAML parser and emitter in C++ -Url: http://code.google.com/p/yaml-cpp/ +License: MIT Group: Development/Libraries/C and C++ +Url: http://code.google.com/p/yaml-cpp/ Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz +BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -34,7 +37,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A YAML parser and emitter in C++ matching the YAML 1.2 spec. -%define library_name libyaml-cpp0_3 %package -n %{library_name} Summary: YAML parser and emitter in C++ Group: Development/Libraries/C and C++ @@ -51,7 +53,7 @@ Requires: %{library_name} = %{version} Development files for %{name} library %prep -%setup -q -n %{name} +%setup -q sed -i -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' yaml-cpp.pc.cmake mkdir build @@ -67,7 +69,7 @@ cmake \ %if %{_lib} == lib64 -DLIB_SUFFIX=64 \ %endif - %{_builddir}/%{name} + .. make VERBOSE=1 %{?_smp_mflags} %install