Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2013-04-17 23:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-packagekit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes        
2013-03-01 07:20:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2013-04-17 23:04:55.000000000 +0200
@@ -1,0 +2,45 @@
+Thu Apr  4 21:36:40 UTC 2013 - [email protected]
+
+- Add org.freedesktop.PackageKit.service provides and
+  conflict otherproviders(org.freedesktop.PackageKit.service).
+
+-------------------------------------------------------------------
+Tue Mar 26 11:47:39 UTC 2013 - [email protected]
+
+- Update to version 3.8.0:
+  + Fix icon size of pk-wait 48x48 icon.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 18 17:35:43 UTC 2013 - [email protected]
+
+- Update to version 3.7.92:
+  + Do not use GTK deprecated functions.
+  + Don't show confirmation dialog by default.
+  + Don't use horizontal scrollbars.
+  + Fix alignment of dialog.
+  + Ignore the selection-changed after clearing.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 27 19:14:28 UTC 2013 - [email protected]
+
+- Update to version 3.7.5:
+  + New Features:
+    - Add keywords for better discoverability.
+    - Support notification filtering.
+  + Bugfix:
+    - Be more careful when dealing with windows.
+    - Don't call gpk_dbus_task_set_xid twice.
+    - Don't crash if the window that invoked the task exits before
+      the task starts up.
+    - Don't use the deprecated INCLUDES in Makefile.am.
+    - Fix a segfault when there is a distribution upgrade
+      available.
+    - Use the correct titles for any encoder or decoder version.
+    - Use the UTF-8 '…' rather than '...' in UI code.
+  + Updated translations.
+- Drop gpk-Dont-crash-if-the-window-invoking-task-exits.patch,
+  fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gnome-packagekit-3.6.1.tar.xz
  gpk-Dont-crash-if-the-window-invoking-task-exits.patch

New:
----
  gnome-packagekit-3.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-packagekit.spec ++++++
--- /var/tmp/diff_new_pack.GFOPsr/_old  2013-04-17 23:05:01.000000000 +0200
+++ /var/tmp/diff_new_pack.GFOPsr/_new  2013-04-17 23:05:01.000000000 +0200
@@ -21,21 +21,19 @@
 %define with_systemd 1
 
 Name:           gnome-packagekit
-Version:        3.6.1
+Version:        3.8.0
 Release:        0
 Summary:        Applications for the PackageKit API
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
 Url:            http://packagekit.org/
-Source:         
http://download.gnome.org/sources/gnome-packagekit/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-packagekit/3.8/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-packagekit-displaysize.patch [email protected] 
-- Never expand over 90% of the screen size,
 Patch0:         gnome-packagekit-displaysize.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1:         gnome-packagekit-OnlyShowIn.patch
 # PATCH-FIX-UPSTREAM gnome-packagekit-larger-details-pane.patch bnc#730971 
bgo#666635 badshah400@gmailcom -- Make the details pane in the update viewer 
larger (patch came from Gary, pushed to upstream bug)
 Patch2:         gnome-packagekit-larger-details-pane.patch
-# PATCH-FIX-UPSTREAM gpk-Dont-crash-if-the-window-invoking-task-exits.patch 
rh#756208 [email protected] -- Don't crash if the window that invoked the 
task exits before the task starts up, taken from upstream stable git.
-Patch3:         gpk-Dont-crash-if-the-window-invoking-task-exits.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils-minimal
@@ -60,6 +58,8 @@
 Recommends:     %{name}-lang
 Provides:       opensuse-updater-gnome = 0.4.7
 Obsoletes:      opensuse-updater-gnome < 0.4.7
+Provides:       org.freedesktop.PackageKit.service
+Conflicts:      otherproviders(org.freedesktop.PackageKit.service)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 %glib2_gsettings_schema_requires
@@ -89,7 +89,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %configure \

++++++ gnome-packagekit-3.6.1.tar.xz -> gnome-packagekit-3.8.0.tar.xz ++++++
++++ 138311 lines of diff (skipped)

