commit gnome-software for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-08-12 10:19:47

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.3399 (New)


Package is "gnome-software"

Wed Aug 12 10:19:47 2020 rev:72 rq:824806 version:3.36.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2020-06-11 14:47:53.289939413 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.3399/gnome-software.changes  
2020-08-12 10:20:34.463676464 +0200
@@ -1,0 +2,12 @@
+Wed Aug  5 06:28:46 UTC 2020 - Yifan Jiang 
+
+- Update gnome-software-add-missing-headers.patch: add more devel
+  headers in lib/meson.build (glgo#GNOME/gnome-software!446).
+
+---
+Thu Jul 30 19:58:49 UTC 2020 - Erico Mendonca 
+
+- Add gnome-software-add-missing-headers.patch: add missing devel
+  headers referenced by gnome-software.h (bsc#1174849).
+
+---

New:

  gnome-software-add-missing-headers.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.AFK4a7/_old  2020-08-12 10:20:39.399678894 +0200
+++ /var/tmp/diff_new_pack.AFK4a7/_new  2020-08-12 10:20:39.403678896 +0200
@@ -31,6 +31,8 @@
 %endif
 # PATCH-FIX-UPSTREAM gnome-software-failed-offline-update-notification.patch 
bsc#1161095 glgo#GNOME/gnome-software!471 sck...@suse.com -- plugin-loader: 
handle offline update errors properly.
 Patch1: gnome-software-failed-offline-update-notification.patch
+# PATCH-FIX-UPSTREAM gnome-software-add-missing-headers.patch bsc#1174849 
erico.mendo...@suse.com -- Add missing devel header files.
+Patch2: gnome-software-add-missing-headers.patch
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.47.0
@@ -129,17 +131,7 @@
 %dir %{_includedir}/%{name}
 %{_datadir}/gtk-doc/html/%{name}/
 %dir %{_datadir}/doc/gnome-software
-%{_includedir}/%{name}/gnome-software.h
-%{_includedir}/%{name}/gs-app-list.h
-%{_includedir}/%{name}/gs-app.h
-%{_includedir}/%{name}/gs-category.h
-%{_includedir}/%{name}/gs-metered.h
-%{_includedir}/%{name}/gs-os-release.h
-%{_includedir}/%{name}/gs-plugin-vfuncs.h
-%{_includedir}/%{name}/gs-plugin.h
-%{_includedir}/%{name}/gs-plugin-event.h
-%{_includedir}/%{name}/gs-plugin-types.h
-%{_includedir}/%{name}/gs-utils.h
+%{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/gnome-software.pc
 
 %files lang -f %{name}.lang

++ gnome-software-add-missing-headers.patch ++
Index: gnome-software-3.36.1/lib/meson.build
===
--- gnome-software-3.36.1.orig/lib/meson.build
+++ gnome-software-3.36.1/lib/meson.build
@@ -38,12 +38,18 @@ configure_file(
 install_headers([
 'gnome-software.h',
 'gs-app.h',
+'gs-app-collation.h',
 'gs-app-list.h',
+'gs-autocleanups.h',
 'gs-category.h',
+'gs-ioprio.h',
 'gs-metered.h',
 'gs-os-release.h',
 'gs-plugin.h',
 'gs-plugin-event.h',
+'gs-plugin-job.h',
+'gs-plugin-loader.h',
+'gs-plugin-loader-sync.h',
 'gs-plugin-types.h',
 'gs-plugin-vfuncs.h',
 'gs-utils.h'



commit gnome-software for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-06-11 14:47:38

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.3606 (New)


Package is "gnome-software"

Thu Jun 11 14:47:38 2020 rev:71 rq:813315 version:3.36.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2020-06-08 23:47:53.274078129 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.3606/gnome-software.changes  
2020-06-11 14:47:53.289939413 +0200
@@ -1,0 +2,7 @@
+Mon Jun  8 02:55:54 UTC 2020 - Jonathan Kang 
+
+- Add gnome-software-failed-offline-update-notification.patch:
+  plugin-loader: handle offline update errors properly(bsc#1161095,
+  glgo#GNOME/gnome-software!471).
+
+---

New:

  gnome-software-failed-offline-update-notification.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.53Kr4L/_old  2020-06-11 14:47:53.981941429 +0200
+++ /var/tmp/diff_new_pack.53Kr4L/_new  2020-06-11 14:47:53.981941429 +0200
@@ -29,6 +29,8 @@
 # PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch 
bsc#1077332 boo#1090042 sck...@suse.com -- Don't launch gnome-software when 
clicking the updates notification. Launch gpk-update-viewer instead.
 Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
 %endif
+# PATCH-FIX-UPSTREAM gnome-software-failed-offline-update-notification.patch 
bsc#1161095 glgo#GNOME/gnome-software!471 sck...@suse.com -- plugin-loader: 
handle offline update errors properly.
+Patch1: gnome-software-failed-offline-update-notification.patch
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.47.0

++ gnome-software-failed-offline-update-notification.patch ++
>From 61f710f401a340600df2e3c4758c2fe156ad1f04 Mon Sep 17 00:00:00 2001
From: Jonathan Kang 
Date: Fri, 5 Jun 2020 09:02:12 +0800
Subject: [PATCH] plugin-loader: handle offline update errors properly

Fix the issue that no notification after a failed offline update.

https://gitlab.gnome.org/GNOME/gnome-software/-/issues/666
---
 lib/gs-plugin-loader.c | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/lib/gs-plugin-loader.c b/lib/gs-plugin-loader.c
index 979f3d5d..585353ba 100644
--- a/lib/gs-plugin-loader.c
+++ b/lib/gs-plugin-loader.c
@@ -410,6 +410,13 @@ gs_plugin_error_handle_failure (GsPluginLoaderHelper 
*helper,
return FALSE;
}
 
+   /* offline updates */
+   if (gs_plugin_job_get_action (helper->plugin_job) == 
GS_PLUGIN_ACTION_GET_UPDATES_HISTORICAL) {
+   if (error != NULL)
+   *error = g_error_copy (error_local);
+   return FALSE;
+   }
+
/* create event which is handled by the GsShell */
event = gs_plugin_job_to_failed_event (helper->plugin_job, error_local);
 
-- 
2.26.2




commit gnome-software for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-06-08 23:47:18

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.3606 (New)


Package is "gnome-software"

Mon Jun  8 23:47:18 2020 rev:70 rq:811414 version:3.36.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2020-04-23 18:27:17.143725834 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.3606/gnome-software.changes  
2020-06-08 23:47:53.274078129 +0200
@@ -1,0 +2,23 @@
+Fri May 22 18:13:46 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.1:
+  + Add distro upgrade css for the HC theme.
+  + Check if a stock icon actually exists in the theme.
+  + Correctly mark layered local packages as removable.
+  + Fine-tune F32 upgrade banner position and font.
+  + Fix loading if applications directory does not exist.
+  + Fix the progress info required for the loading page.
+  + Handle invalid snap auth data.
+  + Improve performance when showing lots of applications.
+  + Only delete the installed firmware archive if we downloaded it.
+  + Properly check if an flatpak application is a runtime.
+  + Show the correct state for local packages without AppData.
+  + Updated translations.
+
+---
+Thu May 21 01:59:11 UTC 2020 - Jonathan Kang 
+
+- Re-autostart GNOME Software and re-enable its search extension
+  (bsc#1168861, bsc#1157928).
+
+---

Old:

  gnome-software-3.36.0.tar.xz

New:

  gnome-software-3.36.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.Hvei1D/_old  2020-06-08 23:47:54.718082583 +0200
+++ /var/tmp/diff_new_pack.Hvei1D/_new  2020-06-08 23:47:54.722082596 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.36.0
+Version:3.36.1
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
@@ -92,21 +92,6 @@
 # Remove any piece of doc that ends up in non-standard locations and use the 
doc macro instead
 rm %{buildroot}%{_datadir}/doc/%{name}/README.md
 
-%if 0%{?sle_version} == 150200
-#needed for both Leap and SLE
-#workaround until bsc#1157928 is resolved, otherwise SLES users get 
authentication popup all the time
-cat << EOF >> 
%{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
-Hidden=true
-EOF
-
-cat << EOF > 
%{buildroot}%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
-#workaround until bsc#1157928 is resolved, otherwise SLES users get 
authentication popup all the time
-[org.gnome.desktop.search-providers]
-disabled=["org.gnome.Software.desktop"]
-EOF
-
-%endif
-
 %files
 %license COPYING
 %doc NEWS README.md
@@ -125,9 +110,6 @@
 %{_datadir}/dbus-1/services/org.gnome.Software.service
 %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
 %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
-%if 0%{?sle_version} == 150200
-%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
-%endif
 %dir %{_datadir}/gnome-shell
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini

++ gnome-software-3.36.0.tar.xz -> gnome-software-3.36.1.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-software/gnome-software-3.36.0.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-software.new.3606/gnome-software-3.36.1.tar.xz
 differ: char 26, line 1




commit gnome-software for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-04-23 18:27:12

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.2738 (New)


Package is "gnome-software"

Thu Apr 23 18:27:12 2020 rev:69 rq:795217 version:3.36.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2020-02-03 11:12:02.809806373 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.2738/gnome-software.changes  
2020-04-23 18:27:17.143725834 +0200
@@ -1,0 +2,72 @@
+Wed Mar 11 13:57:51 UTC 2020 - bjorn@gmail.com
+
+- Update to version 3.36.0:
+  + gs-app-row: Remove ‘show-folders’ functionality.
+  + Updated translations.
+
+---
+Wed Mar  4 19:43:55 UTC 2020 - bjorn@gmail.com
+
+- Update to version 3.35.92:
+  + Fix crash when viewing application details.
+  + Fix “thrice daily” check running every 3 days.
+  + Improve the appearance of the front page banners.
+  + Show the correct upgrade banner contents when a reboot is
+required.
+  + Updated translations.
+
+---
+Thu Feb 20 11:06:31 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 3.35.91:
+  + Add an info bar about automatic updates.
+  + Avoid rpm-ostree downgrade error when doing distro upgrade.
+  + Click on stars to open review dialog in the details view.
+  + Fix loading of icons from AppStream YAML.
+  + Fix weird font sizes in the batter.
+  + Hide any in-app notifications when closing the main window.
+  + Integrate better with snapd.
+  + Only ignore flatpak estimated progress if >10%.
+  + Remove color stripes on categories in the Explore page.
+  + Remove support for Shell extensions.
+  + Remove webapp support.
+  + Reset star rating when loading an unrated app.
+  + Sort applications using locale based algorithms.
+  + Stop snaps from being automatically updated.
+  + Updated translations.
+- Add pkgconfig(ostree-1) BuildRequires: new dependency.
+
+---
+Wed Feb 12 20:39:42 CET 2020 - dims...@opensuse.org
+
+- Update to version 3.35.2:
+  + Add missing OARS content rating descriptions.
+  + Add new plugin for restricting access to apps.
+  + Avoid a UI crash when switching modes.
+  + Build libmalcontent dependency on Fedora CI.
+  + Correctly distinguish empty content ratings from missing ones.
+  + Correctly set the application state if autoupdate is in
+progress.
+  + Do not show a crazy error when installing packages.
+  + Do not show non-applications in the installed panel.
+  + Download Flatpak updates in the correct installation.
+  + Expose snap channels as app alternates.
+  + Fix a crash on 32-bit systems.
+  + Fix manual detach when updating removable device firmware.
+  + Fix third party repo enabling not working.
+  + Hide add/remove shortcut buttons for parentally filtered apps.
+  + Improve some front page banners.
+  + Invalidate caches when adding or removing remotes.
+  + Make flatpak more thread-safe to fix some crashes.
+  + Match the exact ID when refining a wildcard.
+  + Only set the app row's buttons as destructive when they remove
+an app.
+  + Rework age ratings handling to avoid hard-coded list.
+  + Set the shell extension origin correctly in all cases.
+  + Show the channel for snaps.
+  + Speed up the flatpak plugin in some situations.
+  + Use plugin API to launch apps from install notification.
+- Pass -Dmalcontent=false to meson: Disable parental control
+  integration for now, as we don't have malcontent packaged yet.
+
+---
@@ -5 +77 @@
-  bsc#1157928 poo#62762 
+  bsc#1157928 poo#62762.

Old:

  gnome-software-3.34.2.tar.xz

New:

  gnome-software-3.36.0.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.tTaX2D/_old  2020-04-23 18:27:18.179727817 +0200
+++ /var/tmp/diff_new_pack.tTaX2D/_new  2020-04-23 18:27:18.183727825 +0200
@@ -18,20 +18,20 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.34.2
+Version:3.36.0
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Software
-Source0:
https://download.gnome.org/sources/gnome-software/3.34/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-software/3.36/%{name}-%{version}.tar.xz
 %if 0%{?sle_version}
 # PATCH-FIX-OPENSUSE 

commit gnome-software for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2020-02-03 11:11:51

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.26092 (New)


Package is "gnome-software"

Mon Feb  3 11:11:51 2020 rev:68 rq:768413 version:3.34.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-11-29 16:03:30.592790835 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.26092/gnome-software.changes 
2020-02-03 11:12:02.809806373 +0100
@@ -1,0 +2,6 @@
+Wed Jan 29 16:57:40 UTC 2020 - Lubos Kocman 
+
+- Apply polkit workaround also for Leap 15.2
+  bsc#1157928 poo#62762 
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.dI8e37/_old  2020-02-03 11:12:04.617807287 +0100
+++ /var/tmp/diff_new_pack.dI8e37/_new  2020-02-03 11:12:04.641807299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -90,7 +90,8 @@
 # Remove any piece of doc that ends up in non-standard locations and use the 
doc macro instead
 rm %{buildroot}%{_datadir}/doc/%{name}/README.md
 
-%if !0%{?is_opensuse}
+%if 0%{?sle_version} == 150200
+#needed for both Leap and SLE
 #workaround until bsc#1157928 is resolved, otherwise SLES users get 
authentication popup all the time
 cat << EOF >> 
%{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
 Hidden=true
@@ -124,7 +125,7 @@
 %{_datadir}/dbus-1/services/org.gnome.Software.service
 %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
 %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
-%if !0%{?is_opensuse}
+%if 0%{?sle_version} == 150200
 %{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
 %endif
 %dir %{_datadir}/gnome-shell




commit gnome-software for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-11-29 16:00:38

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.26869 (New)


Package is "gnome-software"

Fri Nov 29 16:00:38 2019 rev:67 rq:751581 version:3.34.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-10-17 13:01:20.512993228 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.26869/gnome-software.changes 
2019-11-29 16:03:30.592790835 +0100
@@ -1,0 +2,32 @@
+Thu Nov 28 09:48:12 UTC 2019 - Frederic Crozat 
+
+- Don't start gnome-software at startup and disable its search
+  extension on SLE until bsc#1157928 is fixed properly.
+
+---
+Wed Nov 27 10:22:33 UTC 2019 - Yifan Jiang 
+
+- Rebase gnome-software-launch-gpk-update-viewer-for-updates.patch
+
+---
+Mon Nov 25 10:18:26 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.2:
+  + Do not show a crazy error when installing packages.
+  + Do not show non-applications in the installed panel.
+  + Download Flatpak updates in the correct installation.
+  + Fix a potential threading crash when using flatpak.
+  + Fix a small memory leaks.
+  + Set the shell extension origin correctly in all cases.
+  + Speed up flatpak loading in some situations.
+  + Updated translations.
+- Drop gnome-software-fwupd-dependency.patch: Fixed upstream.
+
+---
+Tue Nov 19 07:10:33 UTC 2019 - Jonathan Kang 
+
+- Add gnome-software-fwupd-dependency.patch: fwupd: Fix compile
+  with old versions of fwupd (bsc#1156960,
+  gh#hughsie/gnome-software!362). 
+
+---
@@ -448,0 +481,6 @@
+Thu Apr 19 08:56:34 UTC 2018 - sck...@suse.com
+
+- Mark gnome-software-launch-gpk-update-viewer-for-updates.patch
+  as PATCH-FIX-OPENSUSE, as Leap 15 need it as well (boo#1090042).
+
+---
@@ -487,0 +526,7 @@
+
+---
+Tue Mar 13 02:47:18 UTC 2018 - sck...@suse.com
+
+- Add gnome-software-launch-gpk-update-viewer-for-updates.patch:
+  Don't launch gnome-software when clicking the updates
+  notification. Launch gpk-update-viewer instead (bsc#1077332).

Old:

  gnome-software-3.34.1.tar.xz

New:

  gnome-software-3.34.2.tar.xz
  gnome-software-launch-gpk-update-viewer-for-updates.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.qmz1wl/_old  2019-11-29 16:03:31.176790595 +0100
+++ /var/tmp/diff_new_pack.qmz1wl/_new  2019-11-29 16:03:31.180790593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,17 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.34.1
+Version:3.34.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Software
 Source0:
https://download.gnome.org/sources/gnome-software/3.34/%{name}-%{version}.tar.xz
+%if 0%{?sle_version}
+# PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch 
bsc#1077332 boo#1090042 sck...@suse.com -- Don't launch gnome-software when 
clicking the updates notification. Launch gpk-update-viewer instead.
+Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
+%endif 0%{?sle_version}
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -86,6 +90,20 @@
 # Remove any piece of doc that ends up in non-standard locations and use the 
doc macro instead
 rm %{buildroot}%{_datadir}/doc/%{name}/README.md
 
+%if !0%{?is_opensuse}
+#workaround until bsc#1157928 is resolved, otherwise SLES users get 
authentication popup all the time
+cat << EOF >> 
%{buildroot}%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
+Hidden=true
+EOF
+
+cat << EOF > 
%{buildroot}%{_datadir}/glib-2.0/schemas/00_org.gnome.software.gschema.override
+#workaround until bsc#1157928 is resolved, otherwise SLES users get 
authentication popup all the time
+[org.gnome.desktop.search-providers]
+disabled=["org.gnome.Software.desktop"]
+EOF
+
+%endif
+
 %files
 %license COPYING
 %doc NEWS README.md
@@ -101,13 +119,14 @@
 

commit gnome-software for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-10-17 13:01:18

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.2352 (New)


Package is "gnome-software"

Thu Oct 17 13:01:18 2019 rev:66 rq:736562 version:3.34.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-07-22 12:17:58.631702360 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.2352/gnome-software.changes  
2019-10-17 13:01:20.512993228 +0200
@@ -1,0 +2,37 @@
+Mon Oct  7 16:55:15 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.1:
+  + Fix firmware updates where the device needed a manual detach.
+  + Fix installing webapps.
+  + Fix signal blocking for search.
+  + Fix third party repo enabling.
+  + Hide the shortcut buttons for parentally filtered apps.
+  + Make disabled flatpak remote enabling work.
+  + Show snap channels as app alternates.
+  + Show the correct application when clicking from the GNOME Shell
+menu.
+  + Updated translations.
+
+---
+Mon Sep  9 14:34:44 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.34.0:
+  + Add a link to the privacy policy in the review dialog.
+  + Add and improve many overview banners.
+  + Add support for download scheduling using Mogwai.
+  + Allow installing locale data automatically.
+  + Allow snaps to be shown by AppStream ID.
+  + Don't apply drop shadow on stock symbolic icons.
+  + Don't install queued apps when the network changes and is
+metered.
+  + Fix the 'localised in my language' kudo.
+  + Hide addons that are not available in repos.
+  + Localize ESRB content rating strings.
+  + Never show the installation progress bar going backwards.
+  + Notify the user when an application can escape the sandbox.
+  + Refactor screenshots and hide those unavailable when offline.
+  + Select the rating systems selected based by territory.
+  + Use smaller default size for main window when required.
+  + Updated Translations.
+
+---

Old:

  gnome-software-3.32.4.tar.xz

New:

  gnome-software-3.34.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.pGfEjc/_old  2019-10-17 13:01:21.692990239 +0200
+++ /var/tmp/diff_new_pack.pGfEjc/_new  2019-10-17 13:01:21.696990229 +0200
@@ -18,13 +18,13 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.32.4
+Version:3.34.1
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Software
-Source0:
https://download.gnome.org/sources/gnome-software/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-software/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -130,14 +130,13 @@
 %{_includedir}/%{name}/gnome-software.h
 %{_includedir}/%{name}/gs-app-list.h
 %{_includedir}/%{name}/gs-app.h
-%{_includedir}/%{name}/gs-auth.h
 %{_includedir}/%{name}/gs-category.h
+%{_includedir}/%{name}/gs-metered.h
 %{_includedir}/%{name}/gs-os-release.h
 %{_includedir}/%{name}/gs-plugin-vfuncs.h
 %{_includedir}/%{name}/gs-plugin.h
 %{_includedir}/%{name}/gs-plugin-event.h
 %{_includedir}/%{name}/gs-plugin-types.h
-%{_includedir}/%{name}/gs-price.h
 %{_includedir}/%{name}/gs-utils.h
 %{_libdir}/pkgconfig/gnome-software.pc
 

++ gnome-software-3.32.4.tar.xz -> gnome-software-3.34.1.tar.xz ++
 123193 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-07-22 12:17:56

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.4126 (New)


Package is "gnome-software"

Mon Jul 22 12:17:56 2019 rev:65 rq:714727 version:3.32.4

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-06-02 15:12:48.298171186 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.4126/gnome-software.changes  
2019-07-22 12:17:58.631702360 +0200
@@ -1,0 +2,18 @@
+Thu Jul 11 17:51:39 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.4:
+  + Fix an issue that led to some packages with multiple appdata
+files not correctly showing up on the updates page.
+  + Fix various problems with flatpak branch handling that were
+causing issues with freedesktop.org runtime updates.
+  + Fix flatpak update versions to correctly show up.
+  + Various other minor bug fixes.
+
+---
+Fri Jul  5 09:26:03 UTC 2019 - Bjørn Lie 
+
+- Drop pkgconfig(valgrind) BuildRequires, and pass valgrind=false
+  to meson. Fixes build for arm, and we do not really need valgrind
+  integration.
+
+---

Old:

  gnome-software-3.32.3.tar.xz

New:

  gnome-software-3.32.4.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.j4aNZV/_old  2019-07-22 12:17:59.719702074 +0200
+++ /var/tmp/diff_new_pack.j4aNZV/_new  2019-07-22 12:17:59.723702073 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.32.3
+Version:3.32.4
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
@@ -48,7 +48,6 @@
 BuildRequires:  pkgconfig(packagekit-glib2) >= 1.1.0
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(valgrind)
 BuildRequires:  pkgconfig(xmlb) >= 0.1.7
 # boo#1090042
 Requires:   fwupd
@@ -76,6 +75,7 @@
 %build
 %meson \
-Dtests=false \
+   -Dvalgrind=false \
%{nil}
 %meson_build
 

++ gnome-software-3.32.3.tar.xz -> gnome-software-3.32.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.32.3/NEWS 
new/gnome-software-3.32.4/NEWS
--- old/gnome-software-3.32.3/NEWS  2019-05-24 21:51:51.0 +0200
+++ new/gnome-software-3.32.4/NEWS  2019-07-11 18:08:32.0 +0200
@@ -1,3 +1,15 @@
+Version 3.32.4
+~~
+Released: 2019-07-11
+
+This is a stable release with the following changes:
+ * Fix an issue that led to some packages with multiple appdata files not
+   correctly showing up on the updates page
+ * Fix various problems with flatpak branch handling that were causing issues
+   with freedesktop.org runtime updates
+ * Fix flatpak update versions to correctly show up
+ * Various other minor bug fixes
+
 Version 3.32.3
 ~~
 Released: 2019-05-24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.32.3/RELEASE 
new/gnome-software-3.32.4/RELEASE
--- old/gnome-software-3.32.3/RELEASE   2019-05-24 21:51:51.0 +0200
+++ new/gnome-software-3.32.4/RELEASE   2019-07-11 18:08:32.0 +0200
@@ -2,14 +2,14 @@
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.32.2... | grep -i -v 
trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.32.3... | grep -i -v 
trivial | grep -v Merge | sort | uniq
 Add any user visible changes into 
data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in 
> NEWS
 
-git commit -a -m "Release version 3.32.3"
-git tag -s 3.32.3 -m " Version 3.32.3 "
+git commit -a -m "Release version 3.32.4"
+git tag -s 3.32.4 -m " Version 3.32.4 "
 
 
 ninja-build dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-software-3.32.3/data/appdata/org.gnome.Software.appdata.xml.in 
new/gnome-software-3.32.4/data/appdata/org.gnome.Software.appdata.xml.in
--- old/gnome-software-3.32.3/data/appdata/org.gnome.Software.appdata.xml.in
2019-05-24 21:51:51.0 +0200
+++ new/gnome-software-3.32.4/data/appdata/org.gnome.Software.appdata.xml.in
2019-07-11 18:08:32.0 +0200
@@ -46,6 +46,19 @@
Validate with `appstream-util validate *.appdata.xml`
   -->
   
+
+  
+
+  This is a stable release with the 

commit gnome-software for openSUSE:Factory

2019-06-02 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-06-02 15:12:41

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.5148 (New)


Package is "gnome-software"

Sun Jun  2 15:12:41 2019 rev:64 rq:705582 version:3.32.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-05-10 09:17:33.368257500 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.5148/gnome-software.changes  
2019-06-02 15:12:48.298171186 +0200
@@ -1,0 +2,18 @@
+Fri May 24 20:17:42 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.3:
+  + Add missing XbSilo locking, hopefully fixing a large number of
+reported crashes.
+  + Fix a regression that caused the fonts category to go missing.
+  + Show a placeholder on the details page when we don't have the
+actual icon.
+  + Plug a large memory leak.
+  + Use nicer arrows for version numbers on the updates page.
+  + Fix an issue that led to screenshots not being correctly scaled
+on hidpi.
+  + flatpak:
+- Fix several double-uses of GErrors.
+- Handle failure of a libflatpak function updating permissions.
+  + rpm-ostree: Implement what-provides decompose.
+
+---

Old:

  gnome-software-3.32.2.tar.xz

New:

  gnome-software-3.32.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.zTAlgd/_old  2019-06-02 15:12:50.886170066 +0200
+++ /var/tmp/diff_new_pack.zTAlgd/_new  2019-06-02 15:12:50.890170064 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.32.2
+Version:3.32.3
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.32.2.tar.xz -> gnome-software-3.32.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.32.2/NEWS 
new/gnome-software-3.32.3/NEWS
--- old/gnome-software-3.32.2/NEWS  2019-05-07 15:11:08.0 +0200
+++ new/gnome-software-3.32.3/NEWS  2019-05-24 21:51:51.0 +0200
@@ -1,3 +1,19 @@
+Version 3.32.3
+~~
+Released: 2019-05-24
+
+This is a stable release with the following changes:
+ * Add missing XbSilo locking, hopefully fixing a large number of reported
+   crashes
+ * Fix a regression that caused the fonts category to go missing
+ * Show a placeholder on the details page when we don't have the actual icon
+ * Plug a large memory leak
+ * Use nicer arrows for version numbers on the updates page
+ * Fix an issue that led to screenshots not being correctly scaled on hidpi
+ * flatpak: Fix several double-uses of GErrors
+ * flatpak: Handle failure of a libflatpak function updating permissions
+ * rpm-ostree: Implement what-provides decompose
+
 Version 3.32.2
 ~~
 Released: 2019-05-07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.32.2/RELEASE 
new/gnome-software-3.32.3/RELEASE
--- old/gnome-software-3.32.2/RELEASE   2019-05-07 15:11:08.0 +0200
+++ new/gnome-software-3.32.3/RELEASE   2019-05-24 21:51:51.0 +0200
@@ -2,14 +2,14 @@
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only 3.32.1... | grep -i -v 
trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.32.2... | grep -i -v 
trivial | grep -v Merge | sort | uniq
 Add any user visible changes into 
data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in 
> NEWS
 
-git commit -a -m "Release version 3.32.2"
-git tag -s 3.32.2 -m " Version 3.32.2 "
+git commit -a -m "Release version 3.32.3"
+git tag -s 3.32.3 -m " Version 3.32.3 "
 
 
 ninja-build dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.32.2/contrib/gnome-software.spec.in 
new/gnome-software-3.32.3/contrib/gnome-software.spec.in
--- old/gnome-software-3.32.2/contrib/gnome-software.spec.in2019-05-07 
15:11:08.0 +0200
+++ new/gnome-software-3.32.3/contrib/gnome-software.spec.in2019-05-24 
21:51:51.0 +0200
@@ -150,7 +150,7 @@
 %{_mandir}/man1/gnome-software.1.gz
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Software.svg
 %{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Software-symbolic.svg
-%{_datadir}/icons/hicolor/symbolic/status/software-installed-symbolic.svg
+%{_datadir}/icons/hicolor/scalable/status/software-installed-symbolic.svg
 

commit gnome-software for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-05-10 09:17:27

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.5148 (New)


Package is "gnome-software"

Fri May 10 09:17:27 2019 rev:63 rq:701614 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-05-03 22:10:51.323327971 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.5148/gnome-software.changes  
2019-05-10 09:17:33.368257500 +0200
@@ -1,0 +2,20 @@
+Tue May  7 13:15:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + Avoid showing a review more than once.
+  + Correctly update progress bar when downloading packagekit
+distro upgrades.
+  + Fix a crash when closing the updates dialog before the content
+has loaded.
+  + Fix CTRL+F not working right in certains conditions.
+  + Set 022 umask to make sure flatpak system helper process can
+read the files we've written.
+  + rpm-ostree:
+- Implement getting the repo list, and enabling and disabling
+  repos.
+- Implement provides search.
+- Make layered apps not discoverable in the UI.
+  + Various other minor bug fixes.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.32.1.tar.xz

New:

  gnome-software-3.32.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.cpdz5C/_old  2019-05-10 09:17:34.000258477 +0200
+++ /var/tmp/diff_new_pack.cpdz5C/_new  2019-05-10 09:17:34.000258477 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 13
 Name:   gnome-software
-Version:3.32.1
+Version:3.32.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.32.1.tar.xz -> gnome-software-3.32.2.tar.xz ++
 16280 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-05-03 22:10:48

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.5148 (New)


Package is "gnome-software"

Fri May  3 22:10:48 2019 rev:62 rq:695688 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2019-01-15 09:09:31.634615731 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.5148/gnome-software.changes  
2019-05-03 22:10:51.323327971 +0200
@@ -1,0 +2,183 @@
+Tue Apr 16 09:36:05 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.1:
+  + Add drop shadows to app icons.
+  + Various fixes to initial loading screen.
+  + Show a generic icon instead of empty space if we failed to load
+the app icon.
+  + Update featured banners for Maps and Blender.
+  + Update featured app IDs.
+  + Fix a crash due to missing locking.
+  + Fix missing back button under certain conditions.
+  + Fix loading AppSteam data from .yml.gz files.
+  + Fix an issue that caused flatpak repo to not be correctly shown
+when it matched an existing packagekit repo name.
+  + Hide the fwupd Vendor repo in the repos dialog.
+  + Updated translations.
+
+---
+Tue Mar 12 06:36:31 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + trivial: Don't crash when installing a web-app.
+  + Remove reference to obsolete Ubuntu review plugin from README.
+  + Updated translations.
+
+---
+Tue Mar  5 22:22:27 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Add two missing description strings for flatpak permissions.
+  + Only show permissions for flatpak apps and not for e.g. fonts.
+  + Fix flatpak permissions to correctly show up for available
+apps.
+  + Hide various details page items that don't make sense when
+showing .flatpakrepo files.
+  + Fix an issue that caused descriptions to sometimes not get
+correctly loaded.
+  + Sort the items in the Source drop down.
+  + Don't show error notifications for background download and
+refresh errors.
+  + Fix an issue that could cause an explosion of "A restart is
+required" notifications.
+  + Various flatpak plugin fixes to make it correctly match the
+data when multiple flatpak repos are available.
+  + Fix the rpm-ostree plugin to correctly convert remote dbus
+errors.
+  + Updated translations.
+
+---
+Mon Feb 25 19:26:49 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Fix showing the installed check mark on tiles.
+  + Fix crashes in the packagekit plugin due to missing locking.
+  + Add back support for appstream data in
+/var/{cache,lib}/app-info directories that accidentally got
+left out with the libxmlb rewrite.
+  + Update the featured banner for gnome-chess.
+  + Fix the details page alignment when only one screenshot is
+shown.
+  + Move the Update button to the right hand side on the details
+page.
+  + Fix enabling repos when installing codecs through the extras
+page.
+  + Remove the Sundry folder and sync the apps in the Utilities
+folder with gnome-menus 3.31.90.
+  + Improve various content rating texts.
+  + Drop workarounds for locales with codesets.
+  + Use the currently selected icon theme for stock icons.
+  + Don't hide compulsory apps in the category views.
+  + Use the SPDX-License-Identifier in all source files.
+  + Remove various useless error prefixes, making flatpak and
+packagekit error messages shorter and easier to read.
+  + flatpak:
+- Show the installation type (user, system) in the Source
+  dropdown.
+- Let apps control the name suffix/prefix they have and don't
+  force (Nightly) suffix for everything on the master branch.
+- Various fixes for matching flatpaks to appstream entries.
+- Distinguish between the same app coming from multiple
+  remotes.
+  + rpm-ostree:
+- Correctly resolve installed appdata files to package names.
+- Hook up percentage progress for install and remove.
+- Implement layered package install.
+- Implement locally downloaded rpm install.
+- Show the source of the packages when installing layered
+  packages.
+- Various fixes making things more robust.
+  + snap: Use new media API.
+  + Updated translations.
+
+---
+Thu Jan 17 00:53:30 UTC 2019 - bjorn@gmail.com
+
+- Udpate to version 3.31.2:
+  + Show permissions for installed flatpaks, and new permissions
+for updates.
+  + Use libxmlb to parse AppStream XML, making gnome-software start
+  

commit gnome-software for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2019-01-15 09:09:30

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.28833 (New)


Package is "gnome-software"

Tue Jan 15 09:09:30 2019 rev:61 rq:664078 version:3.30.6

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-12-19 13:48:04.519396713 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.28833/gnome-software.changes 
2019-01-15 09:09:31.634615731 +0100
@@ -1,0 +2,7 @@
+Fri Jan  4 19:21:28 UTC 2019 - bjorn@gmail.com
+
+- Add flatpak Recommends: Users should not have to figure out that
+  this package is needed for flatpaks to work out of the box
+  (boo#1118040).
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.e9Oazh/_old  2019-01-15 09:09:32.186615223 +0100
+++ /var/tmp/diff_new_pack.e9Oazh/_new  2019-01-15 09:09:32.186615223 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -53,6 +53,7 @@
 Requires:   fwupd
 Requires:   iso-codes
 Requires:   libzypp-plugin-appdata
+Recommends: flatpak
 
 %description
 AppStore like management of Applications for your GNOME Desktop.




commit gnome-software for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-12-19 13:48:02

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.28833 (New)


Package is "gnome-software"

Wed Dec 19 13:48:02 2018 rev:60 rq:659060 version:3.30.6

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-11-22 13:22:55.658162330 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.28833/gnome-software.changes 
2018-12-19 13:48:04.519396713 +0100
@@ -1,0 +2,32 @@
+Tue Dec 18 08:16:31 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.6:
+  + Fix various thread safety related crashes.
+  + Fix row unrevealing to not leave behind 2 pixels on the
+updates page.
+  + Make the refresh button to actually refresh packagekit cache.
+  + Fix various issues that could lead to cache refresh getting
+stuck.
+  + Show updates available notifications even when automatic
+updates are disabled.
+  + Fix counting apps in the updates applied notification.
+  + Improve packagekit update loading code, hopefully making it
+more robust.
+  + Fix an issue that could lead to the packagekit plugin
+activating on rpm-ostree based systems.
+  + Switch flatpak updates to use a single transaction, which lets
+us share more code (and bugs) with the command line flatpak
+utility.
+  + Fix various issues with transitioning from the "Download" state
+to "Restart & Update".
+  + Don't error out from update downloads if the ODRS server is
+unavailable.
+  + Fix old updates accumulating in the OS Updates item.
+  + Various flatpakref installation fixes.
+  + Fix opening the details page when clicking on "Show Details" in
+GNOME Shell.
+  + Fix opening shell extensions details from GNOME Tweaks.
+  + Various fixes for initial loading state.
+  + Updated transactions.
+
+---

Old:

  gnome-software-3.30.5.tar.xz

New:

  gnome-software-3.30.6.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.gFepVT/_old  2018-12-19 13:48:05.519395320 +0100
+++ /var/tmp/diff_new_pack.gFepVT/_new  2018-12-19 13:48:05.523395315 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define gs_plugin_api 12
 Name:   gnome-software
-Version:3.30.5
+Version:3.30.6
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.30.5.tar.xz -> gnome-software-3.30.6.tar.xz ++
 10762 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-11-22 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-11-22 13:22:51

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new.19453 (New)


Package is "gnome-software"

Thu Nov 22 13:22:51 2018 rev:59 rq:650342 version:3.30.5

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-11-06 14:00:49.851730652 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.19453/gnome-software.changes 
2018-11-22 13:22:55.658162330 +0100
@@ -1,0 +2,7 @@
+Tue Nov 20 02:38:19 UTC 2018 - sck...@suse.com
+
+- Add gnome-software-fix-installing-flatpakref.patch: flatpak: Fix
+  installing flatpakrefs if the remote is already configured
+  (glgo#GNOME/gnome-software#517).
+
+---

New:

  gnome-software-fix-installing-flatpakref.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.ttPRuR/_old  2018-11-22 13:22:56.074161898 +0100
+++ /var/tmp/diff_new_pack.ttPRuR/_new  2018-11-22 13:22:56.078161893 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Software
 Source0:
http://download.gnome.org/sources/gnome-software/3.30/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM glgo#GNOME/gnome-software#517 sck...@suse.com -- flatpak: 
Fix installing flatpakrefs if the remote is already configured
+Patch0: gnome-software-fix-installing-flatpakref.patch
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig

++ gnome-software-fix-installing-flatpakref.patch ++
>From 80a17dcf9cdcd2179b280e368f812524dafe6bae Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Sat, 17 Nov 2018 21:59:31 +0100
Subject: [PATCH] flatpak: Fix installing flatpakrefs if the remote is already
 configured

When we parse a flatpakref file and find that the remote for the app is
already enabled, we try to show the app from the existing remote.

This commit fixes this to actually work.

The code was already there, but instead of returning the app from the
existing remote, it short circuited the flatpakref loading and returned
a half-loaded flatpakref GsApp that didn't have the associated runtime
correctly set up, and things went downhill from there on.

Fixes: https://gitlab.gnome.org/GNOME/gnome-software/issues/517
---
 plugins/flatpak/gs-plugin-flatpak.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/flatpak/gs-plugin-flatpak.c 
b/plugins/flatpak/gs-plugin-flatpak.c
index d5435ecf..0792e89c 100644
--- a/plugins/flatpak/gs-plugin-flatpak.c
+++ b/plugins/flatpak/gs-plugin-flatpak.c
@@ -862,7 +862,7 @@ gs_plugin_flatpak_file_to_app_ref (GsPlugin *plugin,
ref = gs_flatpak_app_get_ref_display (app);
app_tmp = gs_plugin_flatpak_find_app_by_ref (plugin, ref, cancellable, 
NULL);
if (app_tmp != NULL)
-   return g_steal_pointer ();
+   return g_steal_pointer (_tmp);
 
/* force this to be 'any' scope for installation */
gs_app_set_scope (app, AS_APP_SCOPE_UNKNOWN);
-- 
2.19.1




commit gnome-software for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-11-06 14:00:40

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Tue Nov  6 14:00:40 2018 rev:58 rq:645204 version:3.30.5

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-10-17 08:20:56.498872515 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-11-06 14:00:49.851730652 +0100
@@ -1,0 +2,33 @@
+Wed Oct 24 14:11:40 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.5:
+  + Fix build with appstream-glib 0.7.14.
+- Changes from version 3.30.4:
+  + Add a separate "Download" step for packagekit offline updates,
+so that "Restart & Update" is instant.
+  + Fix a version comparison issue that led to package updates
+sometimes showing as downgrades in the OS Updates section (this
+needs latest appstream-glib).
+  + Show the refresh button when the updates page is in the failed
+state.
+  + Notify about offline updates only after they are fully
+downloaded.
+  + Updated translations.
+
+---
+Thu Oct 18 17:54:46 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.3:
+  + Fix a memory corruption issue on 32-bit arches that made
+gnome-software very crashy.
+  + Fix an issue with stuck back button on the details page after
+closing and reopening gnome-software.
+  + Make distro upgrades to Fedora N+2 release show up correctly.
+  + Various flatpak plugin fixes.
+  + Allow opening CAB files that include more than one update.
+  + Fix critical warnings when quickly switching between category
+pages.
+  + Small memory leak fixes.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.30.2.tar.xz

New:

  gnome-software-3.30.5.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.QZ56Ey/_old  2018-11-06 14:00:51.331728732 +0100
+++ /var/tmp/diff_new_pack.QZ56Ey/_new  2018-11-06 14:00:51.359728696 +0100
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 12
 Name:   gnome-software
-Version:3.30.2
+Version:3.30.5
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.30.2.tar.xz -> gnome-software-3.30.5.tar.xz ++
 18792 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-10-17 08:20:44

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Oct 17 08:20:44 2018 rev:57 rq:640111 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-05-10 15:48:10.163969808 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-10-17 08:20:56.498872515 +0200
@@ -1,0 +2,75 @@
+Fri Oct  5 15:26:26 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.2:
+  + Localize the polkit policy file.
+  + Display ongoing app-installation at top of the list.
+  + Update apps in display order.
+  + Fix autoupdates triggering in a feedback loop.
+  + Tweak the prefs dialog layout.
+  + Various fixes to the flatpak plugin, making its state keeping
+more robust.
+  + Fix flatpak errors to show up instead of a generic "Aborted"
+error.
+  + Avoid triggering reboots for online updatable apps (flatpak).
+  + Make rpm-ostree updates work again.
+  + Fix an issue that caused duplicate lines in 'OS Updates' on
+rpm-ostree based systems.
+  + Compiler warning fixes.
+  + Updated translations.
+
+---
+Wed Sep 26 11:23:19 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.1:
+  + Fix an issue that caused duplicate lines in 'OS Updates'.
+  + Filter the application restart notification to actual desktop
+apps.
+  + Fix an issue that caused automatic updates to fail during
+download phase.
+  + Avoid showing duplicates in the featured apps when an app is
+available as both flatpak and a package.
+  + Fix an issue that caused gnome-software to use 100% of CPU when
+doing automatic updates.
+  + Lower IO priority for gnome-software so that other apps stay
+responsive during flatpak installs.
+  + Various fixes and wording changes to automatic updates
+notifications.
+  + Only show "Examine Disk" button when baobab is available.
+  + Leak and correctness fixes in the snap plugin.
+  + Updated translations.
+
+---
+Sat Sep  8 08:29:45 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0:
+  + New stable release.
+- Changes from version 3.39.2:
+  + Do not go 'back' to a previous application details panel.
+  + Don't crash if when getting the fwupd locked status.
+  + Download updates automatically when required.
+  + Fix dark theme support.
+  + Hide screenshot and support widgets when no screenshots.
+  + Ignore non-interactive generic errors.
+  + Implement distro upgrade downloading when using rpm-ostree.
+  + Only update the update check timestamp when it succeeds.
+  + Open the WiFi panel when clicking the Network Settings button.
+  + Rotate featured apps on the overview page.
+  + Simplify the updates panel.
+  + Use FlatpakTransaction to install, remove and update.
+  + Use new display name for the Snap publisher.
+  + Use the full name for the ESRB ratings descripion.
+- Update spec file:
+  + Use new option names in meson call.
+  + Remove lang package from recommended packages as it already
+supplements main package (same effect, it's redundant).
+
+---
+Thu May 10 00:12:26 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.1:
+  + Show a better notification when a local file or URI is not
+supported.
+  + snap: Use ODRS for reviews.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.28.2.tar.xz

New:

  gnome-software-3.30.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.peicox/_old  2018-10-17 08:21:00.974870500 +0200
+++ /var/tmp/diff_new_pack.peicox/_new  2018-10-17 08:21:00.974870500 +0200
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define gs_plugin_api 11
+%define gs_plugin_api 12
 Name:   gnome-software
-Version:3.28.2
+Version:3.30.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Url:https://wiki.gnome.org/Apps/Software
-Source0:
http://download.gnome.org/sources/gnome-software/3.28/%{name}-%{version}.tar.xz
+URL:

commit gnome-software for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-05-10 15:48:06

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu May 10 15:48:06 2018 rev:56 rq:605738 version:3.28.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-04-25 09:44:36.371691688 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-05-10 15:48:10.163969808 +0200
@@ -1,0 +2,12 @@
+Wed May  9 10:12:57 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.2:
+  + Add a warning when enabling the LVFS remote.
+  + Show a notification when failing to open an url or a local
+file.
+  + Fix multiple flatpak refreshes with new libflatpak.
+  + Build fixes for FreeBSD.
+  + Icon loading fixes for snap.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.28.1.tar.xz

New:

  gnome-software-3.28.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.5LtFU8/_old  2018-05-10 15:48:10.847944740 +0200
+++ /var/tmp/diff_new_pack.5LtFU8/_new  2018-05-10 15:48:10.851944593 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.28.1
+Version:3.28.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.28.1.tar.xz -> gnome-software-3.28.2.tar.xz ++
 3350 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-04-25 09:44:34

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Apr 25 09:44:34 2018 rev:55 rq:599939 version:3.28.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-04-19 15:23:32.501576171 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-04-25 09:44:36.371691688 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 11:53:57 UTC 2018 - lnus...@suse.de
+
+- require fwupd, gnome-software doesn't work without (boo#1090042)
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.MWpgOE/_old  2018-04-25 09:44:36.927671305 +0200
+++ /var/tmp/diff_new_pack.MWpgOE/_new  2018-04-25 09:44:36.927671305 +0200
@@ -23,7 +23,7 @@
 Summary:GNOME Software Store
 License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-URL:https://wiki.gnome.org/Apps/Software
+Url:https://wiki.gnome.org/Apps/Software
 Source0:
http://download.gnome.org/sources/gnome-software/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -49,6 +49,8 @@
 BuildRequires:  pkgconfig(valgrind)
 Requires:   iso-codes
 Requires:   libzypp-plugin-appdata
+# boo#1090042
+Requires:   fwupd
 Recommends: %{name}-lang
 
 %description




commit gnome-software for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-04-19 15:23:30

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Apr 19 15:23:30 2018 rev:54 rq:596144 version:3.28.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-03-14 19:31:12.865873877 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-04-19 15:23:32.501576171 +0200
@@ -1,0 +2,25 @@
+Mon Apr  9 21:59:29 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.1:
+  + Fix a regression with opening results from gnome-shell search.
+  + Show "Source: " tag in gnome-shell search when we have
+multiple matches.
+  + Improve unknown license tag color scheme on details page.
+  + Don't show installed icon on app tiles while still installing.
+  + Fix empty items appearing under OS Updates.
+  + Fix a regression that caused duplicate results in codec search.
+  + Fix an issue with passing username/password to packagekit
+proxy.
+  + Avoid crashing during first run with no network access.
+  + A number of rpm-ostree fixes, making it possible to trigger
+offline updates.
+  + Stop searching multiple times on search page.
+  + Update Fedora third party repositories "Find out more..." link.
+  + Fix an issue with in-app notifications failing with invalid
+markup errors.
+  + Improve purchase failure handling for the snap store.
+  + Fix a possible crash in snap plugin when adding screenshots.
+  + Various other crash and correctness fixes.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.28.0.tar.xz

New:

  gnome-software-3.28.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.YLHNSh/_old  2018-04-19 15:23:33.125550938 +0200
+++ /var/tmp/diff_new_pack.YLHNSh/_new  2018-04-19 15:23:33.129550777 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.28.0
+Version:3.28.1
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0-or-later

++ gnome-software-3.28.0.tar.xz -> gnome-software-3.28.1.tar.xz ++
 41984 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-03-14 19:31:09

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Mar 14 19:31:09 2018 rev:53 rq:586248 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-03-08 10:52:56.315188335 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-03-14 19:31:12.865873877 +0100
@@ -1,0 +2,152 @@
+Tue Mar 13 08:06:25 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Fix the build on NixOS.
+  + Fix purchasing not working after authentication.
+  + Revert a commit that led to flatpak updates failing without any
+feedback.
+  + Make front page featured tile corners round to match other
+tiles.
+  + Fix in-app notification close button alignment.
+  + Several fixes to make error notifications more useful.
+  + snap: Fix invalid metadata after cancelled refine.
+  + snap: Launch command line snaps with 'snap run'.
+  + Updated translations.
+
+---
+Tue Mar  6 03:27:52 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.92:
+  + Removal of global plugin cache, simplifying gnome-software
+internals.
+  + Software Repositories dialog got another batch of improvements
+and UI changes.
+  + GNOME Shell Extensions repository and fwupd repositories are
+now shown in the Software Repositories dialog.
+  + Shell extensions handling through PackageKit was improved,
+fixing a long standing bug where we were unable to remove shell
+extension packages.
+  + Category page rewrite that landed earlier this cycle went
+through UI review and got a number of fixes.
+  + Package version comparison in the updates dialog was fixed and
+should no longer incorrectly show updates as downgrades.
+  + Distro upgrade notifications are now rate limited to once per
+week.
+  + Install buttons in codec install view that got lost in the
+3.22 cycle are now back.
+  + Various paper cuts with distro upgrades were fixed.
+  + Various fixes to installing apps from yum repos that have
+enabled=0 enabled_metadata=1.
+  + Various other correctness and warning fixes.
+- Drop gnome-software-first-run-dialog.patch: fixed upstream.
+
+---
+Tue Mar  6 03:27:50 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Tue Mar  6 03:27:50 UTC 2018 - dims...@opensuse.org
+
+- Add gnome-software-first-run-dialog.patch: Revert "Fix first run
+  dialog racing with gnome-software shell startup". This caused the
+  first run dialog to appear when gnome-software starts in the
+  background with 'gnome-software --gapplication-service'.
+
+---
+Tue Mar  6 03:27:50 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.90:
+  + The Software Sources dialog was renamed to Software
+Repositories and rewritten.
+  + Fedora Workstation third party repository handling was
+rewritten and should be more robust.
+  + Improved handling of metered network connections, making sure
+we cancel any downloads when changing to a metered connection.
+  + Limit the number of parallel operations depending on the
+installed CPU.
+  + Improved handling of pending installs when there's no network
+connection.
+  + Unused ostree and rpm plugins were dropped.
+  + Switch from GtkSpell to gspell.
+  + Improve alignment on the updates page.
+  + Do not show missing screenshot error for fonts that have
+screenshots.
+  + Fix various issues on Ubuntu when purchasing apps.
+  + Fix an issue that led to duplicate categories appearing on the
+overview page.
+  + Various memory leak and correctness fixes.
+  + Updated translations.
+- Replace pkgconfig(gtkspell-3-3.0) BuildRequires with
+  pkgconfig(gspell-1), following upstreams changes.
+- Drop pkconfig(rpm) BuildRequires: no longer needed.
+
+---
+Tue Mar  6 03:27:05 UTC 2018 - luc1...@linuxmail.org
+
+- Add gnome-software-local-file.desktop file for testing under
+  GNOME:Next devel project.
+
+---
+Tue Mar  6 03:27:04 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.4:
+  + Add missing locking to gs_plugin_cache_remove(), fixing a
+possible crash.
+  + Fix various memory leaks spotted by valgrind.
+  + Fix a possible crash triggered by the fwupd plugin.
+  + Do not emit 

commit gnome-software for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-03-08 10:52:54

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Mar  8 10:52:54 2018 rev:52 rq:583241 version:3.26.7

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-02-15 13:20:21.067207847 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-03-08 10:52:56.315188335 +0100
@@ -1,0 +2,16 @@
+Fri Mar  2 18:13:25 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.7:
+  + Use less space on low resolution displays.
+  + Hide invalid apps we don't know how to install.
+  + Rate limit distro upgrade notifications once per week.
+  + Make category name sorting case insensitive.
+  + Add back install buttons to codec install view.
+  + Update flatpak remote metadata when refreshing.
+  + Remove fedora-tagger-usage plugin.
+  + Various correctness and warning fixes.
+  + Various fixes to the external appstream plugin.
+  + Various fixes to the snap plugin.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.26.6.tar.xz

New:

  gnome-software-3.26.7.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.QehSw6/_old  2018-03-08 10:52:56.911166880 +0100
+++ /var/tmp/diff_new_pack.QehSw6/_new  2018-03-08 10:52:56.911166880 +0100
@@ -18,12 +18,12 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.6
+Version:3.26.7
 Release:0
 Summary:GNOME Software Store
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/GNOME
-Url:https://wiki.gnome.org/Design/Apps/Software
+URL:https://wiki.gnome.org/Design/Apps/Software
 Source0:
http://download.gnome.org/sources/gnome-software/3.26/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
@@ -90,7 +90,7 @@
 %find_lang %{name}
 
 %files
-%doc COPYING
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}-editor
 %{_datadir}/%{name}/

++ gnome-software-3.26.6.tar.xz -> gnome-software-3.26.7.tar.xz ++
 7371 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-02-15 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-02-15 13:20:16

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Feb 15 13:20:16 2018 rev:51 rq:575813 version:3.26.6

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-01-25 12:38:03.641610027 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-02-15 13:20:21.067207847 +0100
@@ -1,0 +2,21 @@
+Thu Feb  8 14:09:02 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.6:
+  + Improve alignment on the updates page.
+  + Do not show missing screenshot error for fonts that have
+screenshots.
+  + Fixes for third party repository handling in the sources
+dialog.
+  + Fix various issues on Ubuntu when purchasing apps.
+  + Fix building with gtkspell support.
+  + Fix an issue that led to duplicate categories appearing on the
+overview page.
+  + Various memory leak and correctness fixes.
+  + Show package descriptions when installing packages through the
+dbus API.
+  + Revert a commit that broke repo package install.
+  + Updated translations.
+- Pass enable-gtkspell=true to meson, ensure we build gtkspell
+  support.
+
+---

Old:

  gnome-software-3.26.5.tar.xz

New:

  gnome-software-3.26.6.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.D1mb7H/_old  2018-02-15 13:20:22.003173924 +0100
+++ /var/tmp/diff_new_pack.D1mb7H/_new  2018-02-15 13:20:22.007173779 +0100
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.5
+Version:3.26.6
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+
@@ -77,6 +77,7 @@
-D enable-ubuntuone=false \
-D enable-tests=false \
-D enable-fwupd=true \
+   -D enable-gtkspell=true \
%{nil}
 %meson_build
 

++ gnome-software-3.26.5.tar.xz -> gnome-software-3.26.6.tar.xz ++
 7605 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2018-01-25 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-01-25 12:38:02

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Jan 25 12:38:02 2018 rev:50 rq:568066 version:3.26.5

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2018-01-16 09:28:39.580186265 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-01-25 12:38:03.641610027 +0100
@@ -1,0 +2,15 @@
+Fri Jan 19 12:10:00 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.5:
+  + Add missing locking to gs_plugin_cache_remove(), fixing a
+possible crash.
+  + Fix various memory leaks spotted by valgrind.
+  + Fix a possible crash triggered by the fwupd plugin.
+  + Do not emit critical warnings when reviewing OS Updates.
+  + fwupd: Use the custom user-agent when downloading firmware.
+  + overview page: Fix a crash when we have no featured apps.
+  + packagekit: Implement repository enabling.
+  + Fix hover CSS for "unknown" and "nonfree" license buttons.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.26.4.tar.xz

New:

  gnome-software-3.26.5.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.icdade/_old  2018-01-25 12:38:04.385575295 +0100
+++ /var/tmp/diff_new_pack.icdade/_new  2018-01-25 12:38:04.385575295 +0100
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.4
+Version:3.26.5
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+

++ gnome-software-3.26.4.tar.xz -> gnome-software-3.26.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.26.4/NEWS 
new/gnome-software-3.26.5/NEWS
--- old/gnome-software-3.26.4/NEWS  2017-12-17 09:58:55.0 +0100
+++ new/gnome-software-3.26.5/NEWS  2018-01-08 21:27:53.0 +0100
@@ -1,3 +1,19 @@
+Version 3.26.5
+~~
+Released: 2018-01-08
+
+This is a stable release with the following changes:
+ * Add missing locking to gs_plugin_cache_remove(), fixing a possible crash
+ * Fix various memory leaks spotted by valgrind
+ * Fix a possible crash triggered by the fwupd plugin
+ * Do not emit critical warnings when reviewing OS Updates
+ * fwupd: Use the custom user-agent when downloading firmware
+ * overview page: Fix a crash when we have no featured apps
+ * packagekit: Implement repository enabling
+ * Fix hover CSS for "unknown" and "nonfree" license buttons
+
+This release also updates translations.
+
 Version 3.26.4
 ~~
 Released: 2017-12-17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.26.4/RELEASE 
new/gnome-software-3.26.5/RELEASE
--- old/gnome-software-3.26.4/RELEASE   2017-12-17 09:58:55.0 +0100
+++ new/gnome-software-3.26.5/RELEASE   2018-01-08 21:27:53.0 +0100
@@ -2,14 +2,14 @@
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_26_3... | 
grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only 3.26.4... | grep -i -v 
trivial | grep -v Merge | sort | uniq
 Add any user visible changes into 
data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in 
> NEWS
 
-git commit -a -m "Release version 3.26.4"
-git tag -s GNOME_SOFTWARE_3_26_4 -m " Version 3.26.4 "
+git commit -a -m "Release version 3.26.5"
+git tag -s 3.26.5 -m " Version 3.26.5 "
 
 
 ninja-build dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-software-3.26.4/data/appdata/org.gnome.Software.appdata.xml.in 
new/gnome-software-3.26.5/data/appdata/org.gnome.Software.appdata.xml.in
--- old/gnome-software-3.26.4/data/appdata/org.gnome.Software.appdata.xml.in
2017-12-17 09:58:55.0 +0100
+++ new/gnome-software-3.26.5/data/appdata/org.gnome.Software.appdata.xml.in
2018-01-08 21:27:53.0 +0100
@@ -46,6 +46,24 @@
Validate with `appstream-util validate *.appdata.xml`
   -->
   
+
+  
+
+  This is a stable release with the following changes:
+
+
+  Add missing locking to gs_plugin_cache_remove(), fixing a 
possible crash
+  Fix various memory leaks spotted by valgrind
+  Fix a possible crash triggered by the fwupd plugin
+  Do not 

commit gnome-software for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2018-01-16 09:28:25

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Tue Jan 16 09:28:25 2018 rev:49 rq:562585 version:3.26.4

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-12-06 08:49:49.492235413 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2018-01-16 09:28:39.580186265 +0100
@@ -1,0 +2,20 @@
+Mon Jan  8 15:53:22 UTC 2018 - zai...@opensuse.org
+
+- Update to version 3.26.4:
+  + Fix crashes in the repos plugin due to missing locking.
+  + Work around Firefox deleting rpm/deb files downloaded to /tmp
+when closing.
+  + Do not require the user to keep clicking 'More reviews' after
+each click.
+  + Fix a critical when updating (flatpak) packages live.
+  + fwupd: Prepend the vendor name to the device name if not
+included.
+  + Improve SPDX ID parsing when working out if it is 'free'.
+  + packagekit: Do not crash when getting an invalid ID from
+PackageKit.
+  + Do not crash when closing the source dialog while it is
+loading.
+  + Updated translations.
+- Drop gs-add-locking-to-the-repos-plugin.patch: Fixed upstream.
+
+---

Old:

  gnome-software-3.26.3.tar.xz
  gs-add-locking-to-the-repos-plugin.patch

New:

  gnome-software-3.26.4.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.YZaLiA/_old  2018-01-16 09:28:40.452145469 +0100
+++ /var/tmp/diff_new_pack.YZaLiA/_new  2018-01-16 09:28:40.452145469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# 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
@@ -18,15 +18,14 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.3
+Version:3.26.4
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source0:
http://download.gnome.org/sources/gnome-software/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gs-add-locking-to-the-repos-plugin.patch rh#1516536 
zai...@opensuse.org -- Add locking to the repos plugin
-Patch0: gs-add-locking-to-the-repos-plugin.patch
+
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  meson

++ gnome-software-3.26.3.tar.xz -> gnome-software-3.26.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.26.3/NEWS 
new/gnome-software-3.26.4/NEWS
--- old/gnome-software-3.26.3/NEWS  2017-11-21 12:01:08.0 +0100
+++ new/gnome-software-3.26.4/NEWS  2017-12-17 09:58:55.0 +0100
@@ -1,3 +1,19 @@
+Version 3.26.4
+~~
+Released: 2017-12-17
+
+This is a stable release with the following changes:
+ * Fix crashes in the repos plugin due to missing locking
+ * Work around Firefox deleting rpm/deb files downloaded to /tmp when closing
+ * Do not require the user to keep clicking 'More reviews' after each click
+ * Fix a critical when updating (flatpak) packages live
+ * fwupd: Prepend the vendor name to the device name if not included
+ * Improve SPDX ID parsing when working out if it is 'free'
+ * packagekit: Do not crash when getting an invalid ID from PackageKit
+ * Do not crash when closing the source dialog while it is loading
+
+This release also updates translations.
+
 Version 3.26.3
 ~~
 Released: 2017-11-21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.26.3/RELEASE 
new/gnome-software-3.26.4/RELEASE
--- old/gnome-software-3.26.3/RELEASE   2017-11-21 12:01:08.0 +0100
+++ new/gnome-software-3.26.4/RELEASE   2017-12-17 09:58:55.0 +0100
@@ -2,14 +2,14 @@
 
 Write release entries:
 
-git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_26_2... | 
grep -i -v trivial | grep -v Merge | sort | uniq
+git log --format="%s" --cherry-pick --right-only GNOME_SOFTWARE_3_26_3... | 
grep -i -v trivial | grep -v Merge | sort | uniq
 Add any user visible changes into 
data/appdata/org.gnome.Software.appdata.xml.in
 
 Generate NEWS file:
 appstream-util appdata-to-news data/appdata/org.gnome.Software.appdata.xml.in 
> NEWS
 
-git commit -a -m "Release 

commit gnome-software for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-12-06 08:49:46

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Dec  6 08:49:46 2017 rev:48 rq:548508 version:3.26.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-11-30 16:31:58.045963300 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-12-06 08:49:49.492235413 +0100
@@ -1,0 +2,12 @@
+Sun Nov 26 12:27:37 UTC 2017 - zai...@opensuse.org
+
+- Add gs-add-locking-to-the-repos-plugin.patch: Add locking to the
+  repos plugin so that we don't modify the priv->urls hash table
+  concurrently from multiple threads (rh#1516536).
+- Run spec-cleaner, modernize spec, use autosetup macro, no longer
+  rm la files, not needed as we are using meson buildsystem.
+- Drop update-desktop-files BuildRequires and no longer use
+  suse_update_desktop_file macro, no longer needed.
+- Explicitly pass enable-ubuntuone=false to meson.
+
+---

New:

  gs-add-locking-to-the-repos-plugin.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.2qkQIb/_old  2017-12-06 08:49:50.380202903 +0100
+++ /var/tmp/diff_new_pack.2qkQIb/_new  2017-12-06 08:49:50.380202903 +0100
@@ -24,13 +24,14 @@
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
-Source: 
http://download.gnome.org/sources/gnome-software/3.26/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-software/3.26/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gs-add-locking-to-the-repos-plugin.patch rh#1516536 
zai...@opensuse.org -- Add locking to the repos plugin
+Patch0: gs-add-locking-to-the-repos-plugin.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  suse-xsl-stylesheets
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(appstream-glib) >= 0.7.0
 BuildRequires:  pkgconfig(flatpak) >= 0.8.0
 BuildRequires:  pkgconfig(fwupd) >= 0.9.7
@@ -69,11 +70,12 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson \
-D enable-ubuntu-reviews=false \
+   -D enable-ubuntuone=false \
-D enable-tests=false \
-D enable-fwupd=true \
%{nil}
@@ -81,15 +83,13 @@
 
 %install
 %meson_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+
 # Test shipping gnome-software-local-file in GN
 # Currently not shipped, as this is not yet functional (boo#941862)
 rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
-%suse_update_desktop_file org.gnome.Software
 %find_lang %{name}
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}-editor
@@ -127,7 +127,6 @@
 %{_datadir}/applications/org.gnome.Software.Editor.desktop
 
 %files devel
-%defattr(-,root,root)
 %dir %{_includedir}/%{name}
 %{_datadir}/gtk-doc/html/%{name}/
 %dir %{_datadir}/doc/gnome-software

++ gs-add-locking-to-the-repos-plugin.patch ++
>From d39f372902875f2cd762df2489e761053e94c883 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Wed, 22 Nov 2017 23:17:58 +0100
Subject: Add locking to the repos plugin

... so that we don't modify the priv->urls hash table concurrently from
multiple threads.

https://bugzilla.redhat.com/show_bug.cgi?id=1516536
---
 plugins/repos/gs-plugin-repos.c | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/plugins/repos/gs-plugin-repos.c b/plugins/repos/gs-plugin-repos.c
index 321f05c..468a6f3 100644
--- a/plugins/repos/gs-plugin-repos.c
+++ b/plugins/repos/gs-plugin-repos.c
@@ -26,6 +26,7 @@
 struct GsPluginData {
GHashTable  *urls;  /* origin : url */
GFileMonitor*monitor;
+   GMutex   mutex;
gchar   *reposdir;
gboolean valid;
 };
@@ -35,6 +36,8 @@ gs_plugin_initialize (GsPlugin *plugin)
 {
GsPluginData *priv = gs_plugin_alloc_data (plugin, 
sizeof(GsPluginData));
 
+   g_mutex_init (>mutex);
+
/* for debugging and the self tests */
priv->reposdir = g_strdup (g_getenv ("GS_SELF_TEST_REPOS_DIR"));
if (priv->reposdir == NULL)
@@ -62,8 +65,10 @@ gs_plugin_destroy (GsPlugin *plugin)
g_hash_table_unref (priv->urls);
if (priv->monitor != NULL)
g_object_unref (priv->monitor);
+   g_mutex_clear (>mutex);
 }
 
+/* mutex must be held */
 static gboolean
 

commit gnome-software for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-11-30 16:31:52

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Nov 30 16:31:52 2017 rev:47 rq:544627 version:3.26.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-11-16 13:56:57.270451746 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-11-30 16:31:58.045963300 +0100
@@ -1,0 +2,29 @@
+Wed Nov 22 10:03:45 UTC 2017 - badshah...@gmail.com
+
+- Update to version 3.26.3:
+  + Fix a common crash in the fwupd plugin.
+  + Make category translations on the details page show up.
+  + Updated translations.
+- Changes from version 3.26.2:
+  + Various fixes to cancellable handling, making it more robust
+to cancel install/remove operations.
+  + Fix a common crash in Fedora distro upgrades plugin.
+  + Fix showing N+2 Fedora upgrades.
+  + Fix flatpak updates inadvertently triggering a reboot.
+  + Revert plugin GType registering changes that broke app
+"adopting".
+  + Various flatpak plugin fixes.
+  + Various snap plugin fixes.
+  + Bump fwupd required dep to 0.9.7 and support building with new
+1.0.0 API.
+  + Avoid erroring out for operations that return more than 500
+results (distro upgrades, getting gnome-shell extensions
+list).
+  + Fix a few memory leaks.
+  + Updated translations.
+- Enable fwupd; introduces BuildRequires on pkgconfig(fwupd) >=
+  0.9.7.
+- Remove the enable-firmware switch from the meson build options;
+  this option has been dropped by upstream.
+
+---

Old:

  gnome-software-3.26.1.tar.xz

New:

  gnome-software-3.26.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.bbOXVn/_old  2017-11-30 16:31:58.757937399 +0100
+++ /var/tmp/diff_new_pack.bbOXVn/_new  2017-11-30 16:31:58.765937108 +0100
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.1
+Version:3.26.3
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+
@@ -33,6 +33,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(appstream-glib) >= 0.7.0
 BuildRequires:  pkgconfig(flatpak) >= 0.8.0
+BuildRequires:  pkgconfig(fwupd) >= 0.9.7
 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
@@ -72,10 +73,9 @@
 
 %build
 %meson \
-   -D enable-firmware=false \
-D enable-ubuntu-reviews=false \
-D enable-tests=false \
-   -D enable-fwupd=false \
+   -D enable-fwupd=true \
%{nil}
 %meson_build
 
@@ -101,6 +101,7 @@
 %{_datadir}/metainfo/org.gnome.Software.appdata.xml
 %{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml
 %{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml
+%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
 %{_datadir}/metainfo/org.gnome.Software.Plugin.Odrs.metainfo.xml
 %{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
 # Test shipping gnome-software-local-file in GN

++ gnome-software-3.26.1.tar.xz -> gnome-software-3.26.3.tar.xz ++
 21413 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-11-16 13:56:56

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Thu Nov 16 13:56:56 2017 rev:46 rq:541267 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-10-06 10:58:27.350655968 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-11-16 13:56:57.270451746 +0100
@@ -1,0 +2,9 @@
+Fri Nov 10 18:48:51 UTC 2017 - luc1...@linuxmail.org
+
+- Remove gnome-software-local-file.desktop from the package: It's
+  not yet being shipped since it's still under tests (boo#941862).
+- Drop %icon_theme_cache_* and %desktop_database_* post/postun
+  scriptlets and %glib2_gsettings_schema_requires macro: the
+  functionality is covered by file triggers now.
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.Az3WeI/_old  2017-11-16 13:56:57.790432908 +0100
+++ /var/tmp/diff_new_pack.Az3WeI/_new  2017-11-16 13:56:57.794432762 +0100
@@ -52,7 +52,6 @@
 Requires:   iso-codes
 Requires:   libzypp-plugin-appdata
 Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 AppStore like management of Applications for your GNOME Desktop.
@@ -85,18 +84,10 @@
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 # Test shipping gnome-software-local-file in GN
 # Currently not shipped, as this is not yet functional (boo#941862)
-#rm %%{buildroot}%%{_datadir}/applications/gnome-software-local-file.desktop
+rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
 %suse_update_desktop_file org.gnome.Software
 %find_lang %{name}
 
-%post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc COPYING
@@ -114,7 +105,7 @@
 %{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
 # Test shipping gnome-software-local-file in GN
 # Currently not shipped, as this is not yet functional (boo#941862)
-%{_datadir}/applications/gnome-software-local-file.desktop
+#{_datadir}/applications/gnome-software-local-file.desktop
 %{_datadir}/applications/org.gnome.Software.desktop
 %{_datadir}/dbus-1/services/org.gnome.Software.service
 %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service




commit gnome-software for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-10-06 10:58:25

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Fri Oct  6 10:58:25 2017 rev:45 rq:531195 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-09-13 21:52:13.569394802 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-10-06 10:58:27.350655968 +0200
@@ -1,0 +2,13 @@
+Tue Oct  3 17:46:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.26.1:
+  + external-appstream: Fix leak when getting a temp file name.
+  + fwupd: Fix critical warning if the update URI isn't set.
+  + packagekit: Fix crash if reporting progress with no current
+application.
+  + gs-desktop-common: Fix "Addons" back to "Addon" in category
+IDs.
+  + snap: Don't use a common SnapdClient.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.26.0.tar.xz

New:

  gnome-software-3.26.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.N78BJI/_old  2017-10-06 10:58:29.102391137 +0200
+++ /var/tmp/diff_new_pack.N78BJI/_new  2017-10-06 10:58:29.106390532 +0200
@@ -18,7 +18,7 @@
 
 %define gs_plugin_api 11
 Name:   gnome-software
-Version:3.26.0
+Version:3.26.1
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+

++ gnome-software-3.26.0.tar.xz -> gnome-software-3.26.1.tar.xz ++
 33661 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-09-13 21:52:11

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Sep 13 21:52:11 2017 rev:44 rq:523528 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-05-31 12:13:15.563307393 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-09-13 21:52:13.569394802 +0200
@@ -1,0 +2,127 @@
+Mon Sep 11 20:15:38 UTC 2017 - jeng...@inai.de
+
+- Update package summaries.
+
+---
+Mon Sep 11 14:47:54 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.26.0:
+  + Use the new fwupd API in 0.9.7 to avoid when a reboot is
+required.
+  + Pass the complete proxy settings to PackageKit.
+  + Bugs fixed:
+- Do not crash when emitting an uncommon error message.
+- Do not show a critical warning with new versions of fwupd.
+- Do not show an error for a remote-less flatpakref
+  application.
+- Don't refine PackageKit packages after we've been cancelled.
+- Fix a possible crash on 32 bit systems.
+- Fix GNOME Shell search results for snap applications.
+- Properly disable shell-extensions when not running GNOME
+  Shell.
+  + Updated translations.
+
+---
+Tue Aug 22 15:30:49 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.91:
+  + Add a simple donation button on the details page.
+  + The following bugs are also fixed:
+- Allow plugins to say that installation cannot be cancelled.
+- Fix displaying the info bar for the Shell Extensions
+  category.
+- Use first featured snap as the featured app.
+  + Updated translations.
+
+---
+Wed Aug 16 07:34:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.25.90:
+  + Add a simple donation button on the details page.
+  + Do not crash if the child schema is invalid.
+  + Don't log a warning when clicking the the 'more results' search
+entry.
+  + Fixed subcategory names localization.
+  + Ensure flatpak remote names are valid.
+  + Fix critical warning with new versions of the fwupd daemon.
+  + Updated translations.
+
+---
+Sat Jul 22 09:26:37 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.4:
+  + Add new rpm-ostree integration for Fedora Atomic Workstation.
+  + Install the Flatpak runtime as part of the application install
+phase.
+  + Split OS updates up into multiple sections and show the target
+version.
+  + Support compatibility IDs when getting reviews from the ODRS.
+  + Cancel plugin jobs if they take too much time.
+  + Correctly find already installed flatpak runtimes.
+  + Do not show an error for a flatpakref when broken remotes
+exist.
+  + Don't show the screenshot section for runtimes.
+  + Fix authentication prompt not showing when using snapd.
+  + Make license buttons buttons actually look clickable.
+  + Make the review moderator panel easier to use.
+  + Only show snaps as sandboxed if snapd supports confinement.
+  + Respect the per-user or per-system install preferences.
+  + Return the correct installed state for user/system flatpak
+remotes.
+  + Updated translations.
+
+---
+Mon Jun 26 06:46:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.3:
+  + Add a banner designer utility.
+  + Add the initial support to support purchasable apps.
+  + Automatically install flatpak icon themes and GTK themes.
+  + Restyle the updates panel to have a separate sections.
+  + Show a notification in the updates page when the OS is end of
+life.
+  + Show recently updated applications on the overview page.
+  + Add snap self tests and provide more data to the details panel.
+  + Allow compiling with newer versions of meson.
+  + Do not crash when sending progress reports while refreshing.
+  + Don't trigger systemd for every single offline update.
+  + Ensure all related flatpak applications get installed.
+  + Ensure we use the gnome-desktop support if enabled.
+  + Fix searching for codecs on Ubuntu.
+  + Show a better status messages when downloading metadata.
+  + Show a pulsing progressbar if plugins do not report progress.
+  + Show the PackageKit interactive dialog when required.
+  + Support updating metadata from multiple fwupd remotes.
+  + Updated translations.
+- Pass -Denable-fwupd=false to meson, we do not have the needed
+  fwupd in openSUSE.
+- Test shipping 

commit gnome-software for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-05-31 12:13:14

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed May 31 12:13:14 2017 rev:43 rq:496389 version:3.24.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-04-29 10:51:21.582575376 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-05-31 12:13:15.563307393 +0200
@@ -1,0 +2,38 @@
+Mon May 15 10:49:05 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.3:
+  + Fix a common crash when installing flatpakrepo files.
+  + Show the headerbar in toolbar-mode when running in Unity.
+  + Updated translations.
+
+---
+Wed May 10 19:29:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.2:
+  + Use the unique id of an AsApp when creating a GsApp in
+gs-appstream.
+  + Prevent potential abuse of an app list in the plugin-loader.
+  + trivial: Add one more dep to the example spec file.
+  + Fix popular-overrides.
+  + Add the complete flatpak source as a keyword.
+  + Load the application keywords after the origin keywords have
+been added.
+  + trivial:
+- Use the correct type when removing applications.
+- Correctly clear custom widget CSS if the metadata key is
+  cleared.
+- Update the feature tile widget if the app name or summary
+  changes.
+- Prevent critical warning when trying to parse an invalid
+  URI.
+- Update more tile widgets if the app name or summary change.
+  + Fix destdir!=srcdir when running the flatpak tests.
+  + Fix callback for gs_plugin_loader_url_to_app_async, fixing
+small memory leak.
+  + shell-extensions: Use static URI to fetch extensions data.
+  + Fix building the external-appstream plugin.
+  + Do not show the origin comment in the details page.
+  + Do not abort if a page does not handle the reload vfunc.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.24.1.tar.xz

New:

  gnome-software-3.24.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.3Y81qE/_old  2017-05-31 12:13:16.255209727 +0200
+++ /var/tmp/diff_new_pack.3Y81qE/_new  2017-05-31 12:13:16.259209163 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.24.1
+Version:3.24.3
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store

++ gnome-software-3.24.1.tar.xz -> gnome-software-3.24.3.tar.xz ++
 1894 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-software-3.24.1/NEWS new/gnome-software-3.24.3/NEWS
--- old/gnome-software-3.24.1/NEWS  2017-04-10 15:56:26.0 +0200
+++ new/gnome-software-3.24.3/NEWS  2017-05-15 11:57:50.0 +0200
@@ -1,3 +1,25 @@
+Version 3.24.3
+~~
+Released: 2017-05-15
+
+This is an stable release with the following bug fixes:
+ * Fix a common crash when installing flatpakrepo files
+ * Show the headerbar in toolbar-mode when running in Unity
+
+This release also updates translations.
+
+Version 3.24.2
+~~
+Released: 2017-05-08
+
+This is an stable release with the following bug fixes:
+ * Add the complete flatpak source as a keyword
+ * Do not show the origin comment in the details page
+ * Fix popular-apps when using the GSettings key
+ * Fix crash when metadata is reloaded
+
+This release also updates translations.
+
 Version 3.24.1
 ~~
 Released: 2017-04-10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-software-3.24.1/config.h new/gnome-software-3.24.3/config.h
--- old/gnome-software-3.24.1/config.h  2017-04-10 15:25:45.0 +0200
+++ new/gnome-software-3.24.3/config.h  2017-05-14 19:52:00.0 +0200
@@ -69,7 +69,7 @@
 #define HAVE_SHELL_EXTENSIONS 1
 
 /* Build Snap support */
-#define HAVE_SNAP 1
+/* #undef HAVE_SNAP */
 
 /* Define to 1 if you have the  header file. */
 #define 

commit gnome-software for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-04-29 10:51:20

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Sat Apr 29 10:51:20 2017 rev:42 rq:490930 version:3.24.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-03-22 23:10:56.866104323 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-04-29 10:51:21.582575376 +0200
@@ -1,0 +2,17 @@
+Mon Apr 24 17:06:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.1:
+  + Fall back to a stock icon for hardware drivers.
+  + Fix a crash when removing an addon.
+  + Respect the user/system preference when installing flatpakref
+files.
+  + Make offline update triggering work when online updates are
+available.
+  + Never include the size of the runtime in the installed size.
+  + Use the developer name if set in preference to the project
+group.
+  + Never show a remote snapd error in the authentication dialog.
+  + Only auto-add snap provenance when running on Ubuntu.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.24.0.tar.xz

New:

  gnome-software-3.24.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.0690ga/_old  2017-04-29 10:51:22.474449380 +0200
+++ /var/tmp/diff_new_pack.0690ga/_new  2017-04-29 10:51:22.478448816 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.24.0
+Version:3.24.1
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store

++ gnome-software-3.24.0.tar.xz -> gnome-software-3.24.1.tar.xz ++
 38404 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-03-22 23:10:54

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Wed Mar 22 23:10:54 2017 rev:41 rq:481601 version:3.24.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2017-01-23 11:20:43.799635887 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-03-22 23:10:56.866104323 +0100
@@ -1,0 +2,96 @@
+Mon Mar 20 21:00:58 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.24.0:
+  + Do not assume 'in AppStream' means 'is available'.
+  + Updated translations.
+
+---
+Mon Mar 13 17:51:18 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.92:
+  + Allow installing broken flatpakref files.
+  + Do not reload the updates list when updates are in progress.
+  + Reset the headerbar title when switching to the details page.
+  + Unconditionally show things that are in progress in the
+Installed page.
+  + Updated translations.
+- Pass --disable-tests to configure: enabling the tests would
+  require flatpak 0.9.1, which is not yet ready.
+
+---
+Mon Feb 27 16:59:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.91:
+  + Add support for RuntimeRepo in flatpakref files.
+  + Allow the user to restart the currently running gnome-software
+instance.
+  + Never show components without AppData files.
+  + Initialize progress to zero right before and after processing
+an action.
+  + Animate the removal of live updates.
+  + Add YaST as a default folder in gnome-shell overview.
+- Drop gnome-software-add-default-yast-appfolder.patch: merged
+  upstream.
+- Add pkgconfig(valgrind) BuildRequires: new depdenency.
+
+---
+Wed Feb 15 09:12:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.90:
+  + Handle apt and snap URLs.
+  + Show the updates panel with sections.
+  + Sort the apps in the installed panel by kind.
+  + Add a more detailed error message when AC power is required.
+  + Do not hardcode the gnome-software application name.
+  + Ensure firmware is downloaded when not cached.
+  + Fix a rather large memory leak when loading Steam data.
+  + Fix launching Flatpak apps after updating.
+  + Install needed Flatpak runtimes when updating an app.
+  + Only show the scary firmware warning for removable devices.
+
+---
+Tue Jan 17 10:18:23 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.3:
+  + Add an --install and --interaction CLI options.
+  + Add the installed size of the apps in the installed view.
+  + Always set a description for each notification.
+  + Show an in-app notification when installed plugins are changed.
+  + Use a set of stars to show the different star ratings.
+  + The following bugs are also fixed:
+- Add a missing error check to fix a common crash on LiveDVD
+  media.
+- Add thread locking in GsApp to fix some common crashes.
+- Allow upgrading to Fedora EOL releases.
+- Don't allow review actions when offline.
+- Ensure we actually schedule firmware updates for download.
+- Fix the getting of PackageKit and flatpak update details.
+- Hide some notifications when the new app is launched or the
+  window is closed.
+- Hide the screenshot placeholder for input methods and
+  langpacks.
+
+---
+Tue Jan 17 10:18:22 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.23.2:
+  + Add a setting for downloading updates on metered connections.
+  + Add content rating interface for games.
+  + Add support for pending updates that are applied on demand.
+  + Add support for the flatpak DefaultBranch feature.
+  + Allow showing an application review without a display name.
+  + Convert the modal failure dialogs to in-app notifications.
+  + Switch to using the ODRS server hosted by GNOME.
+  + Bugs fixed:
+- Always get the newest screenshot for GNOME Shell extensions.
+- Avoid redownloading the same screenshots for different
+  images.
+- Don't download updates when low on power.
+- Fix the growth in memory usage for every search request.
+- Never show a 'back' button when showing search results.
+- Show the search bar when the user does ctrl+f.
+  + Updated translations.
+- Pass --disable-external-appstream to configure: this is broken
+  by design.
+
+---

commit gnome-software for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2017-01-23 11:20:43

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-12-11 13:24:13.406037221 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2017-01-23 11:20:43.799635887 +0100
@@ -1,0 +2,15 @@
+Tue Jan 17 10:18:21 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.5:
+  + Fix local package installation.
+  + Fix codec and printer driver installation for packages without
+appdata.
+  + Fix update notes to show up on the Updates page.
+  + Add support for "+" operator at the end of SPDX license
+identifiers.
+  + Only show the scary firmware warning for removable devices.
+  + Various fixes for flatpak support.
+  + Fix several potential crashers.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.22.4.tar.xz

New:

  gnome-software-3.22.5.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.90HDFn/_old  2017-01-23 11:20:44.335559805 +0100
+++ /var/tmp/diff_new_pack.90HDFn/_new  2017-01-23 11:20:44.335559805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.22.4
+Version:3.22.5
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store

++ gnome-software-3.22.4.tar.xz -> gnome-software-3.22.5.tar.xz ++
 13582 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-12-07 11:11:44

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-11-10 13:11:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-12-07 11:11:45.0 +0100
@@ -1,0 +2,17 @@
+Thu Dec  1 16:18:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Misc. fixes to the search results page.
+  + Misc. flatpak bug and crasher fixes.
+  + Correctly raise the codec search window under the Wayland
+session.
+  + Improve spinner state handling on the updates page.
+  + Make it possible to upgrade two Fedora versions at a time.
+  + Fix a memory leak with every search request.
+  + Don't show screenshot placeholder for add-ons that can't have
+screenshots.
+  + Show an error if the screenshot download fails.
+  + Get the screenshot metadata from the GNOME Shell Extension JSON
+data.
+
+---

Old:

  gnome-software-3.22.2.tar.xz

New:

  gnome-software-3.22.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.5TiR4k/_old  2016-12-07 11:11:46.0 +0100
+++ /var/tmp/diff_new_pack.5TiR4k/_new  2016-12-07 11:11:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.22.2
+Version:3.22.3
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store

++ gnome-software-3.22.2.tar.xz -> gnome-software-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/NEWS 
new/gnome-software-3.22.3/NEWS
--- old/gnome-software-3.22.2/NEWS  2016-11-07 20:45:14.0 +0100
+++ new/gnome-software-3.22.3/NEWS  2016-12-01 16:53:35.0 +0100
@@ -1,3 +1,18 @@
+Version 3.22.3
+~~
+Released: 2016-12-01
+
+This stable release fixes the following bugs:
+ * Misc. fixes to the search results page
+ * Misc. flatpak bug and crasher fixes
+ * Correctly raise the codec search window under the Wayland session
+ * Improve spinner state handling on the updates page
+ * Make it possible to upgrade two Fedora versions at a time
+ * Fix a memory leak with every search request
+ * Don't show screenshot placeholder for add-ons that can't have screenshots
+ * Show an error if the screenshot download fails
+ * Get the screenshot metadata from the GNOME Shell Extension JSON data
+
 Version 3.22.2
 ~~
 Released: 2016-11-07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/config.h 
new/gnome-software-3.22.3/config.h
--- old/gnome-software-3.22.2/config.h  2016-11-07 20:44:18.0 +0100
+++ new/gnome-software-3.22.3/config.h  2016-12-01 16:52:14.0 +0100
@@ -110,7 +110,7 @@
 #define PACKAGE_NAME "gnome-software"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "gnome-software 3.22.2"
+#define PACKAGE_STRING "gnome-software 3.22.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gnome-software"
@@ -119,10 +119,10 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.22.2"
+#define PACKAGE_VERSION "3.22.3"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "3.22.2"
+#define VERSION "3.22.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/configure 
new/gnome-software-3.22.3/configure
--- old/gnome-software-3.22.2/configure 2016-11-07 20:44:13.0 +0100
+++ new/gnome-software-3.22.3/configure 2016-12-01 16:52:08.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-software 3.22.2.
+# Generated by GNU Autoconf 2.69 for gnome-software 3.22.3.
 #
 # Report bugs to 
.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-software'
 PACKAGE_TARNAME='gnome-software'
-PACKAGE_VERSION='3.22.2'
-PACKAGE_STRING='gnome-software 3.22.2'
+PACKAGE_VERSION='3.22.3'
+PACKAGE_STRING='gnome-software 3.22.3'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software'
 PACKAGE_URL=''
 
@@ -1556,7 

commit gnome-software for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-11-10 13:11:45

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-11-02 12:30:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-11-10 13:11:47.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov  7 21:16:59 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.2:
+  + Large number of fixes and improvements for flatpak support.
+  + Improved handling for flatpak repos with multiple branches.
+  + Initial support for installing flatpakrepo files.
+  + Fix a crash when searching for codecs.
+  + Fix a crash when de-duplicating applications.
+  + Speed improvements for loading appstream data.
+  + Refactor snapd handling code using snapd-glib.
+  + Show the search bar when the user does Ctrl+f.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.22.1.tar.xz

New:

  gnome-software-3.22.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.WqIxOt/_old  2016-11-10 13:11:48.0 +0100
+++ /var/tmp/diff_new_pack.WqIxOt/_new  2016-11-10 13:11:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.22.1
+Version:3.22.2
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store
@@ -31,8 +31,8 @@
 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(appstream-glib) >= 0.6.5
+BuildRequires:  pkgconfig(flatpak) >= 0.6.12
 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

++ gnome-software-3.22.1.tar.xz -> gnome-software-3.22.2.tar.xz ++
 13519 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2016-11-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-11-02 12:30:19

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-09-23 11:35:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-11-02 12:30:20.0 +0100
@@ -1,0 +2,19 @@
+Wed Oct 12 09:30:30 UTC 2016 - zai...@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 - zai...@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.
+
+---

Old:

  gnome-software-3.22.0.tar.xz

New:

  gnome-software-3.22.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.0OaWa9/_old  2016-11-02 12:30:22.0 +0100
+++ /var/tmp/diff_new_pack.0OaWa9/_new  2016-11-02 12:30:22.0 +0100
@@ -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
@@ -32,6 +32,7 @@
 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
@@ -47,7 +48,6 @@
 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
@@ -76,6 +76,7 @@
 %configure \
 --disable-static \
 --disable-firmware \
+--enable-flatpak \
 --enable-ostree \
 --enable-rpm \
 --enable-steam \

++ gnome-software-3.22.0.tar.xz -> gnome-software-3.22.1.tar.xz ++
 25498 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-09-23 11:35:43

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-07-18 21:24:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-09-23 11:35:44.0 +0200
@@ -1,0 +2,180 @@
+Mon Sep 19 15:26:17 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.0:
+  + Updated translations.
+
+---
+Wed Sep 14 07:53:34 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.92:
+  + Add a new section name in the Addons category for drivers.
+  + Add a plugin to match a hardware modalias.
+  + Do not hide the origin when installing or removing an app.
+  + Do not show the screenshot fallback image for firmware or
+drivers.
+  + Fix launching app's details from the installed notification.
+  + Fix showing the source line in the installed panel.
+  + Unbreak the GNOME Shell search provider.
+  + Use the same padding as a GtkStackSwitcher.
+  + Updated translations.
+- Add pkgconfig(gudev-1.0) BuildRequires: Build GUDev support.
+
+---
+Wed Aug 31 10:26:22 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.91:
+  + Add functionality to enable non-free sources
+  + Show the device bootloader screenshot when required
+  + The following bugs are also fixed:
+- Always return consistent results by allowing plugins to share
+  a cache.
+- Ensure the search text is showing when going back to search
+  results.
+- Only enable the firmware 'Install' button when the device is
+  in the right mode.
+- Remove an app from the installed view when it's uninstalled.
+- Show percentage progress when installing firmware.
+  + Updated translations.
+
+---
+Tue Aug 16 12:51:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.90:
+  + Trivial bugfixes.
+  + Updated translations.
+
+---
+Mon Aug 15 12:14:39 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.21.4:
+  + Add a cancel button and progress information to the details
+page.
+  + Add a dialog to confirm upgrade removals.
+  + Add support for authenticating in plugins.
+  + Add support for snaps.
+  + Enable gtk-doc generation for documentation.
+  + Show a new-style category list on the overview page.
+  + Show origin information when applications are available from
+multiple sources.
+  + Show sandboxing information for selected applications.
+  + Show the star ratings in more places.
+  + Support installing .flatpakrepo files.
+  + Support launching applicatins using a appstream:// URL.
+  + Bugs fixed:
+- Allow plugins to be enabled and disabled at runtime.
+- Always show the 'MyLanguage' kudo when in en_US locale.
+- Correctly trigger systemd offline updates when only
+  processing OS updates.
+- Disable app folders feature when run outside GNOME.
+- Do not show buttons on the search results.
+- Do not use deprecated CSS properties.
+- Do not use deprecated fwupd API.
+- Ensure reviews are shown in the correct order.
+- Fix a crash when double clicking files.
+- Fix several UX issues when upgrading.
+- Show the 'More Reviews' button in the details panel.
+- Try really hard to have two rows of important categories.
+  + Updated translations.
+- Add pkgconfig(libsecret-1) BuildRequires: new dependency.
+- Bump gs_plugin_api to 11, following upstream.
+- Drop pkgconfig(xdg-app) BuildRequires: xdg-app is no longer
+  supported, this is now formally called flatpak.
+- Drop gs-Fix-underlinking.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to autoreconf as there
+  is no patch left touching the build system.
+
+---
+Thu Jul 14 03:21:02 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.2:
+  + Add a --details-pkg option to the gnome-software binary.
+  + Add support for flatpak packages.
+  + Add a plugin to auto-add some license information.
+  + Add depends, requires and conflicts at initialize time.
+  + Add support for application key colors.
+  + Export a set of headers to allow external plugins to be built.
+  + Bugs fixed:
+- Do not crash if plugins are badly behaved.
+- Do not directly load pixbufs in the AppStream plugin.
+- Do not unconditionally invalidate the updates list on
+  

commit gnome-software for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-07-18 21:23:28

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-06-25 02:23:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-07-18 21:24:09.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 13 12:37:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.4:
+  + Always show the 'MyLanguage' kudo when in en_US locale.
+  + Disable app folders feature when run outside GNOME.
+  + Fix an issue with launching Epiphany web-apps.
+  + Fix a number of issues with Fedora system upgrades.
+  + Fix a possible crash when download-updates setting is changed.
+  + Improve styling of software reviews and kudos.
+  + Make the app folder dialog work again.
+  + Support launching appstream://id.
+  + Updated translations.
+- Drop gnome-software-fix-app-folders.patch: Fixed upstream.
+
+---

Old:

  gnome-software-3.20.3.tar.xz
  gnome-software-fix-app-folders.patch

New:

  gnome-software-3.20.4.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.T7rTXx/_old  2016-07-18 21:24:10.0 +0200
+++ /var/tmp/diff_new_pack.T7rTXx/_new  2016-07-18 21:24:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.20.3
+Version:3.20.4
 Release:0
 %define gs_plugin_api 9
 Summary:GNOME Software Store
@@ -29,8 +29,6 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
-# PATCH-FIX-UPSTREAM gnome-software-fix-app-folders.patch boo#979570 
zai...@opensuse.org -- Fix regression in app-folders, make them work again.
-Patch2: gnome-software-fix-app-folders.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -63,7 +61,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure \

++ gnome-software-3.20.3.tar.xz -> gnome-software-3.20.4.tar.xz ++
 3608 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-06-25 02:22:58

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-05-31 12:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-06-25 02:23:14.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 15:38:53 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-software-fix-app-folders.patch: Fix regression in
+  app-folders. Patch from upstream stable branch (boo#979570).
+
+---

New:

  gnome-software-fix-app-folders.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.hAYNJz/_old  2016-06-25 02:23:15.0 +0200
+++ /var/tmp/diff_new_pack.hAYNJz/_new  2016-06-25 02:23:15.0 +0200
@@ -29,6 +29,8 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
+# PATCH-FIX-UPSTREAM gnome-software-fix-app-folders.patch boo#979570 
zai...@opensuse.org -- Fix regression in app-folders, make them work again.
+Patch2: gnome-software-fix-app-folders.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -61,6 +63,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ gnome-software-fix-app-folders.patch ++
>From 53e8e0842f28533c1df3a1504191182a67e9c963 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Tue, 7 Jun 2016 15:21:53 +0200
Subject: app folder dialog: Make the dialog work again

This commit makes the code match with the .ui file changes done in
commit 5fa5a35, fixing the add folder dialog to actually add things to
folders when clicking the 'Add' button.

https://bugzilla.gnome.org/show_bug.cgi?id=764437
---
 src/gs-app-folder-dialog.c | 32 +++-
 1 file changed, 19 insertions(+), 13 deletions(-)

diff --git a/src/gs-app-folder-dialog.c b/src/gs-app-folder-dialog.c
index f6b3d76..563f4b4 100644
--- a/src/gs-app-folder-dialog.c
+++ b/src/gs-app-folder-dialog.c
@@ -60,12 +60,6 @@ gs_app_folder_dialog_destroy (GtkWidget *widget)
 }
 
 static void
-cancel_cb (GsAppFolderDialog *dialog)
-{
-   gtk_window_close (GTK_WINDOW (dialog));
-}
-
-static void
 apply_changes (GsAppFolderDialog *dialog)
 {
const gchar *folder;
@@ -88,10 +82,23 @@ apply_changes (GsAppFolderDialog *dialog)
 }
 
 static void
-done_cb (GsAppFolderDialog *dialog)
+response_cb (GtkDialog *dialog,
+ GtkResponseType response_type,
+ gpointer user_data)
 {
-   apply_changes (dialog); 
-   gtk_window_close (GTK_WINDOW (dialog));
+   switch (response_type) {
+   case GTK_RESPONSE_APPLY:
+   apply_changes (GS_APP_FOLDER_DIALOG (dialog));
+   gtk_window_close (GTK_WINDOW (dialog));
+   break;
+   case GTK_RESPONSE_CANCEL:
+   gtk_window_close (GTK_WINDOW (dialog));
+   break;
+   case GTK_RESPONSE_DELETE_EVENT:
+   break;
+   default:
+   g_assert_not_reached ();
+   }
 }
 
 static GtkWidget *create_row (GsAppFolderDialog *dialog, const gchar *folder);
@@ -129,10 +136,9 @@ gs_app_folder_dialog_init (GsAppFolderDialog *dialog)
dialog->folders = gs_folders_get ();
gtk_widget_init_template (GTK_WIDGET (dialog));
 
-   g_signal_connect_swapped (dialog->cancel_button, "clicked",
- G_CALLBACK (cancel_cb), dialog);
-   g_signal_connect_swapped (dialog->done_button, "clicked",
- G_CALLBACK (done_cb), dialog);
+   g_signal_connect (dialog, "response",
+ G_CALLBACK (response_cb),
+ NULL);
dialog->rows = gtk_size_group_new (GTK_SIZE_GROUP_VERTICAL);
 
gtk_list_box_set_header_func (GTK_LIST_BOX (dialog->app_folder_list),
-- 
cgit v0.12

>From 81c67726cb9e3dd29c961cc857c6b5b43bf9bf45 Mon Sep 17 00:00:00 2001
From: Kalev Lember 
Date: Tue, 7 Jun 2016 15:25:40 +0200
Subject: shell: Avoid destroying modal windows in the "response" signal
 handler

Other code may legitimately connect to the "response" signal handler as
well and if we destroy it in the handler, their callbacks are never
invoked. Instead, do our window 

commit gnome-software for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-05-31 12:25:25

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-05-20 11:56:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-05-31 12:25:27.0 +0200
@@ -1,0 +2,18 @@
+Sat May 28 19:30:40 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3:
+  + Fix several issues with system upgrades.
+  + Fix several issues with the Ubuntu reviews dialog.
+  + Fix an issue that caused incorrect package versions to be shown
+in the update panel.
+  + Fix an issue that caused offline updates to not start under
+certain conditions.
+  + Updated translations.
+- Drop gs-compile-against-old-appstream-glib.patch,
+  gs-Fix-underlinking.patch, gs-Fix-xdg-app-build.patch and
+  gs-Fix-a-possible-crasher.patch: Fixed upstream.
+- Following the above drop gnome-common BuildRequires and
+  autoreconf call, we no longer have patches touching the
+  buildsystem.
+
+---

Old:

  gnome-software-3.20.2.tar.xz
  gs-Fix-a-possible-crasher.patch
  gs-Fix-underlinking.patch
  gs-Fix-xdg-app-build.patch
  gs-compile-against-old-appstream-glib.patch

New:

  gnome-software-3.20.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.ecL5Bi/_old  2016-05-31 12:25:29.0 +0200
+++ /var/tmp/diff_new_pack.ecL5Bi/_new  2016-05-31 12:25:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.20.2
+Version:3.20.3
 Release:0
 %define gs_plugin_api 9
 Summary:GNOME Software Store
@@ -29,17 +29,6 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
-# PATCH-FIX-UPSTREAM gs-compile-against-old-appstream-glib.patch 
zai...@opensuse.org -- Support compiling against old versions of appstream-glib
-Patch2: gs-compile-against-old-appstream-glib.patch
-# PATCH-FIX-UPSTREAM gs-Fix-underlinking-.patch zai...@opensuse.org -- Fix 
underlinking in the packagekit-origin plugin.
-Patch3: gs-Fix-underlinking.patch
-# PATCH-FIX-UPSTREAM gs-Fix-xdg-app-build.patch zai...@opensuse.org -- Fix 
build of the xdg-app plugin.
-Patch4: gs-Fix-xdg-app-build.patch
-# PATCH-FIX-UPSTREAM gs-Fix-a-possible-crasher.patch zai...@opensuse.org -- 
Fix a possible crasher in Fix a possible crash in review ratings.
-Patch5: gs-Fix-a-possible-crasher.patch
-# Needed for patch3 and patch4
-BuildRequires:  gnome-common
-#
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -72,14 +61,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
-# Needed for patch3 and patch4
-autoreconf -fiv
 %configure \
 --disable-static \
 --disable-firmware

++ gnome-software-3.20.2.tar.xz -> gnome-software-3.20.3.tar.xz ++
 9396 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2016-05-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-05-20 11:56:02

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-05-05 12:10:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-05-20 11:56:05.0 +0200
@@ -1,0 +2,12 @@
+Wed May 18 16:46:03 UTC 2016 - zai...@opensuse.org
+
+- Add commits from upstream fixing various issues:
+  + gs-Fix-underlinking.patch: Fix underlinking in the
+packagekit-origin plugin.
+  + gs-Fix-xdg-app-build.patch: Fix the xdg-app build.
+  + gs-Fix-a-possible-crasher.patch: Fix a possible crash in review
+ratings.
+- Add gnome-common BuildRequires, and pass autoreconf since two of
+  the above patches touch the buildsystem.
+
+---

New:

  gs-Fix-a-possible-crasher.patch
  gs-Fix-underlinking.patch
  gs-Fix-xdg-app-build.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.UoVWMy/_old  2016-05-20 11:56:06.0 +0200
+++ /var/tmp/diff_new_pack.UoVWMy/_new  2016-05-20 11:56:06.0 +0200
@@ -31,6 +31,15 @@
 Patch1: gnome-software-icon-crash.patch
 # PATCH-FIX-UPSTREAM gs-compile-against-old-appstream-glib.patch 
zai...@opensuse.org -- Support compiling against old versions of appstream-glib
 Patch2: gs-compile-against-old-appstream-glib.patch
+# PATCH-FIX-UPSTREAM gs-Fix-underlinking-.patch zai...@opensuse.org -- Fix 
underlinking in the packagekit-origin plugin.
+Patch3: gs-Fix-underlinking.patch
+# PATCH-FIX-UPSTREAM gs-Fix-xdg-app-build.patch zai...@opensuse.org -- Fix 
build of the xdg-app plugin.
+Patch4: gs-Fix-xdg-app-build.patch
+# PATCH-FIX-UPSTREAM gs-Fix-a-possible-crasher.patch zai...@opensuse.org -- 
Fix a possible crasher in Fix a possible crash in review ratings.
+Patch5: gs-Fix-a-possible-crasher.patch
+# Needed for patch3 and patch4
+BuildRequires:  gnome-common
+#
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -64,8 +73,13 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
+# Needed for patch3 and patch4
+autoreconf -fiv
 %configure \
 --disable-static \
 --disable-firmware

++ gs-Fix-a-possible-crasher.patch ++
>From d4730427508740f70b89f8417fc2db01a3918736 Mon Sep 17 00:00:00 2001
From: Richard Hughes 
Date: Fri, 22 Apr 2016 18:25:34 +0100
Subject: trivial: Fix a possible crash spotted by clang

---
 src/gs-shell-details.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 7e1982f..57e0aa9 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -996,7 +996,7 @@ gs_shell_details_review_button_clicked_cb (GsReviewRow *row,
 static void
 gs_shell_details_refresh_reviews (GsShellDetails *self)
 {
-   GArray *review_ratings;
+   GArray *review_ratings = NULL;
GPtrArray *reviews;
gboolean show_review_button = TRUE;
gboolean show_reviews = FALSE;
-- 
cgit v0.12

++ gs-Fix-underlinking.patch ++
>From bcc8ea09e46d2b27872f8a917941421ca79da6c8 Mon Sep 17 00:00:00 2001
From: Richard Hughes 
Date: Fri, 13 May 2016 16:47:30 +0100
Subject: trivial: Fix underlinking in the packagekit-origin plugin

---
 src/plugins/Makefile.am | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index a256cec..71b78b0 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -229,7 +229,10 @@ libgs_plugin_packagekit_offline_la_LIBADD = 
$(GS_PLUGIN_LIBS)
 libgs_plugin_packagekit_offline_la_LDFLAGS = -module -avoid-version
 libgs_plugin_packagekit_offline_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
 
-libgs_plugin_packagekit_origin_la_SOURCES = gs-plugin-packagekit-origin.c
+libgs_plugin_packagekit_origin_la_SOURCES =\
+   gs-plugin-packagekit-origin.c   \
+   packagekit-common.c \
+   packagekit-common.h
 libgs_plugin_packagekit_origin_la_LIBADD = $(GS_PLUGIN_LIBS)
 libgs_plugin_packagekit_origin_la_LDFLAGS = -module -avoid-version
 libgs_plugin_packagekit_origin_la_CFLAGS = $(GS_PLUGIN_CFLAGS) $(WARN_CFLAGS)
-- 
cgit v0.12

++ gs-Fix-xdg-app-build.patch ++
>From 38852511096d51ced50fddb862a48e43caf64bbf Mon Sep 17 00:00:00 2001
From: Richard 

commit gnome-software for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-05-05 12:10:12

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-04-16 22:08:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-05-05 12:10:13.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 25 14:25:43 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + Allow popular and featured apps to match any plugin.
+  + Do not make the ODRS plugin depend on xdg-app.
+  + Fix many of the os-upgrade issues and implement the latest
+mockups.
+  + Fix several issues when running on Unity.
+  + Make all the plugins more threadsafe.
+  + Return all update descriptions newer than the installed
+version.
+  + Show some non-fatal error messages if installing fails.
+  + Use a background PackageKit transaction when downloading
+upgrades.
+  + Updated translations.
+- Add gs-compile-against-old-appstream-glib.patch: Fix build
+  against the appstream-glib we currently have, patch from
+  upstream git.
+
+---

Old:

  gnome-software-3.20.1.tar.xz

New:

  gnome-software-3.20.2.tar.xz
  gs-compile-against-old-appstream-glib.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.XgSmL2/_old  2016-05-05 12:10:14.0 +0200
+++ /var/tmp/diff_new_pack.XgSmL2/_new  2016-05-05 12:10:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.20.1
+Version:3.20.2
 Release:0
 %define gs_plugin_api 9
 Summary:GNOME Software Store
@@ -29,6 +29,8 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
+# PATCH-FIX-UPSTREAM gs-compile-against-old-appstream-glib.patch 
zai...@opensuse.org -- Support compiling against old versions of appstream-glib
+Patch2: gs-compile-against-old-appstream-glib.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -61,6 +63,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ gnome-software-3.20.1.tar.xz -> gnome-software-3.20.2.tar.xz ++
 25883 lines of diff (skipped)

++ gs-compile-against-old-appstream-glib.patch ++
>From d73cb3ed65f1414662452cdd8cf85ae6835ebecf Mon Sep 17 00:00:00 2001
From: Richard Hughes 
Date: Mon, 25 Apr 2016 15:59:22 +0100
Subject: trivial: Support compiling against old versions of appstream-glib

---
 src/gs-app.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gs-app.h b/src/gs-app.h
index 6cb48c2..d546673 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -78,6 +78,7 @@ typedef enum {
 #endif
 
 #if !AS_CHECK_VERSION(0,5,14)
+#define AS_APP_QUIRK_NEEDS_REBOOT  (1 << 4)
 #define AS_APP_QUIRK_NOT_REVIEWABLE(1 << 5)
 #endif
 
-- 
cgit v0.12




commit gnome-software for openSUSE:Factory

2016-04-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-04-16 22:08:38

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-03-29 14:35:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-04-16 22:08:39.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 12 08:45:22 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.1:
+  + Do not make the ODRS functionality depend on xdg-app.
+  + Fix live installing firmware.
+  + Support unlocking fwupd devices.
+  + Updated translations.
+- Drop gnome-software-PK-updates.patch: it has been disabled for
+  two years.
+
+---
+Mon Apr 11 22:06:54 UTC 2016 - mgo...@suse.com
+
+- Add gnome-software-icon-crash.patch: fix crash when unable to
+  find icon (boo#974806 bgo#764921).
+
+---

Old:

  gnome-software-3.20.0.tar.xz
  gnome-software-PK-updates.patch

New:

  gnome-software-3.20.1.tar.xz
  gnome-software-icon-crash.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.Y02Fy0/_old  2016-04-16 22:08:40.0 +0200
+++ /var/tmp/diff_new_pack.Y02Fy0/_new  2016-04-16 22:08:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.20.0
+Version:3.20.1
 Release:0
 %define gs_plugin_api 9
 Summary:GNOME Software Store
@@ -25,10 +25,10 @@
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source: 
http://download.gnome.org/sources/gnome-software/3.20/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
-Patch0: gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
-Patch1: gnome-software-add-default-yast-appfolder.patch
+Patch0: gnome-software-add-default-yast-appfolder.patch
+# PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
+Patch1: gnome-software-icon-crash.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -59,8 +59,7 @@
 
 %prep
 %setup -q
-# Disables - let's try the systemd offline updater
-#patch0 -p1
+%patch0 -p1
 %patch1 -p1
 
 %build

++ gnome-software-3.20.0.tar.xz -> gnome-software-3.20.1.tar.xz ++
 10499 lines of diff (skipped)

++ gnome-software-icon-crash.patch ++
>From 2911419f0d496e3f0e8708cfed75e5cecee2226b Mon Sep 17 00:00:00 2001
From: Mike Gorse 
Date: Mon, 11 Apr 2016 16:53:14 -0500
Subject: [PATCH] Don't crash if unable to find a cached icon

https://bugzilla.gnome.org/show_bug.cgi?id=764921
---
 src/plugins/gs-appstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/gs-appstream.c b/src/plugins/gs-appstream.c
index 4ddd0d2..953dc7e 100644
--- a/src/plugins/gs-appstream.c
+++ b/src/plugins/gs-appstream.c
@@ -87,7 +87,7 @@ gs_refine_item_pixbuf (GsPlugin *plugin, GsApp *app, AsApp 
*item)
icon = as_app_get_icon_for_size (item, 64, 64);
if (icon == NULL) {
g_warning ("failed to find cached icon %s",
-  as_icon_get_name (icon));
+  as_app_get_name (item, NULL));
return;
}
if (!as_icon_load (icon, AS_ICON_LOAD_FLAG_SEARCH_SIZE, 
)) {
-- 
2.6.2




commit gnome-software for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-03-29 14:35:26

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-11-08 11:26:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-03-29 14:35:29.0 +0200
@@ -1,0 +2,79 @@
+Mon Mar 21 14:42:27 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Actually show the error dialog for an invalid file.
+  + Fix a crash when double clicking package files.
+  + Remove placeholder text from application details label.
+
+---
+Mon Mar 14 18:45:42 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.92:
+  + Allow all plugin functions to fail gracefully.
+  + Hide the kudo details panel for non-desktop components.
+  + Lower the limits for review text.
+  + Do not show ratings and reviews for some component kinds.
+  + Fix showing Ubuntu-specific reviews.
+  + Get the correct icon size when installing bundles on HiDPI.
+  + Never show star ratings on the category app tiles.
+  + Only show one modal dialog at a time.
+  + Updated translations.
+- Bump gs_plugin_api to 9, following upstream.
+
+---
+Tue Mar  1 10:07:58 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.91:
+  + Add an 'All' subcategory in the category shell.
+  + Add ratings and review functionality for Ubuntu.
+  + Install the xdg-app runtime as required automatically.
+  + Show a confirmation dialog before reporting a review.
+  + Show a guide label for the different star values.
+  + Support installing local xdg-app bundles.
+  + Correctly identify local packages with sources.
+  + Do not add multiple search results for the same app.
+  + Do not show xdg-app runtimes in the installed panel.
+  + Escape markup before showing modal dialogs.
+  + Updated translations.
+- Add pkgconfig(gdk-pixbuf-2.0) BuildRequires: New dependency.
+- "Reactivate" suse_update_desktop_file that got disabled by a
+  mistake.
+- Drop gnome-software-nouser-proxy.patch: Upstream only passes
+  proxy settings on if polkit is preconfigured to authorize it.
+
+---
+Tue Feb 16 09:51:54 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.90:
+  + Add end-user application review functionality.
+  + Add support for upgrading the OS from one release to another.
+  + Add support for xdg-app and Limba bundles.
+  + Add tags to applications, and explain them in the details page.
+  + Update the list of featured applications on the front page.
+  + The following bugs are also fixed:
+- Add a missing tag to the software center metadata file.
+- PackageKit support is now optional.
+- Temporarily remove the remove button in the sources dialog.
+- Use versioned user cache directories to pick up new
+  screenshots.
+  + Updated translations.
+- Add pkgconfig(gtkspell3-3.0) BuildRequires: new dependency.
+- Add pkgconfig(xdg-app) BuildRequires: new optional dependency.
+- Drop gnome-software-fix-screenshots.patch: fixed upstream.
+- Rebase gnome-software-nouser-proxy.patch.
+
+---
+Tue Feb  2 09:49:07 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-software-fix-screenshots.patch: Fix clashing screenshot
+  names (bgo#761434).
+
+---
+Mon Jan 18 13:30:47 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.4:
+  + Use PackageKits distro-upgrade feature.
+  + Updated translations.
+- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
+
+---

Old:

  gnome-software-3.18.3.tar.xz
  gnome-software-nouser-proxy.patch

New:

  gnome-software-3.20.0.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.QzjpHn/_old  2016-03-29 14:35:30.0 +0200
+++ /var/tmp/diff_new_pack.QzjpHn/_new  2016-03-29 14:35:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,33 +17,35 @@
 
 
 Name:   gnome-software

commit gnome-software for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-11-08 11:26:46

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-10-26 12:48:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-11-08 11:26:56.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 13:12:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + Use the correct user agent string when downloading firmware.
+  + Fix a crash in the limba plugin.
+  + Fix installing web applications.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.18.2.tar.xz

New:

  gnome-software-3.18.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.WJLHPj/_old  2015-11-08 11:26:57.0 +0100
+++ /var/tmp/diff_new_pack.WJLHPj/_new  2015-11-08 11:26:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.18.2
+Version:3.18.3
 Release:0
 %define gs_plugin_api 8
 Summary:GNOME Software Store

++ gnome-software-3.18.2.tar.xz -> gnome-software-3.18.3.tar.xz ++
 3229 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-10-26 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-10-26 12:48:31

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-10-12 10:02:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-10-26 12:48:40.0 +0100
@@ -1,0 +2,27 @@
+Thu Oct 15 12:40:52 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Fix a regression in 3.18.1 that could lead to the background
+update monitor never finding any updates.
+  + Fix an issue with getting package details for apps without
+AppData.
+  + Updated translations.
+
+---
+Tue Oct 13 12:55:58 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Do not force the cache refresh and delete otherwise valid
+packages.
+  + Fix several potential crashes when navigating and when
+installing.
+  + Get the new application icon for local packages after
+installation.
+  + Improve cold start time by only parsing AppStream data once.
+  + Make sure Characters and Disks show up in Utilities.
+  + Only download the fwupd metadata signature once per day.
+  + Show an empty space for no category results.
+  + Show applications without AppData in the installed panel.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.18.0.tar.xz

New:

  gnome-software-3.18.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.dQ3f7j/_old  2015-10-26 12:48:41.0 +0100
+++ /var/tmp/diff_new_pack.dQ3f7j/_new  2015-10-26 12:48:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.18.0
+Version:3.18.2
 Release:0
 %define gs_plugin_api 8
 Summary:GNOME Software Store

++ gnome-software-3.18.0.tar.xz -> gnome-software-3.18.2.tar.xz ++
 17014 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-10-12 10:02:42

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-10-06 16:22:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-10-12 10:02:51.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  9 08:28:44 UTC 2015 - zai...@opensuse.org
+
+- Add missing %{name}-lang Recommends: We want translations!
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.YOTBkN/_old  2015-10-12 10:02:52.0 +0200
+++ /var/tmp/diff_new_pack.YOTBkN/_new  2015-10-12 10:02:52.0 +0200
@@ -47,6 +47,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   iso-codes
 Requires:   libzypp-plugin-appdata
+Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description




commit gnome-software for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-10-06 16:22:47

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-09-03 18:12:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-10-06 16:22:49.0 +0200
@@ -1,0 +2,27 @@
+Mon Sep 21 11:43:20 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Updated translations.
+
+---
+Wed Sep 16 07:51:38 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.92:
+  + Fix getting firmware updates by parsing the metadata correctly.
+  + Make the application menu path correct in RTL locales.
+  + Don't keep the application running forever when run as a search
+provider.
+- Rebase gnome-software-nouser-proxy.patch.
+
+---
+Thu Sep  3 19:24:39 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.91:
+  + Better theming for the category sidebar.
+  + Use standard size icon in the about dialog.
+  + Support mouse back button for going back in dialogs.
+  + Fix incorrect alignment on the front page in RTL languages.
+  + Misc other minor bugs fixed.
+  + Updated translations.
+
+---
@@ -5,0 +33,74 @@
+
+---
+Wed Aug 19 19:45:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + extras: Correct the plural version of a translatable string.
+  + trivial: Update a translator comment.
+  + Remove margins in the Add to Folder and Updates dialogs.
+  + Correctly align labels and checkmarks in the Add to Folder
+dialog.
+  + offline updates: Use CSS to style the error message details.
+  + menu spec plugin: Use context to translate subcategory titles.
+  + Updated translations.
+
+---
+Thu Aug 13 00:03:59 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.3:
+  + Improvements:
+- Add basic support for Limba bundles.
+- Automatically download new firmware metadata from LVFS.
+- Hide updates UI on managed systems.
+- Show a new notification when security updates remain
+  unapplied.
+- Show installation progress when installing applications.
+- Use some new applications to the picked category.
+  + Bugs fixed:
+- Do not show applications that are not available when
+  searching by category.
+- Don't crash when launching an app that has no desktop ID.
+- Don't show applications without AppData in the category view.
+- Fix a possible race and crash when loading icons.
+- Fix locking in the AppStream code to fix several crashes.
+- Use better error messages on offline update failure.
+- Withdraw the notification when prepared update gets
+  invalidated.
+  + Updated translations.
+
+---
+Mon Aug  3 13:13:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.2:
+  + Improvements:
+- Port to SoupSession.
+- Make fwupd dependency automagic.
+  + Bugs fixed:
+- Fix a regression from the previous unstable release that made
+  it impossible to install updates.
+- Fix a crash in the screenshot loader.
+- Fix a crash in the sources dialog.
+- Fix a crash when installing rpms that lack description.
+- Wrap long descriptions in the update dialog.
+  + Updated translations.
+
+---
+Mon Aug  3 13:12:13 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.1:
+  + Support getting firmware updates through the fwupd daemon.
+  + Use a smaller number of tiles on the front page on small
+monitors.
+  + Rework internal modulesets, making it easier to edit the list
+of featured apps.
+  + Revert back to using a hand-picked list of featured apps.
+  + Several improvements to the sources dialog.
+  + Show better human readable names when searching for font
+scripts.
+  + Show a spinner while loading the data for the update history
+dialog.
+  + Updated translations.
+- Bump gs_plugin_api to 8, following upstream.
+- Add iso-codes requires: new runtime dependency.
+- Pass --disable-firmware to configure for now: we do not yet have
+  the dependencies available.

Old:

  gnome-software-3.16.5.tar.xz

New:

  gnome-software-3.18.0.tar.xz



Other 

commit gnome-software for openSUSE:Factory

2015-09-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-09-03 18:04:23

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-08-05 06:51:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-09-03 18:12:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  2 12:47:18 UTC 2015 - dims...@opensuse.org
+
+- Do not ship gnome-software-local-file.desktop: gnome-software is
+  not yet able to handle local RPM files on openSUSE (boo#941862).
+
+---



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.EoJx1r/_old  2015-09-03 18:12:20.0 +0200
+++ /var/tmp/diff_new_pack.EoJx1r/_new  2015-09-03 18:12:20.0 +0200
@@ -69,6 +69,8 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+# Currently not shipped, as this is not yet functional (boo#941862)
+rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
 #suse_update_desktop_file gnome-software
 %find_lang %{name}
 
@@ -89,7 +91,8 @@
 %{_datadir}/%{name}/
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/org.gnome.Software.appdata.xml
-%{_datadir}/applications/gnome-software-local-file.desktop
+# Currently not shipped, as this is not yet functional (boo#941862)
+#{_datadir}/applications/gnome-software-local-file.desktop
 %{_datadir}/applications/org.gnome.Software.desktop
 %{_datadir}/dbus-1/services/org.gnome.Software.service
 %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml




commit gnome-software for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-08-05 06:51:48

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-06-15 17:49:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-08-05 06:51:51.0 +0200
@@ -1,0 +2,14 @@
+Mon Aug  3 13:11:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.5:
+  + Show installation progress when installing apps.
+  + Several improvements to featured app banners.
+  + Fix a possible crash when launching an installed app.
+  + Update the styling of the history dialog to make sure
+unclickable rows don't appear clickable.
+  + Make sure apps that aren't installable are properly hidden in
+the category view.
+  + Fix an issue that caused Source: Unknown to be shown in the
+app details view.
+
+---

Old:

  gnome-software-3.16.4.tar.xz

New:

  gnome-software-3.16.5.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.OgFqdV/_old  2015-08-05 06:51:52.0 +0200
+++ /var/tmp/diff_new_pack.OgFqdV/_new  2015-08-05 06:51:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.16.4
+Version:3.16.5
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store

++ gnome-software-3.16.4.tar.xz - gnome-software-3.16.5.tar.xz ++
 9897 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-06-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-06-15 17:49:53

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-06-08 08:31:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-06-15 17:49:58.0 +0200
@@ -1,0 +2,13 @@
+Sun Jun 14 21:42:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.4:
+  + Fix a frequent crash in appstream plugin.
+  + Fix a critical warning when opening the app folder dialog.
+  + Fix a possible crash when changing the download-updates option
+in gsettings.
+  + Hide updates UI on managed systems.
+  + Improve the error dialog for failed offline updates.
+  + Workaround text coming up as selected in the updates dialog.
+- Add pkgconfig(polkit-gobject-1) BuildRequires: New dependency.
+
+---

Old:

  gnome-software-3.16.3.tar.xz

New:

  gnome-software-3.16.4.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.QqtijA/_old  2015-06-15 17:49:59.0 +0200
+++ /var/tmp/diff_new_pack.QqtijA/_new  2015-06-15 17:49:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.16.3
+Version:3.16.4
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store
@@ -42,6 +42,7 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(packagekit-glib2) = 1.0.0
+BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   iso-codes

++ gnome-software-3.16.3.tar.xz - gnome-software-3.16.4.tar.xz ++
 1775 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-software-3.16.3/NEWS new/gnome-software-3.16.4/NEWS
--- old/gnome-software-3.16.3/NEWS  2015-06-05 21:25:11.0 +0200
+++ new/gnome-software-3.16.4/NEWS  2015-06-14 17:51:29.0 +0200
@@ -1,3 +1,15 @@
+Version 3.16.4
+~~
+Released: 2015-06-14
+
+This release fixes the following bugs:
+ * Fix a frequent crash in appstream plugin
+ * Fix a critical warning when opening the app folder dialog
+ * Fix a possible crash when changing the download-updates option in gsettings
+ * Hide updates UI on managed systems
+ * Improve the error dialog for failed offline updates
+ * Workaround text coming up as selected in the updates dialog
+
 Version 3.16.3
 ~~
 Released: 2015-06-05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-software-3.16.3/config.h new/gnome-software-3.16.4/config.h
--- old/gnome-software-3.16.3/config.h  2015-06-05 21:24:49.0 +0200
+++ new/gnome-software-3.16.4/config.h  2015-06-14 17:51:04.0 +0200
@@ -69,7 +69,7 @@
 #define PACKAGE_NAME gnome-software
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING gnome-software 3.16.3
+#define PACKAGE_STRING gnome-software 3.16.4
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME gnome-software
@@ -78,10 +78,10 @@
 #define PACKAGE_URL 
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 3.16.3
+#define PACKAGE_VERSION 3.16.4
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION 3.16.3
+#define VERSION 3.16.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-software-3.16.3/configure.ac new/gnome-software-3.16.4/configure.ac
--- old/gnome-software-3.16.3/configure.ac  2015-06-05 21:23:02.0 
+0200
+++ new/gnome-software-3.16.4/configure.ac  

commit gnome-software for openSUSE:Factory

2015-06-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-06-08 08:31:34

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-05-18 21:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-06-08 08:31:35.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun  5 19:35:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.3:
+  + Fix a crash in the screenshot loader.
+  + Fix a crash when installing rpms that lack description.
+  + Fix a crash under Wayland when installing codecs.
+  + Avoid scaled up fonts on non-hidpi displays.
+  + Wrap long descriptions in the update dialog.
+  + Reduce network timeouts to one minute.
+  + Several improvements to the sources dialog.
+  + Show better human readable names when searching for font
+scripts.
+  + Updated translations.
+- Add iso-codes Requires: New runtime dependency.
+
+---

Old:

  gnome-software-3.16.2.tar.xz

New:

  gnome-software-3.16.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.xwOMA2/_old  2015-06-08 08:31:36.0 +0200
+++ /var/tmp/diff_new_pack.xwOMA2/_new  2015-06-08 08:31:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.16.2
+Version:3.16.3
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store
@@ -38,12 +38,13 @@
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) = 3.11.5
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.13.1
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.16
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(packagekit-glib2) = 1.0.0
 BuildRequires:  pkgconfig(sqlite3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   iso-codes
 Requires:   libzypp-plugin-appdata
 %glib2_gsettings_schema_requires
 

++ gnome-software-3.16.2.tar.xz - gnome-software-3.16.3.tar.xz ++
 7667 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-05-18 21:42:48

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-04-23 08:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-05-18 21:42:49.0 +0200
@@ -1,0 +2,13 @@
+Tue May 12 11:03:06 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Remove redundant OK button from the updates installed
+notification.
+  + Display a better human readable title for printer drivers.
+  + Show a better UI for offline update failure dialog.
+  + Set default actions for the update done notifications.
+  + Allow searching for packages via the API without appdata.
+- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic
+  icons have replaced them.
+
+---

Old:

  gnome-software-3.16.1.tar.xz

New:

  gnome-software-3.16.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.XheRXx/_old  2015-05-18 21:42:50.0 +0200
+++ /var/tmp/diff_new_pack.XheRXx/_new  2015-05-18 21:42:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.16.1
+Version:3.16.2
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store
@@ -73,13 +73,11 @@
 %post
 %glib2_gsettings_schema_post
 %icon_theme_cache_post
-%icon_theme_cache_post HighContrast
 %desktop_database_post
 
 %postun
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
-%icon_theme_cache_postun HighContrast
 %desktop_database_postun
 
 %files
@@ -97,7 +95,6 @@
 %dir %{_datadir}/gnome-shell/search-providers
 %{_datadir}/gnome-shell/search-providers/gnome-software-search-provider.ini
 %{_datadir}/icons/hicolor/*/apps/%{name}*
-%{_datadir}/icons/HighContrast/
 %dir %{_libdir}/gs-plugins-%{gs_plugin_api}
 %{_libdir}/gs-plugins-%{gs_plugin_api}/*.so
 #{_libexecdir}/gnome-software-service

++ gnome-software-3.16.1.tar.xz - gnome-software-3.16.2.tar.xz ++
 8693 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-04-23 08:01:50

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-03-30 19:26:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-04-23 08:01:51.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 15 07:18:43 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.1:
+  + Correctly save HiDPI images to HiDPI directories.
+  + Scroll the contents of the error message dialog.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.16.0.tar.xz

New:

  gnome-software-3.16.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.0qi2Ie/_old  2015-04-23 08:01:52.0 +0200
+++ /var/tmp/diff_new_pack.0qi2Ie/_new  2015-04-23 08:01:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.16.0
+Version:3.16.1
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store

++ gnome-software-3.16.0.tar.xz - gnome-software-3.16.1.tar.xz ++
 12492 lines of diff (skipped)




commit gnome-software for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-03-30 19:26:19

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2015-03-03 11:15:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-03-30 19:26:20.0 +0200
@@ -1,0 +2,69 @@
+Mon Mar 23 11:47:52 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Mon Mar 16 10:15:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + This unstable release adds the following features:
+- React to theme changes.
+- Rebase the HighContrast theme.
+  + This release fixes the following bug:
+- Fix HiDPI scale factor calculation.
+- Align section headings in all views.
+- Fix 'installed' overlays when using the HighContrast theme.
+- Fall back to showing the top level category when no sub
+  category exists.
+- Fix a crash when using the pending applications feature.
+  + Updated translations.
+
+---
+Tue Mar  3 00:20:44 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Enable kinetic scrolling in updates dialog.
+  + This release fixes the following bug:
+- Always ensure that the back entry focus widget is valid.
+- Don't show small screenshots on HiDPI hardware.
+- Fix a crash when starting GNOME Software for the first time.
+- Only show compatible projects when getting the featured
+  list.
+
+---
+Fri Feb 27 16:09:27 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Add a new panel for displaying session service results.
+  + Add a new version of the Modify interface.
+  + Require AppData for all available packages.
+  + Use the new mockups for the 3rd party source install dialogs.
+
+---
+Fri Feb 27 16:09:26 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.4:
+  + Add support for unavailable packages.
+  + Use new API from libappstream-glib for tokenizing the search
+string.
+  + Bugfixes:
+- Add some more prefer-GTK rules for applications that ship
+  both.
+- Delay the updates-changed notification for a few seconds.
+- Do case-insensitive searching of suitable keywords.
+- Fix color of add button on add to app folder dialog.
+- Fix searching for keyworks with special chars.
+- Update Inkscape featured splash.
+- Use an AsIcon internally to simplify a lot of complex code.
+  + Updated translations.
+- Rebase gnome-software-add-default-yast-appfolder.patch and
+  gnome-software-nouser-proxy.patch.
+
+---
+Fri Feb 27 16:09:25 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.2:
+  + Updated translations.
+
+---

Old:

  gnome-software-3.14.3.tar.xz

New:

  gnome-software-3.16.0.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.m0JuOJ/_old  2015-03-30 19:26:21.0 +0200
+++ /var/tmp/diff_new_pack.m0JuOJ/_new  2015-03-30 19:26:21.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   gnome-software
-Version:3.14.3
+Version:3.16.0
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
-Source: 
http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-software/3.16/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
 Patch0: gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
@@ -34,7 +34,7 @@
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(appstream-glib) = 0.2.6
+BuildRequires:  pkgconfig(appstream-glib) = 0.3.4
 BuildRequires:  

commit gnome-software for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2015-03-03 11:14:54

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-11-18 22:48:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2015-03-03 11:15:15.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 27 16:09:24 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3 (boo#916784):
+  + Bugfix:
+- Fix several possible crashes when clicking the back button.
+- Fix a crash in the screenshot loader.
+- Show an error message when we fail to load details about a
+  local file.
+- Make sure back button always leads back to overview.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.14.2.tar.xz

New:

  gnome-software-3.14.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.UB83U0/_old  2015-03-03 11:15:17.0 +0100
+++ /var/tmp/diff_new_pack.UB83U0/_new  2015-03-03 11:15:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-software
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.14.2
+Version:3.14.3
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store

++ gnome-software-3.14.2.tar.xz - gnome-software-3.14.3.tar.xz ++
 8485 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-11-18 22:46:45

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-11-15 12:16:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-11-18 22:48:32.0 +0100
@@ -1,0 +2,17 @@
+Thu Nov 13 09:32:21 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + New Features:
+- Add the origin as a keyword if it's not the majority source.
+- Support the LOCAL AppStream icon type.
+  + Bugfix:
+- Do not fail to get popular apps if the AppStream data is
+  invalid.
+- Do not show a random white line above the star rating widget.
+- Do not show empty app boxes if no popular results are
+  available.
+- Do not try to download local web-app icons.
+- Fix screenshot loading with --details.
+- Use blue stars for the user-ratings rather than yellow/gold.
+
+---

Old:

  gnome-software-3.14.1.tar.xz

New:

  gnome-software-3.14.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.VABakO/_old  2014-11-18 22:48:33.0 +0100
+++ /var/tmp/diff_new_pack.VABakO/_new  2014-11-18 22:48:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.14.1
+Version:3.14.2
 Release:0
 %define gs_plugin_api 7
 Summary:GNOME Software Store

++ gnome-software-3.14.1.tar.xz - gnome-software-3.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.14.1/NEWS 
new/gnome-software-3.14.2/NEWS
--- old/gnome-software-3.14.1/NEWS  2014-10-13 16:35:14.0 +0200
+++ new/gnome-software-3.14.2/NEWS  2014-11-10 17:05:01.0 +0100
@@ -1,3 +1,19 @@
+Version 3.14.2
+~~
+Released: 2014-11-10
+
+* New Features:
+ - Add the origin as a keyword if it's not the majority source (Richard Hughes)
+ - Support the LOCAL AppStream icon type (Richard Hughes)
+
+* Bugfix:
+ - Do not fail to get popular apps if the AppStream data is invalid (Richard 
Hughes)
+ - Do not show a random white line above the star rating widget (Richard 
Hughes)
+ - Do not show empty app boxes if no popular results are available (Richard 
Hughes)
+ - Do not try to download local web-app icons (Richard Hughes)
+ - Fix screenshot loading with --details (Kalev Lember)
+ - Use blue stars for the user-ratings rather than yellow/gold (Richard Hughes)
+
 Version 3.14.1
 ~~
 Released: 2014-10-13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.14.1/aclocal.m4 
new/gnome-software-3.14.2/aclocal.m4
--- old/gnome-software-3.14.1/aclocal.m42014-10-01 22:21:17.0 
+0200
+++ new/gnome-software-3.14.2/aclocal.m42014-11-10 16:45:06.0 
+0100
@@ -20,254 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
-dnl Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-dnl
-dnl This file can can be used in projects which are not available under
-dnl the GNU General Public License or the GNU Library General Public
-dnl License but which still want to provide support for the GNU gettext
-dnl functionality.
-dnl Please note that the actual code of the GNU gettext library is covered
-dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package package is covered by the GNU General Public License.
-dnl They are *not* in the public domain.
-
-dnl Authors:
-dnl   Ulrich Drepper drep...@cygnus.com, 1995-2000.
-dnl   Bruno Haible hai...@clisp.cons.org, 2000-2003.
-
-AC_PREREQ([2.50])
-
-AC_DEFUN([AM_NLS],
-[
-  AC_MSG_CHECKING([whether NLS is requested])
-  dnl Default is enabled NLS
-  AC_ARG_ENABLE([nls],
-[  --disable-nls   do not use Native Language Support],
-USE_NLS=$enableval, USE_NLS=yes)
-  AC_MSG_RESULT([$USE_NLS])
-  AC_SUBST([USE_NLS])
-])
-
-# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-# 
-# Copyright © 2004 

commit gnome-software for openSUSE:Factory

2014-11-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-11-15 11:44:18

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-10-14 07:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-11-15 12:16:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 30 10:24:58 UTC 2014 - dims...@opensuse.org
+
+- Split libzypp-plugin-appdata out of gnome-software to be able to
+  easier maintain updates.
+
+---

Old:

  InstallAppdata.sh



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.Xr6k7r/_old  2014-11-15 12:16:06.0 +0100
+++ /var/tmp/diff_new_pack.Xr6k7r/_new  2014-11-15 12:16:06.0 +0100
@@ -25,7 +25,6 @@
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source: 
http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
-Source1:InstallAppdata.sh
 # PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
 Patch0: gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
@@ -35,7 +34,7 @@
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(appstream-glib) = 0.2.4
+BuildRequires:  pkgconfig(appstream-glib) = 0.2.6
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) = 3.11.5
@@ -52,22 +51,6 @@
 AppStore like management of Applications for your GNOME Desktop.
 
 %lang_package
-%package -n libzypp-plugin-appdata
-Version:1.0
-Release:0
-Summary:Extend libzypp to handle AppStream metadata
-Group:  System/Libraries
-BuildArch:  noarch
-Requires:   appstream-glib = 0.2.4
-# appdata hook was introduced in libzypp 14.29.4
-Requires:   libzypp = 14.29.4
-
-%description -n libzypp-plugin-appdata
-This plugin extends libzypp to install AppStream metadata, as extracted from 
the
-repository metadata, onto the file system in order to be picked up by
-software centers.
-
-At this moment, gnome-software is the only known implementation making use of 
it.
 
 %prep
 %setup -q
@@ -84,8 +67,6 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
-# Install AppData zypp plugin
-install -Dm 0755 %{S:1} 
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{S:1})
 #suse_update_desktop_file gnome-software
 %find_lang %{name}
 
@@ -122,14 +103,6 @@
 #{_libexecdir}/gnome-software-service
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
-# zypp plugin triggering AppData update on repo refresh
-%dir %{_prefix}/lib/zypp
-%dir %{_prefix}/lib/zypp/plugins
-%dir %{_prefix}/lib/zypp/plugins/appdata/
-
-%files -n libzypp-plugin-appdata
-%defattr(-,root,root)
-%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
 
 %files lang -f %{name}.lang
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-10-14 07:12:47

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-10-11 19:27:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-10-14 07:13:49.0 +0200
@@ -1,0 +2,32 @@
+Mon Oct 13 18:14:32 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + New Features:
+- Load 128x128 icons if they are installed on HiDPI hardware.
+- Try to load HiDPI screenshots on HiDPI hardware.
+  + Bugfix:
+- Always load the fallback icon at 64x64 size.
+- Avoid flickering the spinner during find-as-you-type.
+- Avoid restarting spinner animation when repeatedly calling
+  start.
+- Clear all existing applications if the store was invalidated.
+- Destroy the sources dialog when it's closed.
+- Disable text shadow for the updates counter label.
+- Don't allow cancelling appstream plugin plugin startup.
+- Don't crash when the moduleset data is not yet installed.
+- Don't ignore duplicate searches.
+- Don't show addons that are in unavailable state.
+- Don't warn for cancelled operations.
+- First run dialog nonresizable and corrected margins.
+- Fix a race with displaying results from shell search
+  provider.
+- Make --details work again.
+- Make search cancelling quicker.
+- Plug a leak when adding apps to the list of updates.
+- Plug a memory leak when refining addons.
+- Reload the all the shells when the AppStream metadata
+  changes.
+  + Updated translations.
+- Bump gs_plugin_api to 7, following upstream.
+
+---

Old:

  gnome-software-3.14.0.tar.xz

New:

  gnome-software-3.14.1.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.uqyE7I/_old  2014-10-14 07:13:50.0 +0200
+++ /var/tmp/diff_new_pack.uqyE7I/_new  2014-10-14 07:13:50.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   gnome-software
-Version:3.14.0
+Version:3.14.1
 Release:0
-%define gs_plugin_api 6
+%define gs_plugin_api 7
 Summary:GNOME Software Store
 License:GPL-2.0+
 Group:  System/GUI/GNOME

++ gnome-software-3.14.0.tar.xz - gnome-software-3.14.1.tar.xz ++
 18897 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2014-10-11 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-10-11 19:26:10

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-10-06 12:06:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-10-11 19:27:05.0 +0200
@@ -1,0 +2,19 @@
+Tue Oct  7 09:04:24 UTC 2014 - dims...@opensuse.org
+
+- Add gnome-software-nouser-proxy.patch: Do not pass proxy settings
+  between user session and packagekitd. openSUSE does not grant the
+  required polkit privileges, as user settings should not have an
+  impact on the package manager in our view. The proxy settings for
+  packagekitd are handled by libzypp/libproxy and are loaded from
+  yast proxy settings.
+
+---
+Mon Oct  6 08:58:25 UTC 2014 - dims...@opensuse.org
+
+- Make libzypp-plugin-appdata a noarch package (It's a shell script
+  only).
+- Enhance InstallAppdata.sh to correct permissions in
+  /usr/share/app-info/icons: some app-icons.tar.gz seem to carry
+  too restrictive permissions.
+
+---

New:

  gnome-software-nouser-proxy.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.5HIrkV/_old  2014-10-11 19:27:07.0 +0200
+++ /var/tmp/diff_new_pack.5HIrkV/_new  2014-10-11 19:27:07.0 +0200
@@ -30,6 +30,8 @@
 Patch0: gnome-software-PK-updates.patch
 # PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
 Patch1: gnome-software-add-default-yast-appfolder.patch
+# PATCH-FIX-OPENSUSE gnome-software-nouser-proxy.patch dims...@opensuse.org -- 
Do not pass user settings between the user session and packagekitd
+Patch100:   gnome-software-nouser-proxy.patch
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -55,6 +57,7 @@
 Release:0
 Summary:Extend libzypp to handle AppStream metadata
 Group:  System/Libraries
+BuildArch:  noarch
 Requires:   appstream-glib = 0.2.4
 # appdata hook was introduced in libzypp 14.29.4
 Requires:   libzypp = 14.29.4
@@ -71,6 +74,7 @@
 # Disables - let's try the systemd offline updater
 #patch0 -p1
 %patch1 -p1
+%patch100 -p1
 
 %build
 %configure \

++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.5HIrkV/_old  2014-10-11 19:27:07.0 +0200
+++ /var/tmp/diff_new_pack.5HIrkV/_new  2014-10-11 19:27:07.0 +0200
@@ -46,3 +46,6 @@
   shift 6
 done
 
+# Fixup icon that might have uncompressed with odd permissions
+chmod 755 /usr/share/app-info/icons/*
+

++ gnome-software-nouser-proxy.patch ++
From 583ebeac8fab17a25527360c499f9a4dbd084f6f Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Tue, 7 Oct 2014 11:01:36 +0200
Subject: [PATCH] packagekit: openSUSE relies on libzypp/libproxy to have the
 correct proxy settings for packagekitd.

This avoids having to pass on proxy settings between the user session
(which user, in a multi-seat env?) and the packagekitd service.
---
 src/gs-proxy-settings.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gs-proxy-settings.c b/src/gs-proxy-settings.c
index 494ad2f..17b5724 100644
--- a/src/gs-proxy-settings.c
+++ b/src/gs-proxy-settings.c
@@ -144,6 +144,7 @@ set_proxy_cb (GObject *object, GAsyncResult *res, gpointer 
user_data)
 static void
 reload_proxy_settings (GsProxySettings *proxy_settings)
 {
+/* openSUSE relies on libzypp/libproxy to get the right proxy settings
gchar *proxy_http;
gchar *proxy_ftp;
 
@@ -160,6 +161,7 @@ reload_proxy_settings (GsProxySettings *proxy_settings)
proxy_settings);
g_free (proxy_http);
g_free (proxy_ftp);
+*/
 }
 
 static void
-- 
2.1.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2014-10-06 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-10-06 12:06:33

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-09-30 19:39:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-10-06 12:06:34.0 +0200
@@ -1,0 +2,34 @@
+Sat Oct  4 18:10:23 UTC 2014 - badshah...@gmail.com
+
+- Add gnome-software-add-default-yast-appfolder.patch to add a
+  YaST app-folder by default, in addition to existing app-folders
+  Sundry and Utilities; fixes boo#897713.
+
+---
+Sat Oct  4 14:16:53 UTC 2014 - dims...@opensuse.org
+
+- Move %lang_package before the definition of
+  zypp-plugin-appstream to not confuse RPM with the redefined
+  version of the subpackage.
+
+---
+Sat Oct  4 11:09:19 UTC 2014 - dims...@opensuse.org
+
+- Split InstallAppdata.sh in an own package libzypp-plugin-appdata:
+  other software centers might have to rely on this as well in the
+  future.
+- Add appstream-glib Requires and minimum version for libzypp to
+  libzypp-plugin-appdata.  
+
+---
+Thu Oct  2 14:37:21 UTC 2014 - dims...@opensuse.org
+
+- Drop PackageKit-branding-upstream Requires: PK 1.0.0 got a major
+  rework and dropped the DesktopFile database. So the 'openSUSE'
+  branded package is good enough.
+- Add InstallAppdata.sh: the script is executed by libzypp whenever
+  some repos are refreshed. The script extracts the appstream data
+  from the repo metadata and installs it into the 'well known'
+  location on the file system (/usr/share/app-info).
+
+---

New:

  InstallAppdata.sh
  gnome-software-add-default-yast-appfolder.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.lrnEJp/_old  2014-10-06 12:06:35.0 +0200
+++ /var/tmp/diff_new_pack.lrnEJp/_new  2014-10-06 12:06:35.0 +0200
@@ -25,8 +25,11 @@
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source: 
http://download.gnome.org/sources/gnome-software/3.14/%{name}-%{version}.tar.xz
+Source1:InstallAppdata.sh
 # PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
 Patch0: gnome-software-PK-updates.patch
+# PATCH-FEATURE-OPENSUSE gnome-software-add-default-yast-appfolder.patch 
boo#897713 badshah...@gmail.com -- Adds a YaST app-folder by default, in 
addition to existing app-folders Sundry and Utilities
+Patch1: gnome-software-add-default-yast-appfolder.patch
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -39,19 +42,35 @@
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(packagekit-glib2) = 1.0.0
 BuildRequires:  pkgconfig(sqlite3)
-# gnome-software requires ScanDesktopFiles=true in PK.conf, which openSUSE 
explicitly disables for performance reason. Users that want to test 
gnome-software (technical preview) will have to take this performance hit.
-Requires:   PackageKit-branding-upstream
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   libzypp-plugin-appdata
 %glib2_gsettings_schema_requires
 
 %description
 AppStore like management of Applications for your GNOME Desktop.
 
 %lang_package
+%package -n libzypp-plugin-appdata
+Version:1.0
+Release:0
+Summary:Extend libzypp to handle AppStream metadata
+Group:  System/Libraries
+Requires:   appstream-glib = 0.2.4
+# appdata hook was introduced in libzypp 14.29.4
+Requires:   libzypp = 14.29.4
+
+%description -n libzypp-plugin-appdata
+This plugin extends libzypp to install AppStream metadata, as extracted from 
the
+repository metadata, onto the file system in order to be picked up by
+software centers.
+
+At this moment, gnome-software is the only known implementation making use of 
it.
+
 %prep
 %setup -q
 # Disables - let's try the systemd offline updater
 #patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
@@ -61,6 +80,8 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+# Install AppData zypp plugin
+install -Dm 0755 %{S:1} 
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{S:1})
 

commit gnome-software for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-09-30 19:38:14

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-05-20 14:25:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-09-30 19:39:25.0 +0200
@@ -1,0 +2,234 @@
+Tue Sep 23 10:01:30 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.0:
+  + Bugfixes:
+- Fit better on 1024x768 screens.
+- Fix an issue that prevented closing the app folder dialog
+  under certain circumstances.
+  + Updated translations.
+
+---
+Tue Sep 16 11:39:07 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.92:
+  + New Features: Use the new PackageKit 1.0.0 'Offline' interface
+to do offline updates.
+  + Bugfixes:
+- Fix a number of crashes that stemmed from us incorrectly
+  using the gtk+ API from worker threads.
+- Don't use thread unsafe g_main_context_find_source_by_id.
+- Avoid crashing on kind changes on core apps.
+- Fix a crash when going back from Details view after having
+  installed an app.
+- Improve the Installed page to not show duplicate entries
+  after having refreshed updates.
+- Fix the gnome-software UI not showing up after using
+  gnome-shell search.
+- Don't show core packages like kernel and glibc under Add-ons.
+- Remove unused PackageKit runtime-updates and search plugins.
+- When searching returns addons, return the application they
+  extend.
+- ... and a number of other crasher and correctness fixes for
+  various corner cases.
+  + Updated translations.
+
+---
+Sun Sep  7 13:09:42 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.91:
+  + New Features: Support the new HighContrast kudo.
+  + Bugfixes:
+- Avoid resizing tiles during initial front page load.
+- Improve the Installed label positioning on the front page
+  tiles.
+- Do not use the GTK icon cache when loading AppStream icons.
+- Improve the category sidebar sizing.
+- Focus the search entry on keypress.
+- Make screenshot selection work again.
+- Reload pages in the software center when the updates cache is
+  changed or when another tool touches the package database.
+- Improve robustness with the Restart  Install shutdown
+  dialog.
+- Do not show QT versions of applications where a GTK version
+  is available.
+- Remove the DesktopDB database plugin.
+- Fix compile for people using appstream-glib from git master.
+- Fix occasional search-as-you-type crash.
+- Do not create Epiphany webapps with double .desktop prefix.
+- Fix an issue that caused duplicate search results.
+- Sort by the search match value when displaying multiple apps.
+- Update hardcoded desktop file names after latest renames.
+- Allow translation of the 'and' and 'or' terms in the project
+  license.
+  + Updated translations.
+
+---
+Tue Aug 19 10:33:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + New Features:
+- Add a few more non-gnome games to the random list.
+- Add HighContrast icons.
+- Implement getting popular apps from a specific category.
+- Show popular games as a separate section in the landing page.
+- Show the star ratings in more places.
+- Suggest applications if other apps from the same source
+  package are installed.
+  + Bugfixes:
+- Add icon directory to theme search path.
+- Avoid a visible redraw when switching to the updates page.
+- Change the recommended apps category each day.
+- Do not fail to start when there is no network.
+- Drop deprecated use of stock icons.
+- Drop the use of deprecated margin-left/right.
+- Fix displaying screenshots of fonts, which do not have
+  predictable sizes.
+- Fix the details layout when a package has a long licence
+  string.
+- Make the category view sidebar match the mockup more closely.
+- Move install button to a more prominent place.
+- Never reuse a GCancellable to prevent a crash.
+- Refresh the details page after remove confirmation dialog.
+- Show a different message when downloading updates.
+- Update help strings for command line arguments.
+- Use CSS for tile styling.
+- Use GQueue for the back entry.
+  + Updated translations.
+- Build HighContrast icon cache in 

commit gnome-software for openSUSE:Factory

2014-05-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2014-05-20 14:24:48

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2014-05-05 21:16:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2014-05-20 14:25:31.0 +0200
@@ -1,0 +2,11 @@
+Sat May 17 13:16:03 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Bug fixes:
+- Don't show _Pending in the header.
+- Fix the guint64 formatting specifiers.
+- Fix translation of some menu-spec categories.
+- Select newly created folders.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.12.1.tar.xz

New:

  gnome-software-3.12.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.kP4Pa8/_old  2014-05-20 14:25:33.0 +0200
+++ /var/tmp/diff_new_pack.kP4Pa8/_new  2014-05-20 14:25:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.12.1
+Version:3.12.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+

++ gnome-software-3.12.1.tar.xz - gnome-software-3.12.2.tar.xz ++
 4031 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2013-10-20 10:51:36

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2013-10-15 10:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2013-10-20 10:51:37.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 18 17:40:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2:
+  + Do not crash if the AppData metadata does not have pkgname.
+  + Don't emit a critical warning if there are no AppStream icons.
+  + Do not use the package icon when referring to software.
+  + Set a cache age when using PackageKit.
+
+---

Old:

  gnome-software-3.10.1.tar.xz

New:

  gnome-software-3.10.2.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.gkgb6y/_old  2013-10-20 10:51:37.0 +0200
+++ /var/tmp/diff_new_pack.gkgb6y/_new  2013-10-20 10:51:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+

++ gnome-software-3.10.1.tar.xz - gnome-software-3.10.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.10.1/Makefile.in 
new/gnome-software-3.10.2/Makefile.in
--- old/gnome-software-3.10.1/Makefile.in   2013-10-11 13:01:56.0 
+0200
+++ new/gnome-software-3.10.2/Makefile.in   2013-10-18 11:45:19.0 
+0200
@@ -82,7 +82,7 @@
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in COPYING TODO compile config.guess \
-   config.sub install-sh missing ltmain.sh
+   config.sub depcomp install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.10.1/NEWS 
new/gnome-software-3.10.2/NEWS
--- old/gnome-software-3.10.1/NEWS  2013-10-14 14:40:37.0 +0200
+++ new/gnome-software-3.10.2/NEWS  2013-10-18 17:49:38.0 +0200
@@ -1,3 +1,13 @@
+Version 3.10.2
+~~
+Released: 2013-10-18
+
+* Bugfix:
+ - Do not crash if the AppData metadata does not have pkgname (Richard 
Hughes)
+ - Don't emit a critical warning if there are no AppStream icons (Richard 
Hughes)
+ - Do not use the package icon when referring to software (Richard Hughes)
+ - Set a cache age when using PackageKit (Richard Hughes)
+
 Version 3.10.1
 ~~
 Released: 2013-10-14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.10.1/config.h 
new/gnome-software-3.10.2/config.h
--- old/gnome-software-3.10.1/config.h  2013-10-11 13:02:02.0 +0200
+++ new/gnome-software-3.10.2/config.h  2013-10-18 11:45:26.0 +0200
@@ -69,7 +69,7 @@
 #define PACKAGE_NAME gnome-software
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING gnome-software 3.10.1
+#define PACKAGE_STRING gnome-software 3.10.2
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME gnome-software
@@ -78,10 +78,10 @@
 #define PACKAGE_URL 
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 3.10.1
+#define PACKAGE_VERSION 3.10.2
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION 3.10.1
+#define VERSION 3.10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.10.1/configure 
new/gnome-software-3.10.2/configure
--- old/gnome-software-3.10.1/configure 2013-10-11 13:01:54.0 +0200
+++ new/gnome-software-3.10.2/configure 2013-10-18 11:45:21.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-software 3.10.1.
+# Generated by GNU Autoconf 2.69 for gnome-software 3.10.2.
 #
 # Report bugs to 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-software'
 PACKAGE_TARNAME='gnome-software'
-PACKAGE_VERSION='3.10.1'

commit gnome-software for openSUSE:Factory

2013-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2013-10-15 10:41:26

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2013-09-27 17:29:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2013-10-15 10:41:27.0 +0200
@@ -1,0 +2,43 @@
+Mon Oct 14 17:13:18 UTC 2013 - dims...@opensuse.org
+
+- Add gnome-software-PK-updates.patch: Use PackageKit for Software
+  updates. GNOME Software defaults to use systemd offline updates,
+  which we do not currently have enabled on openSUSE (bnc#842991).
+
+---
+Mon Oct 14 13:19:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + This release only contains bugfixes from the 3.10.0 release and
+does not add new strings or new invasive features.
+  + New Features:
+- Add a loading icon to empty tiles.
+- Mark IBus frameworks installed by default as system apps.
+- Remove the hardcoded ratings plugin.
+- Remove the hardcoded screenshot plugin.
+- Support the 'X-AppInstall-Package' extension in desktop
+  files.
+- Support per-repo icon directories.
+- Use the new 16:9 screenshots.
+  + Bugfixes:
+- Add back hover state to feature tile.
+- Always dedupe after refining results.
+- Always show 'Remove' for installed updatable applications.
+- Avoid reloading the overview more than once.
+- Do not abort if the AppStream XML is invalid.
+- Do not install plugins just used in 'make check'.
+- Do not remove the application widget twice when it changes
+  state.
+- Do not show local applications without icons, names or
+  comments.
+- Do not use the application state to modify how widgets are
+  drawn.
+- Don't emit notify::state from a thread.
+- Fix a critical error in gs_string_replace().
+- Fix a few small memory leaks.
+- Fix a refcounting error that could cause a crash.
+- Mark strings in the AppData file as translatable.
+- Prevent memory corruption when doing dedupe() more than once.
+  + Updated translations.
+
+---

Old:

  gnome-software-3.10.0.tar.xz

New:

  gnome-software-3.10.1.tar.xz
  gnome-software-PK-updates.patch



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.SypomY/_old  2013-10-15 10:41:29.0 +0200
+++ /var/tmp/diff_new_pack.SypomY/_new  2013-10-15 10:41:29.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   gnome-software
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:GNOME Software Store
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://wiki.gnome.org/Design/Apps/Software
 Source: 
http://download.gnome.org/sources/gnome-software/3.10/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-OPENSUSE gnome-software-PK-updates.patch dims...@opensuse.org 
-- Switch to PackageKit Update provider instead of systemd offline updates.
+Patch0: gnome-software-PK-updates.patch
 BuildRequires:  intltool = 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -43,6 +45,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ gnome-software-3.10.0.tar.xz - gnome-software-3.10.1.tar.xz ++
 12240 lines of diff (skipped)

++ gnome-software-PK-updates.patch ++
diff --git a/src/gs-application.c b/src/gs-application.c
index 4e730fa..af73cde 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -170,7 +170,7 @@ gs_application_startup (GApplication *application)
gs_plugin_loader_set_enabled (app-plugin_loader, 
hardcoded-menu-spec, TRUE);
gs_plugin_loader_set_enabled (app-plugin_loader, local-ratings, 
TRUE);
gs_plugin_loader_set_enabled (app-plugin_loader, packagekit, TRUE);
-   gs_plugin_loader_set_enabled (app-plugin_loader, systemd-updates, 
TRUE);
+   gs_plugin_loader_set_enabled (app-plugin_loader, packagekit-updates, 
TRUE);
gs_plugin_loader_set_enabled (app-plugin_loader, packagekit-refine, 
TRUE);
gs_plugin_loader_set_enabled (app-plugin_loader, packagekit-history, 
TRUE);
gs_plugin_loader_set_enabled (app-plugin_loader, packagekit-offline, 
TRUE);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-software for openSUSE:Factory

2013-09-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2013-09-16 09:41:25

Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-software.new (New)


Package is gnome-software

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2013-09-09 19:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2013-09-16 09:41:26.0 +0200
@@ -1,0 +2,76 @@
+Sun Sep 15 12:39:46 UTC 2013 - zai...@opensuse.org
+
+- Add suse-xsl-stylesheets and pkgconfig(libxslt) BuildRequires,
+  needed in order to build man pages. 
+
+---
+Fri Sep 13 17:23:02 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + New Features:
+- Add a better icon for 'no results found'.
+- Add a new application icon.
+- Add a packagekit-history plugin that sets history data on
+  applications.
+  Add a plugin to get a list of the processed offline updates.
+- Add featured data based on new mockups.
+- Add gs_app_to_string() for dumping all properties and
+  metadata on a GsApp.
+- Add Settings and PackageManager as menu spec categories.
+- Add support for translations in AppStream.
+- Add the ability to see the history of a package.
+- Parse the keywords in the AppStream metadata.
+- Read data from featured.ini.
+  + Bugfixes:
+- Add a dummy history item to applications with no history.
+- Add a way to force certain features.
+- Add gettext context for subcategory names.
+- Better dropshadow theme with active state.
+- Break out the lots of separate widgets.
+- Convert a few GsApp metadata items into properties and
+  clarify the differences.
+- Do not decompress icons when first running gnome-software.
+- Do not include the Fedora AppStream data in the upstream
+  tarball.
+- Do not show available packages when installed results are
+  available when searching.
+- Don't override the state if already known.
+- Ensure the same app from two different plugins does not show
+  more than once.
+- Fix a typo in a translatable string.
+- Fix up visiblity handling for header buttons.
+- Get names and comments for the correct locale in
+  datadir-apps.
+- Ignore ENOENT reading the .desktop filename.
+- Improve category tiles and the category pages.
+- Load all AppStream files from /usr/share/app-info/xmls.
+- Make application details scroll.
+- Make debug env vars always available.
+- Make feature style code safe against reloading.
+- Make installed badge more legible.
+- Make subcategory list scrollable.
+- Make symbolic icons dim.
+- Never fail refine() if a single icon failed to load.
+- Notify when an app is installed.
+- Remove the hardcoded description plugin, it's all in the
+  appdata markup now.
+- Search all datadirs at startup so that local builds can use
+  the system AppStream data.
+- Search the appstream data for name, summary, description and
+  keywords.
+- Set the app version in packagekit-refine if not already set.
+- Show app details from search in window.
+- Show a warning when new jhbuild users have no sample data.
+- Support AppStream data in /var/cache/app-info/xmls so support
+  too.
+- Support the older gzip content type too.
+- Tweak punctuation for command line documentation.
+- Use 'File System' instead of 'Filesystem'.
+- When loading a specific mode at startup don't wait for the
+  overview to load.
+  + Updated translations.
+- Add pkgconfig(gio-unix-2.0) and pkgconfig(libnotify)
+  BuildRequires: new dependencies.
+- Add icon_theme_cache and destop_database post/postun scripts.
+
+---

Old:

  gnome-software-3.9.2.tar.xz

New:

  gnome-software-3.9.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.r1xUu8/_old  2013-09-16 09:41:27.0 +0200
+++ /var/tmp/diff_new_pack.r1xUu8/_new  2013-09-16 09:41:27.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package gnome-software
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-software
-Version:3.9.2
+Version:3.9.3
 Release:0
-License:GPL-2.0+
 Summary:GNOME Software Store
-Url:https://wiki.gnome.org/Design/Apps/Software