From d0e6f2dae3f163b0bea419bd7a553b6532a6cc3aaf922110ce1e269cd1b17056 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Aug 2008 00:20:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exempi?expand=0&rev=5 --- exempi-2.0.0.tar.bz2 | 3 --- exempi-2.0.1.tar.bz2 | 3 +++ exempi.changes | 9 +++++++++ exempi.spec | 27 ++++++++++++++++++++------- 4 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 exempi-2.0.0.tar.bz2 create mode 100644 exempi-2.0.1.tar.bz2 diff --git a/exempi-2.0.0.tar.bz2 b/exempi-2.0.0.tar.bz2 deleted file mode 100644 index 080a195..0000000 --- a/exempi-2.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96a6c59103bc6c9dbb119cf0e5ec4234e15f29d2b19381c89a41dd4a9db06b19 -size 2893976 diff --git a/exempi-2.0.1.tar.bz2 b/exempi-2.0.1.tar.bz2 new file mode 100644 index 0000000..e710ce9 --- /dev/null +++ b/exempi-2.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06977d78ab8bc55c357cd329209d52e8aec2f0dc753d84d88fd33c5518ce8ecc +size 2894811 diff --git a/exempi.changes b/exempi.changes index 457f7c7..58e2760 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 6 17:20:33 EDT 2008 - mauro@suse.de + +-Update to 2.0.1 + + bgo#14612: no stdbool.h for Sun compilers. + + bgo#14613: check for iconv() const-ness. + + Make the error checking more robust. + + Make error code thread-safe (ie local to the thread). + ------------------------------------------------------------------- Fri Aug 1 17:22:25 CEST 2008 - ro@suse.de diff --git a/exempi.spec b/exempi.spec index 5a5c0f7..b0d3750 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,10 +1,18 @@ # -# spec file for package exempi (Version 2.0.0) +# spec file for package exempi (Version 2.0.1) # +# Copyright (c) 2007 Novell Inc. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ # @@ -12,17 +20,16 @@ Name: exempi -Url: http://libopenraw.freedesktop.org/ +Url: http://libopenraw.freedesktop.org/wiki/Exempi # # spec file for package exempi # -# Copyright (c) 2007 Novell Inc. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # BuildRequires: boost-devel >= 1.33.0 gcc-c++ libexpat-devel -Version: 2.0.0 -Release: 3 +Version: 2.0.1 +Release: 1 Summary: XMP support library License: BSD 3-Clause Group: Development/Libraries/C and C++ @@ -110,6 +117,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Wed Aug 06 2008 mauro@suse.de +-Update to 2.0.1 + + bgo#14612: no stdbool.h for Sun compilers. + + bgo#14613: check for iconv() const-ness. + + Make the error checking more robust. + + Make error code thread-safe (ie local to the thread). * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Wed Apr 02 2008 vuntz@suse.de