OBS User unknown 2008-08-21 20:58:02 +00:00 committed by Git OBS Bridge
parent d0e6f2dae3
commit e26fbedd54
4 changed files with 21 additions and 13 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 12 23:37:28 EDT 2008 - hfiguiere@suse.de
- New upstream version 2.0.2
+ Fix bug fdo#16598: TLS detection.
+ Better error management
+ Bugs fdo#14612 and fdo#14613
-------------------------------------------------------------------
Wed Aug 6 17:20:33 EDT 2008 - mauro@suse.de

View File

@ -1,7 +1,6 @@
#
# spec file for package exempi (Version 2.0.1)
# spec file for package exempi (Version 2.0.2)
#
# Copyright (c) 2007 Novell Inc.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -18,17 +17,13 @@
# norootforbuild
BuildRequires: boost-devel >= 1.33.0
BuildRequires: gcc-c++
BuildRequires: libexpat-devel
Name: exempi
Url: http://libopenraw.freedesktop.org/wiki/Exempi
#
# spec file for package exempi
#
# 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.1
Version: 2.0.2
Release: 1
Summary: XMP support library
License: BSD 3-Clause
@ -117,6 +112,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Aug 13 2008 hfiguiere@suse.de
- New upstream version 2.0.2
+ Fix bug fdo#16598: TLS detection.
+ Better error management
+ Bugs fdo#14612 and fdo#14613
* Wed Aug 06 2008 mauro@suse.de
-Update to 2.0.1
+ bgo#14612: no stdbool.h for Sun compilers.