diff --git a/exempi-2.5.2.tar.bz2 b/exempi-2.6.1.tar.bz2 similarity index 33% rename from exempi-2.5.2.tar.bz2 rename to exempi-2.6.1.tar.bz2 index 036e47aefcde1847fcaebcd3f72b22a08ddc35da..b9ae151ada2b35c0d5be983e061fa411639104f4 100644 Binary files a/exempi-2.5.2.tar.bz2 and b/exempi-2.6.1.tar.bz2 differ diff --git a/exempi.spec b/exempi.spec index 0398345428650b4ddeaeeb78601a31a6ecf8b843..cb3fa8b5042b3552a9c68192e26a5d91976e08c7 100644 --- a/exempi.spec +++ b/exempi.spec @@ -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 - 2.6.1-1 +- Update to 2.6.1 + * Mon Apr 18 2022 Wei, Qiang - 2.5.2-3 - Remove self dependency which is temporary used to resolve compatiable during upgrade.