From ad63c4272f336a62671dfe2febb67c4ca04d76341e3c5328d2b400f6f3a19176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 4 Sep 2016 18:51:53 +0000 Subject: [PATCH] Accepting request 424528 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/424528 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-autoar?expand=0&rev=3 --- _service | 13 ------------- _servicedata | 4 ---- gnome-autoar-0+20160825.0fec26d.tar.xz | 3 --- gnome-autoar-0.1.1.tar.xz | 3 +++ gnome-autoar.changes | 20 ++++++++++++++++++++ gnome-autoar.spec | 14 +++++--------- 6 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata delete mode 100644 gnome-autoar-0+20160825.0fec26d.tar.xz create mode 100644 gnome-autoar-0.1.1.tar.xz diff --git a/_service b/_service deleted file mode 100644 index f543eae..0000000 --- a/_service +++ /dev/null @@ -1,13 +0,0 @@ - - - git://git.gnome.org/gnome-autoar - git - 0+%cd.%h - enable - - - *.tar - xz - - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index cb40930..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - git://git.gnome.org/gnome-autoar - 0fec26dc6335e660d528058e7c9ebedcd7f80d5e \ No newline at end of file diff --git a/gnome-autoar-0+20160825.0fec26d.tar.xz b/gnome-autoar-0+20160825.0fec26d.tar.xz deleted file mode 100644 index 41b5397..0000000 --- a/gnome-autoar-0+20160825.0fec26d.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83e5d745761f23d0821f3a6a1b384172b3d764dac966cf0ec31c6c738eb88583 -size 37632 diff --git a/gnome-autoar-0.1.1.tar.xz b/gnome-autoar-0.1.1.tar.xz new file mode 100644 index 0000000..2cbc995 --- /dev/null +++ b/gnome-autoar-0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65cb810b562dc038ced739fbf59739fd5df1a8e848636e21f363ded9f349ac9 +size 292536 diff --git a/gnome-autoar.changes b/gnome-autoar.changes index c824a66..1f9f2ee 100644 --- a/gnome-autoar.changes +++ b/gnome-autoar.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 2 20:11:48 UTC 2016 - zaitor@opensuse.org + +- Updated to version 0.1.1: + + Fix library link issues for Evolution. + + Make decide destination signal synchronous for Evolution. + + Fix licence to LGPLv2.1+. + +------------------------------------------------------------------- +Thu Sep 1 21:25:12 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.1.0: + + Bump required libarchive version. + + AutoarExtractor: signal error on encrypted archives. + + Add COPYING file. + + tests: Add missing linker flags. +- Stop using sourceservice, tarball release now available. +- Following the above: gnome-common BuildRequires and autogen.sh + call: We no longer need to bootstrap. + ------------------------------------------------------------------- Wed Aug 31 13:23:34 UTC 2016 - dimstar@opensuse.org diff --git a/gnome-autoar.spec b/gnome-autoar.spec index 6092b17..5afb92f 100644 --- a/gnome-autoar.spec +++ b/gnome-autoar.spec @@ -17,23 +17,20 @@ Name: gnome-autoar -Version: 0+20160825.0fec26d +Version: 0.1.1 Release: 0 Summary: Automatic archives creating and extracting library License: LGPL-2.0+ Group: System/GUI/GNOME Url: https://git.gnome.org/browse/gnome-autoar -# Service generated tarball, no releases yet -Source: %{name}-%{version}.tar.xz -# Needed, as we provide a git snapshot -BuildRequires: gnome-common +Source: https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.35.6 BuildRequires: pkgconfig(glib-2.0) >= 2.35.6 BuildRequires: pkgconfig(gobject-2.0) >= 2.35.6 BuildRequires: pkgconfig(gtk+-3.0) >= 3.2 -BuildRequires: pkgconfig(libarchive) >= 3.1.0 +BuildRequires: pkgconfig(libarchive) >= 3.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -101,7 +98,6 @@ This package brings files required to develop against gnome-autoar %setup -q %build -./autogen.sh %configure \ --disable-static make %{?_smp_mflags} @@ -129,17 +125,16 @@ find %{buildroot} -type f -name "*.la" -delete -print %files devel %defattr(-,root,root) %{_includedir}/gnome-autoar-0/ -%{_includedir}/gnome-autoar-gtk-0/ %{_libdir}/libgnome-autoar-0.so %{_libdir}/libgnome-autoar-gtk-0.so %{_libdir}/pkgconfig/gnome-autoar-0.pc %{_libdir}/pkgconfig/gnome-autoar-gtk-0.pc %{_datadir}/gir-1.0/GnomeAutoar-0.1.gir %{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir +%{_datadir}/gtk-doc/html/%{name}/ %files -n typelib-1_0-GnomeAutoar-0_1 %defattr(-,root,root) -#doc COPYING %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib %files -n typelib-1_0-GnomeAutoarGtk-0_1 @@ -148,6 +143,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n libgnome-autoar-0-0 %defattr(-,root,root) +%doc COPYING %{_libdir}/libgnome-autoar-0.so.0 %{_libdir}/libgnome-autoar-0.so.0.0.0