Accepting request 928257 from GNOME:Next
- 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. OBS-URL: https://build.opensuse.org/request/show/928257 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-autoar?expand=0&rev=24
This commit is contained in:
parent
326e597cf1
commit
b58877def8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea8c6d524babc712ac59e1d0e3ac8bf0137482dadf33c94fe9113794a1bc4474
|
|
||||||
size 50176
|
|
3
gnome-autoar-0.4.1.tar.xz
Normal file
3
gnome-autoar-0.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:646bd50ebad92d91c1be89097a15364156157442cac1471ded7ecb27d9a9150e
|
||||||
|
size 50152
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 30 10:12:46 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Tue Aug 10 19:43:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-autoar
|
Name: gnome-autoar
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatic archives creating and extracting library
|
Summary: Automatic archives creating and extracting library
|
||||||
License: LGPL-2.0-or-later
|
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
|
Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.56.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.35.6
|
BuildRequires: pkgconfig(gio-2.0) >= 2.35.6
|
||||||
BuildRequires: pkgconfig(glib-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 \
|
%meson \
|
||||||
-Dvapi=true \
|
-Dvapi=true \
|
||||||
-Dgtk_doc=true \
|
-Dgtk_doc=true \
|
||||||
|
-Dtests=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%post -n libgnome-autoar-0-0 -p /sbin/ldconfig
|
%check
|
||||||
%postun -n libgnome-autoar-0-0 -p /sbin/ldconfig
|
%meson_test
|
||||||
%post -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
|
|
||||||
%postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgnome-autoar-0-0
|
||||||
|
%ldconfig_scriptlets -n libgnome-autoar-gtk-0-0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/gnome-autoar-0/
|
%{_includedir}/gnome-autoar-0/
|
||||||
@ -129,10 +131,10 @@ This package brings files required to develop against gnome-autoar
|
|||||||
%files -n libgnome-autoar-0-0
|
%files -n libgnome-autoar-0-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libgnome-autoar-0.so.0
|
%{_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
|
%files -n libgnome-autoar-gtk-0-0
|
||||||
%{_libdir}/libgnome-autoar-gtk-0.so.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
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user