Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-10-04 18:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2012-08-22 12:12:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-10-04 18:39:52.000000000 +0200
@@ -1,0 +2,80 @@
+Tue Sep 25 15:45:02 UTC 2012 - [email protected]
+
+- Update to version 3.6.0:
+  + Bug fixes:
+    - Add trailing semicolon to satisfy desktop-file-validate
+    - Fix help links
+  + Updated translations.
+- Rebase gnome-packagekit-OnlyShowIn.patch.
+
+-------------------------------------------------------------------
+Fri Aug 24 13:29:34 UTC 2012 - [email protected]
+
+- Update to version 3.5.90:
+  + Do not show the preferences program in the application view
+  + Do not show the update viewer in the application overview
+  + Don't show the clear button when installing or removing
+    packages
+  + Just call the install/remove program 'Software'
+  + Make the header of gpk-application draggable
+  + Reword the welcome message now we have no find button
+  + Use 'Clear' for the clear packages button
+  + Updated translations.
+- Rebase gnome-packagekit-OnlyShowIn.patch.
+- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
+  following upstream.
+- Replace docbook-utils BuildRequires with docbook-utils-minimal:
+  It's sufficient for the build and avoids pulling in an entire
+  texlive stack.
+- No longer pass --disable-scrollkeeper to conigure.
+
+-------------------------------------------------------------------
+Wed Aug 16 19:15:39 UTC 2012 - [email protected]
+
+- Update to version 3.5.4:
+  + Update the UI in gpk-prefs to reflect the changes in g-s-d
+  + Remove any references to UpdateSystem
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 16 18:15:05 UTC 2012 - [email protected]
+
+- Update to version 3.5.3:
+  + Don't use the deprecated g_thread_init and raise the required
+    glib version
+  + Ensure the native and newest filters are synced at startup
+  + Port away from the deprecated gdk_window_get_pointer()
+  + Port away from the deprecated PackageKit subpercentage
+    properties
+  + Raise the required PackageKit version to something non-obsolete
+  + Remove PK_MESSAGE_ENUM_UNTRUSTED_PACKAGE, it's been removed in
+    PackageKit
+  + Remove support for rollback, it's been removed in PackageKit
+  + Remove support for SimulateX roles as these are no longer
+    present in PackageKit
+  + We're only automatically downloading updates only now, so
+    change the label in the UI
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 16 17:12:57 CEST 2012 - [email protected]
+
+- Update to version 3.5.1:
+  + New Features:
+    - Change the name of the package installer to be
+      'Install Software'.
+    - Maximise the 'Install Software' window by default.
+    - Move the 'Help' menu into the application menu.
+    - Move the installer filter options into the application bar.
+    - Move the selection items into actual buttons.
+    - Move the 'System' menu item in the 'Software Installer' into
+      the application menu.
+    - Nuke the 'Find' button in gpk-application.
+    - Remove the run button from gpk-application.
+    - Use a prettier, smaller, info panel in gpk-application.
+  + Bugfix:
+    - Do not try to use the GSD schema if it has not been installed
+    - Remove the newest metagroup -- it's just not useful.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-packagekit-3.4.2.tar.xz

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

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

Other differences:
------------------
++++++ gnome-packagekit.spec ++++++
--- /var/tmp/diff_new_pack.pyv5rA/_old  2012-10-04 18:39:54.000000000 +0200
+++ /var/tmp/diff_new_pack.pyv5rA/_new  2012-10-04 18:39:54.000000000 +0200
@@ -21,13 +21,13 @@
 %define with_systemd 0
 
 Name:           gnome-packagekit