++++++ gnome-packagekit-OnlyShowIn.patch ++++++
--- /var/tmp/diff_new_pack.GFOPsr/_old  2013-04-17 23:05:03.000000000 +0200
+++ /var/tmp/diff_new_pack.GFOPsr/_new  2013-04-17 23:05:03.000000000 +0200
@@ -1,29 +1,29 @@
-Index: gnome-packagekit-3.6.1/data/gpk-application.desktop.in
+Index: gnome-packagekit-3.7.5/data/gpk-application.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-application.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-application.desktop.in
-@@ -6,6 +6,6 @@ Exec=gpk-application
- Terminal=false
+--- gnome-packagekit-3.7.5.orig/data/gpk-application.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-application.desktop.in
+@@ -7,6 +7,6 @@ Terminal=false
  Type=Application
  Categories=GNOME;GTK;System;
+ _Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Store;
 -NotShowIn=KDE;
 +OnlyShowIn=GNOME;
  StartupNotify=true
- 
-Index: gnome-packagekit-3.6.1/data/gpk-log.desktop.in
+ X-GNOME-UsesNotifications=true
+Index: gnome-packagekit-3.7.5/data/gpk-log.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-log.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-log.desktop.in
+--- gnome-packagekit-3.7.5.orig/data/gpk-log.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-log.desktop.in
 @@ -8,4 +8,4 @@ Type=Application
  NoDisplay=true
  Categories=GNOME;GTK;System;
  StartupNotify=true
 -
 +OnlyShowIn=GNOME;
-Index: gnome-packagekit-3.6.1/data/gpk-prefs.desktop.in
+Index: gnome-packagekit-3.7.5/data/gpk-prefs.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-prefs.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-prefs.desktop.in
+--- gnome-packagekit-3.7.5.orig/data/gpk-prefs.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-prefs.desktop.in
 @@ -5,7 +5,7 @@ Icon=gpk-prefs
  Exec=gpk-prefs
  Terminal=false
@@ -35,11 +35,11 @@
  StartupNotify=true
 -NoDisplay=true
 +NoDisplay=false
-Index: gnome-packagekit-3.6.1/data/gpk-update-viewer.desktop.in
+Index: gnome-packagekit-3.7.5/data/gpk-update-viewer.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-update-viewer.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-update-viewer.desktop.in
-@@ -6,6 +6,6 @@ Exec=gpk-update-viewer
+--- gnome-packagekit-3.7.5.orig/data/gpk-update-viewer.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-update-viewer.desktop.in
+@@ -6,7 +6,7 @@ Exec=gpk-update-viewer
  Terminal=false
  Type=Application
  Categories=GNOME;GTK;System;
@@ -48,20 +48,21 @@
  StartupNotify=true
 -NoDisplay=true
 +NoDisplay=false
-Index: gnome-packagekit-3.6.1/data/gpk-service-pack.desktop.in
+ X-GNOME-UsesNotifications=true
+Index: gnome-packagekit-3.7.5/data/gpk-service-pack.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-service-pack.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-service-pack.desktop.in
+--- gnome-packagekit-3.7.5.orig/data/gpk-service-pack.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-service-pack.desktop.in
 @@ -8,4 +8,5 @@ Type=Application
  NoDisplay=true
  Categories=GNOME;GTK;System;
  StartupNotify=true
 +OnlyShowIn=GNOME;
  
-Index: gnome-packagekit-3.6.1/data/gpk-distro-upgrade.desktop.in
+Index: gnome-packagekit-3.7.5/data/gpk-distro-upgrade.desktop.in
 ===================================================================
---- gnome-packagekit-3.6.1.orig/data/gpk-distro-upgrade.desktop.in
-+++ gnome-packagekit-3.6.1/data/gpk-distro-upgrade.desktop.in
+--- gnome-packagekit-3.7.5.orig/data/gpk-distro-upgrade.desktop.in
++++ gnome-packagekit-3.7.5/data/gpk-distro-upgrade.desktop.in
 @@ -6,5 +6,5 @@ Exec=gpk-distro-upgrade
  Terminal=false
  Type=Application

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to