Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2019-06-13 22:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib"

Thu Jun 13 22:29:07 2019 rev:53 rq:708264 version:1.11.2~git20190601

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2018-12-10 
12:27:31.574575658 +0100
+++ /work/SRC/openSUSE:Factory/.taglib.new.4811/taglib.changes  2019-06-13 
22:29:08.692463171 +0200
@@ -1,0 +2,12 @@
+Sun Jun  2 12:06:18 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to 1.11.2~git20190601, which fixes a regression when reading/
+  writing MP4 "rate" tags.
+- Use proper package version, matching the header file version macros
+- Upstream changes:
+  * Respect atom type when converting rate tag (#896)
+  * Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.42, #903. (#904)
+  * Update mp4properties.cpp (#893)
+  * Minor fix for mp4 media header v0 minimum size check (#895)
+
+-------------------------------------------------------------------

Old:
----
  taglib-1.11.1+git20181028.tar.gz

New:
----
  taglib-1.11.2~git20190601.tar.gz

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

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.VuurOm/_old  2019-06-13 22:29:09.336462962 +0200
+++ /var/tmp/diff_new_pack.VuurOm/_new  2019-06-13 22:29:09.340462960 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define rev 5cb589a5b82c13ba8f0542e5e79629da7645cb3c
+%define rev ba7adc2bc261ed634c2a964185bcffb9365ad2f4
 
 Name:           taglib
-Version:        1.11.1+git20181028
+Version:        1.11.2~git20190601
 Release:        0
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1-or-later AND MPL-1.1
@@ -115,13 +115,14 @@
 # Documentation
 mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel
 rm -f examples/CMake*
-cp -a AUTHORS COPYING.LGPL COPYING.MPL NEWS build/doc/html/ examples/ 
%{buildroot}%{_defaultdocdir}/libtag-devel/
+cp -a AUTHORS NEWS build/doc/html/ examples/ 
%{buildroot}%{_defaultdocdir}/libtag-devel/
 
-%fdupes -s %{buildroot}
 # Add built examples to taglib package.
 mkdir -p %{buildroot}%{_bindir}
 for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v 
${i} %{buildroot}%{_bindir}/; done
 
+%fdupes %{buildroot}
+
 %post
 %desktop_database_post
 
@@ -150,6 +151,7 @@
 %{_datadir}/susehelp/
 
 %files
+%license COPYING.LGPL COPYING.MPL
 %{_bindir}/*
 %exclude %{_bindir}/taglib-config
 


Reply via email to