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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes       
2013-10-15 10:41:27.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.SypomY/_new  2013-10-15 10:41:29.000000000 +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

Reply via email to