diff --git a/gnome-autoar-0.4.0.tar.xz b/gnome-autoar-0.4.0.tar.xz deleted file mode 100644 index b4f4d3a..0000000 --- a/gnome-autoar-0.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea8c6d524babc712ac59e1d0e3ac8bf0137482dadf33c94fe9113794a1bc4474 -size 50176 diff --git a/gnome-autoar-0.4.1.tar.xz b/gnome-autoar-0.4.1.tar.xz new file mode 100644 index 0000000..ef26c76 --- /dev/null +++ b/gnome-autoar-0.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646bd50ebad92d91c1be89097a15364156157442cac1471ded7ecb27d9a9150e +size 50152 diff --git a/gnome-autoar.changes b/gnome-autoar.changes index c308240..7d82f00 100644 --- a/gnome-autoar.changes +++ b/gnome-autoar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 30 10:12:46 UTC 2021 - Bjørn Lie + +- Update to version 0.4.1: + + Fix regression of extraction in symlinked locations. + + Handle passphrase prompt cancellation to prevent showing error + dialogs. + + Downgrade meson dependency to 0.56.0. +- Replace post(un) handling with new ldconfig_scriptlets macro. +- Add check section and meson_test macro, as well as pass + tests=true to meson, run tests during build. + ------------------------------------------------------------------- Tue Aug 10 19:43:21 UTC 2021 - Bjørn Lie diff --git a/gnome-autoar.spec b/gnome-autoar.spec index 0db0cde..a117f0e 100644 --- a/gnome-autoar.spec +++ b/gnome-autoar.spec @@ -17,7 +17,7 @@ Name: gnome-autoar -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Automatic archives creating and extracting library License: LGPL-2.0-or-later @@ -26,7 +26,7 @@ URL: https://gitlab.gnome.org/GNOME/gnome-autoar Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%{name}-%{version}.tar.xz BuildRequires: gtk-doc -BuildRequires: meson +BuildRequires: meson >= 0.56.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.35.6 BuildRequires: pkgconfig(glib-2.0) >= 2.35.6 @@ -94,16 +94,18 @@ This package brings files required to develop against gnome-autoar %meson \ -Dvapi=true \ -Dgtk_doc=true \ + -Dtests=true \ %{nil} %meson_build %install %meson_install -%post -n libgnome-autoar-0-0 -p /sbin/ldconfig -%postun -n libgnome-autoar-0-0 -p /sbin/ldconfig -%post -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig -%postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig +%check +%meson_test + +%ldconfig_scriptlets -n libgnome-autoar-0-0 +%ldconfig_scriptlets -n libgnome-autoar-gtk-0-0 %files devel %{_includedir}/gnome-autoar-0/ @@ -129,10 +131,10 @@ This package brings files required to develop against gnome-autoar %files -n libgnome-autoar-0-0 %license COPYING %{_libdir}/libgnome-autoar-0.so.0 -%{_libdir}/libgnome-autoar-0.so.0.1.0 +%{_libdir}/libgnome-autoar-0.so.0.1.1 %files -n libgnome-autoar-gtk-0-0 %{_libdir}/libgnome-autoar-gtk-0.so.0 -%{_libdir}/libgnome-autoar-gtk-0.so.0.1.0 +%{_libdir}/libgnome-autoar-gtk-0.so.0.1.1 %changelog