Update to version 2.2.0

This commit is contained in:
Deji Akingunola 2012-02-23 01:02:33 -05:00
parent 739db5a266
commit 536fabb3ac
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
exempi-2.1.1.tar.gz
/exempi-2.2.0.tar.bz2

View File

@ -1,11 +1,11 @@
Summary: Library for easy parsing of XMP metadata
Name: exempi
Version: 2.1.1
Release: 3%{?dist}
Version: 2.2.0
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://libopenraw.freedesktop.org/wiki/Exempi
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: boost-devel expat-devel zlib-devel pkgconfig
@ -64,6 +64,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Feb 22 2012 Deji Akingunola <dakingun@gmail.com> - 2.2.0-1
- Update to version 2.2.0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
62ecb5a01387b9f940a5429b3df67e65 exempi-2.1.1.tar.gz
f46d96975613593ee17aaf48cd350228 exempi-2.2.0.tar.bz2