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
This commit is contained in:
Tomáš Chvátal 2019-06-07 10:15:32 +00:00 committed by Git OBS Bridge
parent 13a7a3fa14
commit 628957ab59
4 changed files with 23 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50fb6715272818c043d7c71f8d9ffb0c8364992a6121bc209e2ff81632994f9c
size 1299993

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ca08920a9a7e8ef5fc1bbb235aecea37ba63cd2025695b08cd7d1d719ec0633
size 1300498

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 2 12:06:18 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- 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 Wed Dec 5 09:07:42 UTC 2018 - davejplater@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package taglib # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: taglib
Version: 1.11.1+git20181028 Version: 1.11.2~git20190601
Release: 0 Release: 0
Summary: Audio Meta-Data Library Summary: Audio Meta-Data Library
License: LGPL-2.1-or-later AND MPL-1.1 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 # Documentation
mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel mkdir -p %{buildroot}%{_defaultdocdir}/libtag-devel
rm -f examples/CMake* 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. # Add built examples to taglib package.
mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_bindir}
for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v ${i} %{buildroot}%{_bindir}/; done for i in `find build/examples -maxdepth 1 ! -type d -executable`; do cp -v ${i} %{buildroot}%{_bindir}/; done
%fdupes %{buildroot}
%post %post
%desktop_database_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/ %{_datadir}/susehelp/
%files %files
%license COPYING.LGPL COPYING.MPL
%{_bindir}/* %{_bindir}/*
%exclude %{_bindir}/taglib-config %exclude %{_bindir}/taglib-config