From 82c9dbfe1e2a6a199f399b51fa12e97afaf220d8222321aef7c6c58b7f6ab410 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Feb 2018 14:12:49 +0000 Subject: [PATCH 1/2] Accepting request 576866 from GNOME:Next update OBS-URL: https://build.opensuse.org/request/show/576866 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=41 --- _service | 2 +- _servicedata | 2 +- flatpak-0.10.3.tar.xz | 3 --- flatpak-0.10.4.tar.xz | 3 +++ flatpak.changes | 15 +++++++++++++++ flatpak.spec | 4 ++-- 6 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 flatpak-0.10.3.tar.xz create mode 100644 flatpak-0.10.4.tar.xz diff --git a/_service b/_service index 55e85b1..86a4303 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ enable - refs/tags/0.10.3 + refs/tags/0.10.4 *.tar diff --git a/_servicedata b/_servicedata index 0149488..894b5fe 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/flatpak/flatpak.git - a3a83241e398b72cdd8b13b13c55ef5ad330a5ed \ No newline at end of file + c576d284dc123be15c7003fee6a8184eddeaf462 \ No newline at end of file diff --git a/flatpak-0.10.3.tar.xz b/flatpak-0.10.3.tar.xz deleted file mode 100644 index 1f31385..0000000 --- a/flatpak-0.10.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e542468f47d24e2b30ef2a5d713f8a3fbf669d1d311a16039151f8331cd2be7 -size 653316 diff --git a/flatpak-0.10.4.tar.xz b/flatpak-0.10.4.tar.xz new file mode 100644 index 0000000..f8c0200 --- /dev/null +++ b/flatpak-0.10.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df464e8ed8d24bf71aaab8f9bb0ada817007e15610d03d9391337fbcba89aa1 +size 653676 diff --git a/flatpak.changes b/flatpak.changes index 288f00e..6a0422c 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Feb 14 23:23:20 UTC 2018 - dimstar@opensuse.org + +- Update to version 0.10.4: + * allow personality syscall in devel mode + * configure: Fix copy_file_range detection + * Add --disable-document-portal configure option + * lib: Make gnome-software work with an empty /var/lib/flatpak + * dir: Emit an error on non-root downgrade attempts + * common/dir: Skip progress reporting while setting up extra-data + * doc: Fix docs for --update-appstream + * flatpak remote-ls -u: only consider apps from the current remote + * extract_appstream: allow component IDs not to end in .desktop + * common/dir: Fix a memory leak + ------------------------------------------------------------------- Mon Feb 05 14:23:03 UTC 2018 - dimstar@opensuse.org diff --git a/flatpak.spec b/flatpak.spec index 6e86f9d..5c1cddb 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -18,10 +18,10 @@ %define libname libflatpak0 Name: flatpak -Version: 0.10.3 +Version: 0.10.4 Release: 0 Summary: OSTree based application bundles management -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Packages Url: https://flatpak.github.io/ Source: %{name}-%{version}.tar.xz From 6c0216e9b8808debaf1c3703d44086548b6ab83d8b3167e9271b43279f4c59a5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Feb 2018 14:13:19 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=42 --- flatpak.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak.spec b/flatpak.spec index 5c1cddb..1fdda40 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -21,7 +21,7 @@ Name: flatpak Version: 0.10.4 Release: 0 Summary: OSTree based application bundles management -License: LGPL-2.1-or-later +License: LGPL-2.1+ Group: System/Packages Url: https://flatpak.github.io/ Source: %{name}-%{version}.tar.xz