Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2012-11-08 21:54:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2012-09-23 
08:46:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes       2012-11-08 
21:54:13.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 04:49:38 UTC 2012 - [email protected]
+
+- Add patch taglib-1.8-version_fix.patch: fix version defines
+  in taglib.h
+
+-------------------------------------------------------------------

New:
----
  taglib-1.8-version_fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.MyNzRN/_old  2012-11-08 21:54:13.000000000 +0100
+++ /var/tmp/diff_new_pack.MyNzRN/_new  2012-11-08 21:54:13.000000000 +0100
@@ -28,6 +28,8 @@
 Source100:      baselibs.conf
 Patch0:         taglib-1.6-ds-rusxmms.patch
 Patch1:         taglib-1.7.2-doxygen.patch
+# PATCH-FIX-UPSTREAM taglib-1.8-version_fix.patch - fix version defines in 
taglib.h
+Patch2:         taglib-1.8-version_fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -97,6 +99,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 mkdir build

++++++ taglib-1.8-version_fix.patch ++++++
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))
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to