Hello community, here is the log from the commit of package taglib for openSUSE:Factory checked in at 2020-01-23 16:10:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/taglib (Old) and /work/SRC/openSUSE:Factory/.taglib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "taglib" Thu Jan 23 16:10:13 2020 rev:58 rq:765867 version:1.11.2~git20190725.79bc9ccf Changes: -------- --- /work/SRC/openSUSE:Factory/taglib/taglib.changes 2019-08-16 15:31:16.593950029 +0200 +++ /work/SRC/openSUSE:Factory/.taglib.new.26092/taglib.changes 2020-01-23 16:10:57.615637483 +0100 @@ -1,0 +2,6 @@ +Mon Jan 20 12:30:24 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add patch to get the right directories when running taglib-config: + * 0001-Changed-libdir-includedir-variables-to-change-based-.patch + +------------------------------------------------------------------- New: ---- 0001-Changed-libdir-includedir-variables-to-change-based-.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib.spec ++++++ --- /var/tmp/diff_new_pack.XAe81U/_old 2020-01-23 16:10:59.347638509 +0100 +++ /var/tmp/diff_new_pack.XAe81U/_new 2020-01-23 16:10:59.351638512 +0100 @@ -1,7 +1,7 @@ # # spec file for package taglib # -# Copyright (c) 2019 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 @@ -37,6 +37,8 @@ Source1: %{sname}.desktop Source100: baselibs.conf Patch0: taglib-versionbump.patch +# PATCH-FIX-UPSTREAM https://github.com/taglib/taglib/pull/935 +Patch1: 0001-Changed-libdir-includedir-variables-to-change-based-.patch BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -114,6 +116,7 @@ %prep %setup -q -n %{sname}-%{version} %patch0 +%patch1 -p1 %build # The testing needs static libs too ++++++ 0001-Changed-libdir-includedir-variables-to-change-based-.patch ++++++ >From ef690d77afc97df50fea6ecdf6e2cbadcff970ea Mon Sep 17 00:00:00 2001 From: jiblime <[email protected]> Date: Sat, 19 Oct 2019 15:12:03 -0700 Subject: [PATCH] Changed libdir/includedir variables to change based on a user's system and match syntax --- taglib-config.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taglib-config.cmake b/taglib-config.cmake index 96ef688..1e184c1 100644 --- a/taglib-config.cmake +++ b/taglib-config.cmake @@ -16,8 +16,8 @@ EOH prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@ -libdir=${exec_prefix}/lib -includedir=${prefix}/include +libdir=@LIB_INSTALL_DIR@ +includedir=@INCLUDE_INSTALL_DIR@ flags="" -- 2.24.1
