update to 2.6.1

This commit is contained in:
dillon_chen 2022-06-20 10:30:57 +08:00
parent 313d9f923f
commit cdae0be6f2
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
exempi-2.6.1.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: exempi
Version: 2.5.2
Release: 3
Version: 2.6.1
Release: 1
Summary: Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform)
License: BSD
URL: https://wiki.freedesktop.org/libopenraw/Exempi/
@ -29,7 +29,7 @@ Summary: Help information for user
Help information for user
%prep
%autosetup -n exempi-2.5.2 -p1
%autosetup -n exempi-2.6.1 -p1
%build
libtoolize -vi
@ -47,7 +47,7 @@ make check
%make_install
%files
%doc AUTHORS ChangeLog COPYING README
%doc AUTHORS ChangeLog COPYING
%{_libdir}/*.so.*
%{_bindir}/exempi
@ -62,6 +62,9 @@ make check
%{_mandir}/man1/exempi.1*
%changelog
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 2.6.1-1
- Update to 2.6.1
* Mon Apr 18 2022 Wei, Qiang <qiang.wei@suse.com> - 2.5.2-3
- Remove self dependency which is temporary used to resolve compatiable during upgrade.