-Version:        3.4.2
+Version:        3.6.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.4/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-packagekit/3.6/%{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
@@ -36,15 +36,15 @@
 Patch2:         gnome-packagekit-larger-details-pane.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  docbook-utils
+BuildRequires:  docbook-utils-minimal
 BuildRequires:  gettext-devel
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-menus-devel
 BuildRequires:  intltool
 BuildRequires:  libcanberra-devel
 BuildRequires:  libupower-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
@@ -93,7 +93,8 @@
 %if %{with_systemd}
         --enable-systemd \
 %endif
-        --disable-scrollkeeper
+        %{nil}
+
 make %{?_smp_mflags} V=1
 
 %install
@@ -131,13 +132,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
-%dir %{_datadir}/omf/
-%dir %{_datadir}/omf/%{name}/
-%doc %{_datadir}/omf/%{name}/%{name}-C.omf
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gpk-dbus-service
 %{_bindir}/gpk-install-catalog
 %{_bindir}/gpk-install-local-file

++++++ gnome-packagekit-OnlyShowIn.patch ++++++
--- /var/tmp/diff_new_pack.pyv5rA/_old  2012-10-04 18:39:54.000000000 +0200
+++ /var/tmp/diff_new_pack.pyv5rA/_new  2012-10-04 18:39:54.000000000 +0200
@@ -1,7 +1,7 @@
-Index: gnome-packagekit-2.91.92/data/gpk-application.desktop.in
+Index: gnome-packagekit-3.6.0/data/gpk-application.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-application.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-application.desktop.in
+--- gnome-packagekit-3.6.0.orig/data/gpk-application.desktop.in
++++ gnome-packagekit-3.6.0/data/gpk-application.desktop.in
 @@ -6,6 +6,6 @@ Exec=gpk-application
  Terminal=false
  Type=Application
@@ -10,53 +10,54 @@
 +OnlyShowIn=GNOME;
  StartupNotify=true
  
-Index: gnome-packagekit-2.91.92/data/gpk-log.desktop.in
+Index: gnome-packagekit-3.6.0/data/gpk-log.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-log.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-log.desktop.in
+--- gnome-packagekit-3.6.0.orig/data/gpk-log.desktop.in
++++ gnome-packagekit-3.6.0/data/gpk-log.desktop.in
 @@ -8,4 +8,4 @@ Type=Application
  NoDisplay=true
  Categories=GNOME;GTK;System;
  StartupNotify=true
 -
 +OnlyShowIn=GNOME;
-Index: gnome-packagekit-2.91.92/data/gpk-prefs.desktop.in
+Index: gnome-packagekit-3.6.0/data/gpk-prefs.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-prefs.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-prefs.desktop.in
-@@ -6,5 +6,5 @@ Exec=gpk-prefs
+--- gnome-packagekit-3.6.0.orig/data/gpk-prefs.desktop.in
++++ gnome-packagekit-3.6.0/data/gpk-prefs.desktop.in
+@@ -6,6 +6,6 @@ Exec=gpk-prefs
  Terminal=false
  Type=Application
  Categories=Settings;X-GNOME-SystemSettings;
 -NotShowIn=KDE;
 +OnlyShowIn=GNOME;
  StartupNotify=true
-Index: gnome-packagekit-2.91.92/data/gpk-update-viewer.desktop.in
+ NoDisplay=true
+Index: gnome-packagekit-3.6.0/data/gpk-update-viewer.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-update-viewer.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-update-viewer.desktop.in
+--- gnome-packagekit-3.6.0.orig/data/gpk-update-viewer.desktop.in
++++ gnome-packagekit-3.6.0/data/gpk-update-viewer.desktop.in
 @@ -6,6 +6,6 @@ Exec=gpk-update-viewer
  Terminal=false
  Type=Application
  Categories=GNOME;GTK;System;
--NotShowIn=KDE
+-NotShowIn=KDE;
 +OnlyShowIn=GNOME;
  StartupNotify=true
- 
-Index: gnome-packagekit-2.91.92/data/gpk-service-pack.desktop.in
+ NoDisplay=true
+Index: gnome-packagekit-3.6.0/data/gpk-service-pack.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-service-pack.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-service-pack.desktop.in
+--- gnome-packagekit-3.6.0.orig/data/gpk-service-pack.desktop.in
++++ gnome-packagekit-3.6.0/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-2.91.92/data/gpk-distro-upgrade.desktop.in
+Index: gnome-packagekit-3.6.0/data/gpk-distro-upgrade.desktop.in
 ===================================================================
---- gnome-packagekit-2.91.92.orig/data/gpk-distro-upgrade.desktop.in
-+++ gnome-packagekit-2.91.92/data/gpk-distro-upgrade.desktop.in
+--- gnome-packagekit-3.6.0.orig/data/gpk-distro-upgrade.desktop.in
++++ gnome-packagekit-3.6.0/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