taglib/taglib-1.8-version_fix.patch
Dave Plater a874440dba Accepting request 140603 from home:klaussfreire:branches:multimedia:libs
It seems taglib 1.8 forgot to update version defines. Found this trying to adapt python-tagpy to 1.8, noticed wrong defines (still saying 1.7).

It could conceivably rain on dependencies, but only if they're checking those defines the wrong way (ie: if version == 1.7 instead of >= 1.8). Doubtful.

OBS-URL: https://build.opensuse.org/request/show/140603
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=43
2012-11-08 06:05:42 +00:00

13 lines
485 B
Diff

diff -ur taglib-1.8/taglib/toolkit/taglib.h taglib-1.8.nu/taglib/toolkit/taglib.h
--- taglib-1.8/taglib/toolkit/taglib.h 2012-09-06 15:03:15.000000000 -0300
+++ taglib-1.8.nu/taglib/toolkit/taglib.h 2012-11-08 01:47:51.088000009 -0300
@@ -27,7 +27,7 @@
#define TAGLIB_H
#define TAGLIB_MAJOR_VERSION 1
-#define TAGLIB_MINOR_VERSION 7
+#define TAGLIB_MINOR_VERSION 8
#define TAGLIB_PATCH_VERSION 0
#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))