From 102a6cd64bb1f70f12f8dacbc2ae10499d06a58dcd002fc2145fb9254e3c3a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 2 Jan 2015 11:00:48 +0000 Subject: [PATCH] Accepting request 266451 from home:Zaitor:branches:multimedia:libs - Update to version 2.2.2: + Public header cleanup and documentation update. + Update Doxygen config. + fdo#73058: Add missing include for MacOS. + fdo#72810: Fix typo in date test in MP3 handler. + fdo#83313: Fix crash on invalid Exif (from Samsung). + Fix valgrind testing for xmpcore.sh. + Fix delete / delete[] mismatch in ID3_Support.hpp. OBS-URL: https://build.opensuse.org/request/show/266451 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=19 --- exempi-2.2.1.tar.bz2 | 3 --- exempi-2.2.2.tar.bz2 | 3 +++ exempi.changes | 12 ++++++++++++ exempi.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 exempi-2.2.1.tar.bz2 create mode 100644 exempi-2.2.2.tar.bz2 diff --git a/exempi-2.2.1.tar.bz2 b/exempi-2.2.1.tar.bz2 deleted file mode 100644 index 735a57e..0000000 --- a/exempi-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c9e4380041abca80ef0e0029c07109f183506b812f870d8689e7140997fa601 -size 3378416 diff --git a/exempi-2.2.2.tar.bz2 b/exempi-2.2.2.tar.bz2 new file mode 100644 index 0000000..d81e56c --- /dev/null +++ b/exempi-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7ad0e5e61b6828e38d31a8cc59c26c9adeed7edf4b26708c400beb6a686c07 +size 3380662 diff --git a/exempi.changes b/exempi.changes index 7b06405..6c8859c 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 26 20:09:36 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.2.2: + + Public header cleanup and documentation update. + + Update Doxygen config. + + fdo#73058: Add missing include for MacOS. + + fdo#72810: Fix typo in date test in MP3 handler. + + fdo#83313: Fix crash on invalid Exif (from Samsung). + + Fix valgrind testing for xmpcore.sh. + + Fix delete / delete[] mismatch in ID3_Support.hpp. + ------------------------------------------------------------------- Sun Jun 30 15:22:26 UTC 2013 - zaitor@opensuse.org diff --git a/exempi.spec b/exempi.spec index ba95aa6..b06c599 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ # # spec file for package exempi # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: exempi Url: http://libopenraw.freedesktop.org/wiki/Exempi -Version: 2.2.1 +Version: 2.2.2 Release: 0 BuildRequires: boost-devel >= 1.33.0 BuildRequires: gcc-c++