Accepting request 181486 from home:Zaitor:branches:multimedia:libs
Update to ver 2.2.1 OBS-URL: https://build.opensuse.org/request/show/181486 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=17
This commit is contained in:
parent
083acf98de
commit
13b949e9f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac374cca17df023ae978bb5f7a9d5d116da89141192f8de8c8060de0722b00f
|
||||
size 3369496
|
3
exempi-2.2.1.tar.bz2
Normal file
3
exempi-2.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c9e4380041abca80ef0e0029c07109f183506b812f870d8689e7140997fa601
|
||||
size 3378416
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 15:22:26 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.2.1:
|
||||
+ fdo#54011: Use POSIX API for files on MacOS.
|
||||
+ fdo#58175: Replace OS X FlatCarbon headers.
|
||||
+ Added a manpage for exempi(1).
|
||||
+ Added the -n option to the command line for arbitrary
|
||||
namespaces.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 26 14:53:26 CET 2012 - dmueller@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package exempi
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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.0
|
||||
Version: 2.2.1
|
||||
Release: 0
|
||||
BuildRequires: boost-devel >= 1.33.0
|
||||
BuildRequires: gcc-c++
|
||||
@ -52,8 +52,8 @@ XMP parsing and IO library
|
||||
%package -n libexempi-devel
|
||||
Summary: XMP support library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libexempi3 = %{version}
|
||||
Requires: glibc-devel
|
||||
Requires: libexempi3 = %{version}
|
||||
|
||||
%description -n libexempi-devel
|
||||
XMP parsing and IO library
|
||||
@ -91,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING ChangeLog
|
||||
%{_bindir}/exempi
|
||||
%{_mandir}/man1/exempi.1%{?ext_man}
|
||||
|
||||
%files -n libexempi-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user