This commit is contained in:
parent
e32460bc00
commit
bd5bfd0153
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90bb7661a66432d30955d42aa5d6bb6d6a43ac6388bd817cc4500c1d55e1d8dc
|
|
||||||
size 2892671
|
|
3
exempi-2.0.0.tar.bz2
Normal file
3
exempi-2.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96a6c59103bc6c9dbb119cf0e5ec4234e15f29d2b19381c89a41dd4a9db06b19
|
||||||
|
size 2893976
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 13:11:50 CEST 2008 - vuntz@suse.de
|
||||||
|
|
||||||
|
- New upstream version 2.0.0:
|
||||||
|
+ Bug fdo#14614, Bug fdo#15263: endian detection in configure.
|
||||||
|
+ Bug fdo#14615: missing includes for Solaris.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 10:21:22 EDT 2008 - hfiguiere@suse.de
|
Fri Mar 14 10:21:22 EDT 2008 - hfiguiere@suse.de
|
||||||
|
|
||||||
|
10
exempi.spec
10
exempi.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package exempi (Version 1.99.9)
|
# spec file for package exempi (Version 2.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -21,7 +21,7 @@ Url: http://libopenraw.freedesktop.org/
|
|||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
BuildRequires: boost-devel >= 1.33.0 gcc-c++ libexpat-devel
|
BuildRequires: boost-devel >= 1.33.0 gcc-c++ libexpat-devel
|
||||||
Version: 1.99.9
|
Version: 2.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
@ -43,6 +43,7 @@ Authors:
|
|||||||
Jason Kivlighn
|
Jason Kivlighn
|
||||||
|
|
||||||
%package -n libexempi3
|
%package -n libexempi3
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -59,6 +60,7 @@ Authors:
|
|||||||
Jason Kivlighn
|
Jason Kivlighn
|
||||||
|
|
||||||
%package -n libexempi-devel
|
%package -n libexempi-devel
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: XMP support library
|
Summary: XMP support library
|
||||||
Requires: libexempi3 = %{version} libexpat-devel
|
Requires: libexempi3 = %{version} libexpat-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -107,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 02 2008 vuntz@suse.de
|
||||||
|
- New upstream version 2.0.0:
|
||||||
|
+ Bug fdo#14614, Bug fdo#15263: endian detection in configure.
|
||||||
|
+ Bug fdo#14615: missing includes for Solaris.
|
||||||
* Fri Mar 14 2008 hfiguiere@suse.de
|
* Fri Mar 14 2008 hfiguiere@suse.de
|
||||||
- New upstream version 1.99.9
|
- New upstream version 1.99.9
|
||||||
+ Typo fix in API
|
+ Typo fix in API
|
||||||
|
Loading…
Reference in New Issue
Block a user