commit gnome-autoar for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-autoar for openSUSE:Factory checked in at 2018-03-01 12:01:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-autoar (Old) and /work/SRC/openSUSE:Factory/.gnome-autoar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-autoar" Thu Mar 1 12:01:02 2018 rev:4 rq:580516 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes 2017-03-22 23:15:13.873692613 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes 2018-03-01 12:01:03.648623628 +0100 @@ -1,0 +2,9 @@ +Mon Feb 26 10:36:29 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 0.2.3: + + Use proper extracted name for xz archives. + + Fix decompressing files with legacy encoding file names. +- Run spec-cleaner, modernize spec, use autosetup and make_build + macros. + +------------------------------------------------------------------- Old: ---- gnome-autoar-0.2.2.tar.xz New: ---- gnome-autoar-0.2.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-autoar.spec ++++++ --- /var/tmp/diff_new_pack.XVmKuw/_old 2018-03-01 12:01:04.200603837 +0100 +++ /var/tmp/diff_new_pack.XVmKuw/_new 2018-03-01 12:01:04.200603837 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-autoar # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: gnome-autoar -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Automatic archives creating and extracting library -License: LGPL-2.0+ +License: LGPL-2.0-or-later Group: System/GUI/GNOME Url: https://git.gnome.org/browse/gnome-autoar Source: https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz + BuildRequires: gobject-introspection-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.35.6 @@ -32,7 +33,6 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.2 BuildRequires: pkgconfig(libarchive) >= 3.2.0 BuildRequires: pkgconfig(vapigen) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description gnome-autoar provides functions, widgets, and gschemas for GNOME applications which want @@ -86,16 +86,17 @@ This package brings files required to develop against gnome-autoar %prep -%setup -q +%autosetup %build %configure \ --disable-static \ - --enable-gtk -make %{?_smp_mflags} + --enable-gtk \ + %{nil} +%make_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n libgnome-autoar-0-0 -p /sbin/ldconfig @@ -104,7 +105,6 @@ %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig %files devel -%defattr(-,root,root) %{_includedir}/gnome-autoar-0/ %{_libdir}/libgnome-autoar-0.so %{_libdir}/libgnome-autoar-gtk-0.so @@ -118,21 +118,17 @@ %{_datadir}/vala/vapi/gnome-autoar-gtk-0.vapi %files -n typelib-1_0-GnomeAutoar-0_1 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib %files -n typelib-1_0-GnomeAutoarGtk-0_1 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GnomeAutoarGtk-0.1.typelib %files -n libgnome-autoar-0-0 -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libgnome-autoar-0.so.0 %{_libdir}/libgnome-autoar-0.so.0.0.0 %files -n libgnome-autoar-gtk-0-0 -%defattr(-,root,root) %{_libdir}/libgnome-autoar-gtk-0.so.0 %{_libdir}/libgnome-autoar-gtk-0.so.0.0.0 ++++++ gnome-autoar-0.2.2.tar.xz -> gnome-autoar-0.2.3.tar.xz ++++++ ++++ 4288 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de