From 628957ab597e889558731f85d938c03f6525cd36255ba3051f496c1592fc132a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Jun 2019 10:15:32 +0000 Subject: [PATCH] Accepting request 706896 from home:StefanBruens:branches:multimedia:libs - 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) OBS-URL: https://build.opensuse.org/request/show/706896 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=82 --- taglib-1.11.1+git20181028.tar.gz | 3 --- taglib-1.11.2~git20190601.tar.gz | 3 +++ taglib.changes | 12 ++++++++++++ taglib.spec | 14 ++++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 taglib-1.11.1+git20181028.tar.gz create mode 100644 taglib-1.11.2~git20190601.tar.gz diff --git a/taglib-1.11.1+git20181028.tar.gz b/taglib-1.11.1+git20181028.tar.gz deleted file mode 100644 index de14e91..0000000 --- a/taglib-1.11.1+git20181028.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50fb6715272818c043d7c71f8d9ffb0c8364992a6121bc209e2ff81632994f9c -size 1299993 diff --git a/taglib-1.11.2~git20190601.tar.gz b/taglib-1.11.2~git20190601.tar.gz new file mode 100644 index 0000000..3f7ead4 --- /dev/null +++ b/taglib-1.11.2~git20190601.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca08920a9a7e8ef5fc1bbb235aecea37ba63cd2025695b08cd7d1d719ec0633 +size 1300498 diff --git a/taglib.changes b/taglib.changes index dea2aab..f0dbd5b 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 2 12:06:18 UTC 2019 - Stefan BrĂ¼ns + +- 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) + ------------------------------------------------------------------- Wed Dec 5 09:07:42 UTC 2018 - davejplater@gmail.com diff --git a/taglib.spec b/taglib.spec index 5e702b4..5c801ec 100644 --- a/taglib.spec +++ b/taglib.spec @@ -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 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/susehelp/meta/Development/Li # 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 @@ for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v ${i} %{_datadir}/susehelp/ %files +%license COPYING.LGPL COPYING.MPL %{_bindir}/* %exclude %{_bindir}/taglib-config