From 7e65652ff129ec6486f6955c9bbfd41f9d41ca6b4553a6810fb797b0bbc84135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 14 Oct 2016 09:14:04 +0000 Subject: [PATCH 1/3] Accepting request 434500 from home:Zaitor:branches:GNOME:Factory Subbing this bump from gf branch as GN have flatpak support added, and I don't want to sub that yet. We need to look at the warnings given by rpmlint for flatpak before we can sub it. OBS-URL: https://build.opensuse.org/request/show/434500 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=95 --- gnome-software-3.22.0.tar.xz | 3 --- gnome-software-3.22.1.tar.xz | 3 +++ gnome-software.changes | 11 +++++++++++ gnome-software.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gnome-software-3.22.0.tar.xz create mode 100644 gnome-software-3.22.1.tar.xz diff --git a/gnome-software-3.22.0.tar.xz b/gnome-software-3.22.0.tar.xz deleted file mode 100644 index 03fb517..0000000 --- a/gnome-software-3.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e30c84851b0768bd46dbb90de6d3308acdc2973d3ca4ee52a19cdb5a0182ba -size 3842168 diff --git a/gnome-software-3.22.1.tar.xz b/gnome-software-3.22.1.tar.xz new file mode 100644 index 0000000..cb18a31 --- /dev/null +++ b/gnome-software-3.22.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427e6aa43eddd49d2937bb025691b52c41b686b7b00f1961d202527ced371012 +size 3857348 diff --git a/gnome-software.changes b/gnome-software.changes index 27a8b79..26b9342 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.22.1: + + Fix several issues with flatpak bundles. + + Fix installing local packages. + + Fix a crash when failing to get an installed flatpak ref. + + Speed up loading the details and overview pages. + + Switch to using the ODRS server hosted by GNOME. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 19 15:26:17 UTC 2016 - dimstar@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index f7cc9e5..458672d 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -17,7 +17,7 @@ Name: gnome-software -Version: 3.22.0 +Version: 3.22.1 Release: 0 %define gs_plugin_api 11 Summary: GNOME Software Store From 0520b9003189802b0cc3abf8d0289333ed87e337bc0d781e0b8bec0c064e5a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 28 Oct 2016 08:46:26 +0000 Subject: [PATCH 2/3] Accepting request 437473 from GNOME:Next Right, since we are pushing flatpak now, I guess we should have this change too OBS-URL: https://build.opensuse.org/request/show/437473 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=96 --- gnome-software.changes | 6 ++++++ gnome-software.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gnome-software.changes b/gnome-software.changes index 26b9342..59bb01f 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org + +- Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to + configure now that we have flatpak in openSUSE. + ------------------------------------------------------------------- Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 458672d..4392555 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -32,6 +32,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files BuildRequires: pkgconfig(appstream-glib) >= 0.6.1 +BuildRequires: pkgconfig(flatpak) >= 0.4.14 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92 @@ -76,6 +77,7 @@ to develop applications that require these. %configure \ --disable-static \ --disable-firmware \ + --enable-flatpak \ --enable-ostree \ --enable-rpm \ --enable-steam \ From cf2f4d3b3e2a8fb6036f71be5ae18bc328beb147e7834051b1224c46790a7c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 2 Nov 2016 08:21:43 +0000 Subject: [PATCH 3/3] Accepting request 438229 from GNOME:Next Drop xdg-app br OBS-URL: https://build.opensuse.org/request/show/438229 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=97 --- gnome-software.changes | 2 ++ gnome-software.spec | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-software.changes b/gnome-software.changes index 59bb01f..02647a8 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -3,6 +3,8 @@ Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org - Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to configure now that we have flatpak in openSUSE. +- Drop pkgconfig(xdg-app) BuildRequires: No longer needed as + flatpak is now in place. ------------------------------------------------------------------- Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 4392555..c6339c9 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -48,7 +48,6 @@ BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(rpm) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(xdg-app) >= 0.4.14 BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: iso-codes Requires: libzypp-plugin-appdata