Hello community, here is the log from the commit of package libmysofa for openSUSE:Factory checked in at 2019-04-04 12:06:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmysofa (Old) and /work/SRC/openSUSE:Factory/.libmysofa.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmysofa" Thu Apr 4 12:06:00 2019 rev:3 rq:690777 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libmysofa/libmysofa.changes 2018-04-30 22:59:44.334709118 +0200 +++ /work/SRC/openSUSE:Factory/.libmysofa.new.3908/libmysofa.changes 2019-04-04 12:06:06.429441274 +0200 @@ -1,0 +2,14 @@ +Sun Mar 31 23:23:39 UTC 2019 - Martin Herkt <[email protected]> + +- Update to version 0.7 + * fixed two important security holes + CVE-2019-10672 + boo#1131106 + * fixed bug mysofa_interpolate when interpolation is not needed + * fixed bug with simple hrtf lookup + * added advanced open function and various enhancements + * fixed memory leak in lookup.c +- Drop libmysofa-0-gnu-install-dirs.patch +- Add libmysofa-0-pkgconfig-paths.patch + +------------------------------------------------------------------- Old: ---- libmysofa-0-gnu-install-dirs.patch libmysofa-0.6.tar.gz New: ---- libmysofa-0-pkgconfig-paths.patch libmysofa-0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmysofa.spec ++++++ --- /var/tmp/diff_new_pack.eP3KRD/_old 2019-04-04 12:06:09.081441976 +0200 +++ /var/tmp/diff_new_pack.eP3KRD/_new 2019-04-04 12:06:09.085441977 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmysofa # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,14 +12,14 @@ # 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 sover 0 %define __builder ninja Name: libmysofa -Version: 0.6 +Version: 0.7 Release: 0 Summary: Reader for AES SOFA HRTF files License: BSD-3-Clause @@ -27,7 +27,7 @@ URL: https://github.com/hoene/libmysofa Source0: https://github.com/hoene/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf -Patch0: libmysofa-0-gnu-install-dirs.patch +Patch0: libmysofa-0-pkgconfig-paths.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: ninja @@ -81,5 +81,6 @@ %files devel %{_includedir}/mysofa.h %{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ libmysofa-0-pkgconfig-paths.patch ++++++ diff -ru libmysofa-0.7_/CMakeLists.txt libmysofa-0.7/CMakeLists.txt --- libmysofa-0.7_/CMakeLists.txt 2019-03-31 17:16:24.000000000 +0200 +++ libmysofa-0.7/CMakeLists.txt 2019-04-02 21:18:09.989815090 +0200 @@ -67,5 +67,5 @@ ) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" - DESTINATION "lib/pkgconfig" + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" ) diff -ru libmysofa-0.7_/libmysofa.pc.cmake libmysofa-0.7/libmysofa.pc.cmake --- libmysofa-0.7_/libmysofa.pc.cmake 2019-03-31 17:16:24.000000000 +0200 +++ libmysofa-0.7/libmysofa.pc.cmake 2019-04-02 21:27:18.581456912 +0200 @@ -2,9 +2,8 @@ Description: @CPACK_PACKAGE_DESCRIPTION@ Version: @PROJECT_VERSION@ Requires: @PKG_CONFIG_REQUIRES@ -prefix=@CMAKE_INSTALL_PREFIX@ -includedir=${prefix}/include -libdir=${prefix}/lib +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ Libs: -L${libdir} -lmysofa Cflags: -I${includedir} ++++++ libmysofa-0.6.tar.gz -> libmysofa-0.7.tar.gz ++++++ /work/SRC/openSUSE:Factory/libmysofa/libmysofa-0.6.tar.gz /work/SRC/openSUSE:Factory/.libmysofa.new.3908/libmysofa-0.7.tar.gz differ: char 12, line 1
