OBS User unknown 2008-08-14 00:20:03 +00:00 committed by Git OBS Bridge
parent fd551397f7
commit d0e6f2dae3
4 changed files with 32 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96a6c59103bc6c9dbb119cf0e5ec4234e15f29d2b19381c89a41dd4a9db06b19
size 2893976

3
exempi-2.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06977d78ab8bc55c357cd329209d52e8aec2f0dc753d84d88fd33c5518ce8ecc
size 2894811

View File

@ -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

View File

@ -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