diff --git a/AppImageKit-10.obscpio b/AppImageKit-10.obscpio new file mode 100644 index 0000000..8cc2381 --- /dev/null +++ b/AppImageKit-10.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62aa3747ea26fa69c8ab42cda678f02cb7e2f9893feb0418d45c7a3ad7cc410f +size 1671693 diff --git a/AppImageKit-9~pre.1495805837.d05eac1.obscpio b/AppImageKit-9~pre.1495805837.d05eac1.obscpio deleted file mode 100644 index f5f36df..0000000 --- a/AppImageKit-9~pre.1495805837.d05eac1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4223eda6f44ef80df75518735635c58094901725b6d959fdf80b4cc29c32ed68 -size 1286668 diff --git a/AppImageKit.obsinfo b/AppImageKit.obsinfo index f2521b9..cba84b8 100644 --- a/AppImageKit.obsinfo +++ b/AppImageKit.obsinfo @@ -1,5 +1,5 @@ name: AppImageKit -version: 9~pre.1495805837.d05eac1 -mtime: 1495805837 -commit: d05eac10463913df288ed2a044f013f4464f60ca +version: 10 +mtime: 1510255277 +commit: 6f3138f02701a7b52959f16f2ee6b540bf5b3dc5 diff --git a/_service b/_service index e39043b..0fd553c 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ https://github.com/probonopd/AppImageKit.git - appimagetool/master - 9~pre + 10 + 10 enable git diff --git a/appimaged.changes b/appimaged.changes index 0892d27..ff53f54 100644 --- a/appimaged.changes +++ b/appimaged.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 24 07:46:07 UTC 2018 - adrian@suse.de + +- update to version 10 + ------------------------------------------------------------------- Tue May 30 12:23:38 UTC 2017 - adrian@suse.de diff --git a/appimaged.spec b/appimaged.spec index ccb8f4d..ddcc3ed 100644 --- a/appimaged.spec +++ b/appimaged.spec @@ -1,7 +1,7 @@ # -# spec file for package +# spec file for package appimaged # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -15,27 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: appimaged -Version: 9~pre.1495805837.d05eac1 +Version: 10 Release: 0 -License: MIT Url: http://www.appimage.org Summary: Daemon handles (un)registering AppImages with the system -Group: System/Daemons +License: MIT +Group: System/Daemons Source0: AppImageKit-%version.tar.xz Source1: appimaged.service -BuildRequires: glib2-devel libpng-devel -BuildRequires: inotify-tools-devel -BuildRequires: cairo-devel -BuildRequires: fuse-devel -BuildRequires: xz-devel -BuildRequires: libarchive-devel -BuildRequires: openssl-devel -BuildRequires: libtool BuildRequires: autoconf BuildRequires: automake +BuildRequires: cairo-devel +BuildRequires: fuse-devel +BuildRequires: glib2-devel +BuildRequires: inotify-tools-devel +BuildRequires: libarchive-devel +BuildRequires: libpng-devel +BuildRequires: libtool +BuildRequires: openssl-devel +BuildRequires: systemd-rpm-macros +BuildRequires: xz-devel -Requires: zsync +Requires: zsync %description appimaged is a daemon that handles registering and unregistering AppImages @@ -106,3 +109,4 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/appimaged.service %{_bindir}/appimaged %{_userunitdir}/appimaged.service +%changelog