taglib/taglib-versionbump.patch
Dave Plater 13a7a3fa14 Accepting request 655068 from home:plater
Update to 1.11.1+git20181028 and add taglib-versionbump.patch to enable qt5 clementine to build with system taglib.
Removed incorporated taglib-CVE-2017-12678.patch,
  taglib-CVE-2018-11439.patch and taglib-fix-ogg.patch.

OBS-URL: https://build.opensuse.org/request/show/655068
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=80
2018-12-05 09:38:59 +00:00

14 lines
586 B
Diff

Index: taglib/toolkit/taglib.h
===================================================================
--- taglib/toolkit/taglib.h.orig 2018-10-28 15:43:45.000000000 +0200
+++ taglib/toolkit/taglib.h 2018-11-03 14:59:44.431327422 +0200
@@ -30,7 +30,7 @@
#define TAGLIB_MAJOR_VERSION 1
#define TAGLIB_MINOR_VERSION 11
-#define TAGLIB_PATCH_VERSION 1
+#define TAGLIB_PATCH_VERSION 2
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)) || defined(__clang__)
#define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"")