Add upstream patch silencing some debug runtime warnings
Resolves: rhbz#1450556
This commit is contained in:
parent
641eefb77a
commit
18007b75b1
1043
0001-Don-t-emit-errors-unless-compiled-for-debug.patch
Normal file
1043
0001-Don-t-emit-errors-unless-compiled-for-debug.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -4,13 +4,14 @@
|
||||
Summary: Library for accessing MusicBrainz servers
|
||||
Name: libmusicbrainz5
|
||||
Version: 5.1.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.musicbrainz.org/
|
||||
Source0: https://github.com/metabrainz/libmusicbrainz/releases/download/release-5.1.0/libmusicbrainz-%{version}.tar.gz
|
||||
# Filed upstream as http://tickets.musicbrainz.org/browse/LMB-41
|
||||
Patch0: doxygen.patch
|
||||
Patch1: 0001-Don-t-emit-errors-unless-compiled-for-debug.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig(neon)
|
||||
@ -36,6 +37,7 @@ applications which will use %{name}.
|
||||
%prep
|
||||
%setup -q -n libmusicbrainz-%{version}
|
||||
%patch0 -p1 -b .doxygen
|
||||
%patch1 -p1 -b .silence-warnings
|
||||
|
||||
# omit "Generated on ..." timestamps that induce multilib conflicts
|
||||
# this is *supposed* to be the doxygen default in fedora these days, but
|
||||
@ -74,6 +76,10 @@ rm -f docs/installdox
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 17 2017 Christophe Fergeau <cfergeau@redhat.com> - 5.1.0-9
|
||||
- Add upstream patch silencing some debug runtime warnings
|
||||
Resolves: rhbz#1450556
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user