Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2018-12-10 12:27:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib"

Mon Dec 10 12:27:29 2018 rev:52 rq:655301 version:1.11.1+git20181028

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2018-11-26 
10:15:49.370047685 +0100
+++ /work/SRC/openSUSE:Factory/.taglib.new.19453/taglib.changes 2018-12-10 
12:27:31.574575658 +0100
@@ -1,0 +2,28 @@
+Wed Dec  5 09:07:42 UTC 2018 - [email protected]
+
+- 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.
+- Upstream changes:
+  *Added support for DSF and DSDIFF files.
+  *Added support for WinRT.
+  *Added support for classical music tags of iTunes 12.5.
+  *Added support for file descriptor to FileStream.
+  *Added support for 'cmID', 'purl', 'egid' MP4 atoms.
+  *Enabled FileRef to detect file types based on the stream content.
+  *Check for mandatory header objects in ASF files.
+  *Fixed OOB read on invalid Ogg FLAC files (CVE-2018-11439).
+  *Fixed handling of empty MPEG files.
+  *Fixed reading MP4 atoms with zero length.
+  *Fixed reading FLAC files with zero-sized seektables.
+  *Fixed handling of lowercase field names in Vorbis Comments.
+  *Fixed handling of 'rate' atoms in MP4 files.
+  *Fixed handling of invalid UTF-8 sequences.
+  *Fixed possible file corruptions when saving Ogg files.
+  *TableOfContentsFrame::toString() improved.
+  *UserTextIdentificationFrame::toString() improved.
+  *Marked FileRef::create() deprecated.
+  *Several smaller bug fixes and performance improvements.
+
+-------------------------------------------------------------------

Old:
----
  taglib-1.11.1.tar.gz
  taglib-CVE-2017-12678.patch
  taglib-CVE-2018-11439.patch
  taglib-fix-ogg.patch

New:
----
  taglib-1.11.1+git20181028.tar.gz
  taglib-versionbump.patch

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

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.atoxEv/_old  2018-12-10 12:27:32.102575131 +0100
+++ /var/tmp/diff_new_pack.atoxEv/_new  2018-12-10 12:27:32.102575131 +0100
@@ -12,24 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
+%define rev 5cb589a5b82c13ba8f0542e5e79629da7645cb3c
+
 Name:           taglib
-Version:        1.11.1
+Version:        1.11.1+git20181028
 Release:        0
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1-or-later AND MPL-1.1
 Group:          Productivity/Multimedia/Other
 URL:            http://taglib.github.io/
-Source0:        http://taglib.github.io/releases/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/taglib/taglib/archive/%{rev}.tar.gz#/%{name}-%{version}.tar.gz
+#Source0:        http://taglib.github.io/releases/%%{name}-%%{version}.tar.gz
 Source1:        %{name}.desktop
 Source100:      baselibs.conf
-# PATCH-FIX-SECURITY taglib-CVE-2017-12678.patch bsc1052699 CVE-2017-12678 
[email protected] -- Prevent denial of service.
-Patch0:         taglib-CVE-2017-12678.patch
-Patch1:         taglib-CVE-2018-11439.patch
-Patch2:         taglib-fix-ogg.patch
+Patch0:         taglib-versionbump.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -92,10 +92,8 @@
 This package contains development files for taglib.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%setup -q -n %{name}-%{rev}
+%patch0 -p0
 
 %build
 %cmake \

++++++ taglib-versionbump.patch ++++++
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\"")

Reply via email to