Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2018-02-06 16:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.yaml-cpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yaml-cpp"

Tue Feb  6 16:47:08 2018 rev:12 rq:572095 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes        2017-02-06 
15:05:24.300285211 +0100
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes   2018-02-06 
16:47:10.177639992 +0100
@@ -1,0 +2,16 @@
+Fri Feb  2 16:56:09 UTC 2018 - [email protected]
+
+- Update to 0.6.1:
+  * Just brownpaperbag over previous release
+
+-------------------------------------------------------------------
+Wed Jan 31 11:19:44 UTC 2018 - [email protected]
+
+- Update to version 0.6.0
+  * yaml-cpp no longer depends on Boost
+  * Requires C++11
+  * Some bug fixes and performance improvements
+- Dropped patch yaml-cpp-disable-bundled-gmock.patch since it can
+  be configured with the option YAML_CPP_BUILD_TESTS
+
+-------------------------------------------------------------------

Old:
----
  yaml-cpp-0.5.3.tar.gz
  yaml-cpp-disable-bundled-gmock.patch

New:
----
  yaml-cpp-0.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yaml-cpp.spec ++++++
--- /var/tmp/diff_new_pack.5hE0KP/_old  2018-02-06 16:47:10.761612666 +0100
+++ /var/tmp/diff_new_pack.5hE0KP/_new  2018-02-06 16:47:10.765612478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaml-cpp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,31 +16,28 @@
 #
 
 
-%define library_name libyaml-cpp0_5
+%define library_name libyaml-cpp0_6
 Name:           yaml-cpp
-Version:        0.5.3
+Version:        0.6.1
 Release:        0
 Summary:        YAML parser and emitter in C++
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/jbeder/yaml-cpp/
-Source:         
https://github.com/jbeder/yaml-cpp/archive/release-%{version}/%{name}-%{version}.tar.gz
+Source:         
https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM: do not override opts for linker as distro provides
 # correct ones
 Patch0:         yaml-cpp-fix-pie.patch
-# PATCH-FIX-SUSE: disable bunlded gmock as the tests can't be run in obs anyway
-Patch1:         yaml-cpp-disable-bundled-gmock.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake
-BuildRequires:  gcc
-BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  sed
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{?suse_version} >= 1330
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc6
+BuildRequires:  gcc6-c++
+%endif
 
 %description
 A YAML parser and emitter in C++ matching the YAML 1.2 spec.
@@ -56,22 +53,25 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{library_name} = %{version}
-%if 0%{?suse_version} > 1325
-Requires:       libboost_headers-devel
-%else
-Requires:       boost-devel
-%endif
 
 %description devel
 Development files for %{name} library.
 
 %prep
-%setup -q -n %{name}-release-%{version}
+%setup -q -n %{name}-%{name}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
-%cmake
+export CC=gcc
+export CXX=g++
+%if 0%{?suse_version} < 1330
+export CC=gcc-6
+export CXX=g++-6
+%endif
+%cmake -DYAML_CPP_BUILD_TESTS:BOOL=OFF \
+    -DCMAKE_C_COMPILER=$CC             \
+    -DCMAKE_CXX_COMPILER=$CXX
+
 make %{?_smp_mflags}
 
 %install
@@ -90,5 +90,6 @@
 %{_includedir}/yaml-cpp/
 %{_libdir}/libyaml-cpp.so
 %{_libdir}/pkgconfig/yaml-cpp.pc
+%{_libdir}/cmake/%{name}/
 
 %changelog

++++++ yaml-cpp-0.5.3.tar.gz -> yaml-cpp-0.6.1.tar.gz ++++++
++++ 431791 lines of diff (skipped)


Reply via email to