Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2020-01-02 14:42:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.yaml-cpp.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yaml-cpp"

Thu Jan  2 14:42:33 2020 rev:15 rq:760350 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes        2018-08-10 
09:53:41.598649256 +0200
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new.6675/yaml-cpp.changes      
2020-01-02 14:42:47.872946330 +0100
@@ -1,0 +2,9 @@
+Tue Dec 17 14:57:04 UTC 2019 - MichaƂ Rostecki <[email protected]>
+
+- Update to 0.6.3:
+  * bug fixes
+  * CMake updates, now requiring 3.1
+- Remove merged patch to fix PIE build:
+  * yaml-cpp-fix-pie.patch
+
+-------------------------------------------------------------------

Old:
----
  yaml-cpp-0.6.2.tar.gz
  yaml-cpp-fix-pie.patch

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

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

Other differences:
------------------
++++++ yaml-cpp.spec ++++++
--- /var/tmp/diff_new_pack.Ws22BJ/_old  2020-01-02 14:42:52.188948035 +0100
+++ /var/tmp/diff_new_pack.Ws22BJ/_new  2020-01-02 14:42:52.188948035 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yaml-cpp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define library_name libyaml-cpp0_6
 Name:           yaml-cpp
-Version:        0.6.2
+Version:        0.6.3
 Release:        0
 Summary:        YAML parser and emitter in C++
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/jbeder/yaml-cpp/
+URL:            https://github.com/jbeder/yaml-cpp/
 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-UPSTREAM bsc#1032144 CVE-2017-5950 Stack overflow in 
SingleDocParser::HandleNode()
-Patch1:         yaml-cpp-CVE-2017-5950.patch
+Patch0:         yaml-cpp-CVE-2017-5950.patch
 BuildRequires:  cmake
 BuildRequires:  pkgconfig
 BuildRequires:  sed
@@ -59,9 +57,7 @@
 Development files for %{name} library.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -n %{name}-%{name}-%{version} -p1
 
 %build
 export CC=gcc
@@ -70,7 +66,9 @@
 export CC=gcc-6
 export CXX=g++-6
 %endif
-%cmake -DYAML_CPP_BUILD_TESTS:BOOL=OFF \
+%cmake \
+    -DYAML_BUILD_SHARED_LIBS:BOOL=ON \
+    -DYAML_CPP_BUILD_TESTS:BOOL=OFF \
     -DCMAKE_C_COMPILER=$CC             \
     -DCMAKE_CXX_COMPILER=$CXX
 
@@ -83,12 +81,10 @@
 %postun -n %{library_name} -p /sbin/ldconfig
 
 %files -n %{library_name}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libyaml-cpp.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/yaml-cpp/
 %{_libdir}/libyaml-cpp.so
 %{_libdir}/pkgconfig/yaml-cpp.pc

++++++ yaml-cpp-0.6.2.tar.gz -> yaml-cpp-0.6.3.tar.gz ++++++
++++ 9090 lines of diff (skipped)


Reply via email to