Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/taglib.git#a490d843a1e21846fdc5e2d772013f6a08014181
This commit is contained in:
DistroBaker 2021-03-30 00:10:18 +00:00
parent 02041ee65e
commit 992718e0c8
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ diff -up taglib-1.12/taglib-config.cmake.multilib taglib-1.12/taglib-config.cmak
case $1 in
--libs)
- flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
+ flags="$flags -ltag
+ flags="$flags -ltag"
;;
--cflags)
flags="$flags -I$includedir -I$includedir/taglib"

View File

@ -8,7 +8,7 @@
Name: taglib
Summary: Audio Meta-Data Library
Version: 1.12
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2 or MPLv1.1
URL: http://taglib.github.io/
@ -122,6 +122,9 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}"
%changelog
* Mon Mar 29 2021 Rex Dieter <rdieter@fedoraproject.org> - 1.12-4
- fix multilib.patch (#1943870)
* Wed Mar 03 2021 Rex Dieter <rdieter@fedoraproject.org> - 1.12-3
- -devel: fix/drop -lz references in taglib-config, taglib.pc