Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2012-01-25 10:38:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2012-01-09 
11:16:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2012-01-25 10:38:58.000000000 +0100
@@ -1,0 +2,41 @@
+Wed Jan 18 07:23:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.7.2:
+  + New Features:
+    - Add a new repair-system policy and use it by the
+      corresponding RepairSystem method
+    - Add a transaction_reset backend hook
+    - Add new roles SimulateRepairSystem and RepairSystem
+    - Add pk_*_enum_to_localised_text to pk-enum.h and export via
+      GIR
+    - Add possibility to connect/disconnect backend signals
+    - Add PropertiesChanged signals to the main and transaction
+      interfaces
+    - Allow the Plasma version to be specified for
+      PK_PROVIDES_ENUM_PLASMA_SERVICE
+  + Libraries (glib):
+    - Convert libpackagekit-glib2 from dbus-glib to GDBus
+    - Skip empty catalog entries
+  + Libraries (qt):
+    - Automatically rebuild moc files with different moc version
+  + Zypp Backend:
+    - Retrieve url for packages instead of returning "TODO"
+  + Non-zypp backends updates.
+  + Bugfixes:
+    - browser-plugin: Make it compile with newest xulrunner
+    - Fix a critical warning in the client tools when a simulation
+      is cancelled
+    - Fix builddir != srcdir issue
+    - Fix item-percentage call in the spawned backend
+    - gtk-plugin: Fix name of GTK plugin schema file
+    - Make PkProc part of the daemon again
+    - Remove deprecated g_thread_init() on GLib < 2.31
+    - Set the frontend socket as environment variable in the
+      spawned backend
+    - Update the website matrix to include the new
+      (Simulate)RepairSystem roles
+- Rebase patches, via git, including removal of
+  0002-Retrieve-url-for-packages-instead-of-returning-TODO.patch
+  (fixed upstream).
+
+-------------------------------------------------------------------

Old:
----
  0002-Retrieve-url-for-packages-instead-of-returning-TODO.patch
  0003-Build-against-npapi-sdk-instead-of-xulrunner.patch
  PackageKit-0.7.1.tar.xz

New:
----
  0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
  PackageKit-0.7.2.tar.xz

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.y989NC/_old  2012-01-25 10:39:00.000000000 +0100
+++ /var/tmp/diff_new_pack.y989NC/_new  2012-01-25 10:39:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,9 +32,8 @@
 %endif
 
 Name:           PackageKit
-Version:        0.7.1
+Version:        0.7.2
 Release:        0
-# FIXME: on update, check if we can remove the rm hack for .moc files in 
%%prep (see fdo#40662). Last checked: 0.6.18.
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  docbook-utils
@@ -53,7 +52,7 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libtool
 BuildRequires:  libzypp-devel
-BuildRequires:  mozilla-nspr-devel
+BuildRequires:  mozilla-nspr-devel >= 4.8
 %if 0%{suse_version} > 1140
 BuildRequires:  pkgconfig(npapi-sdk)
 %else
@@ -84,10 +83,8 @@
 #
 # PATCH-FEATURE-OPENSUSE 
0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch 
vu...@opensuse.org -- Change the configuration of the cron script to a 
sysconfig-like config
 Patch0:         0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
-# PATCH-FIX-UPSTREAM backport fix for packages showing "TODO" as url
-Patch1:         0002-Retrieve-url-for-packages-instead-of-returning-TODO.patch
 # PATCH-FIX-UPSTREAM PackageKit-npapi.patch fdo#40026 w...@rosenauer.org -- 
Build against npapi-sdk instead of xulrunner
-Patch2:         0003-Build-against-npapi-sdk-instead-of-xulrunner.patch
+Patch1:         0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-branding = %{version}
@@ -289,9 +286,8 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
-%patch1 -p1
 %if 0%{?suse_version} > 1140
-%patch2 -p1
+%patch1 -p1
 %endif
 
 %build
@@ -422,7 +418,7 @@
 %dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
 %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/pk-gtk-module.desktop
 %{_libdir}/gtk-3.0/modules/*
-%{_datadir}/glib-2.0/schemas/org.gnome.setttings-daemon.gtk-modules-packagekit.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.gtk-modules-packagekit.gschema.xml
 
 %files doc
 %defattr(-,root,root)

++++++ 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch ++++++
--- /var/tmp/diff_new_pack.y989NC/_old  2012-01-25 10:39:00.000000000 +0100
+++ /var/tmp/diff_new_pack.y989NC/_new  2012-01-25 10:39:00.000000000 +0100
@@ -1,7 +1,7 @@
-From d45f2c7eb50f1351996559aeb9978cda25031800 Mon Sep 17 00:00:00 2001
+From 1cc0fe92824696e1a76efa3ae634e807a92c1bad Mon Sep 17 00:00:00 2001
 From: Vincent Untz <vu...@opensuse.org>
 Date: Tue, 26 Jul 2011 11:34:22 +0200
-Subject: [PATCH 1/3] Change the configuration of the cron script to a
+Subject: [PATCH 1/2] Change the configuration of the cron script to a
  sysconfig-like config
 
 ---
@@ -65,5 +65,5 @@
 +#
  SLEEP_MAX=3600
 -- 
-1.7.7.3
+1.7.8
 

++++++ 0003-Build-against-npapi-sdk-instead-of-xulrunner.patch -> 
0002-Build-against-npapi-sdk-instead-of-xulrunner.patch ++++++
--- 
/work/SRC/openSUSE:Factory/PackageKit/0003-Build-against-npapi-sdk-instead-of-xulrunner.patch
       2012-01-09 11:16:12.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.PackageKit.new/0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
  2012-01-25 10:38:58.000000000 +0100
@@ -1,40 +1,26 @@
-From 110495a873e3205742ff448d938d32ac1e9d0df5 Mon Sep 17 00:00:00 2001
+From 54bf835491693986f50d90fb7f8734e3c69af6d0 Mon Sep 17 00:00:00 2001
 From: Wolfgang Rosenauer <w...@rosenauer.org>
 Date: Tue, 25 Oct 2011 14:27:15 +0200
-Subject: [PATCH 3/3] Build against npapi-sdk instead of xulrunner
+Subject: [PATCH 2/2] Build against npapi-sdk instead of xulrunner
 
 https://bugs.freedesktop.org/show_bug.cgi?id=40026
 ---
- configure.ac                     |    2 +-
- contrib/browser-plugin/pk-main.c |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ configure.ac |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 3699c86..92d745b 100644
+index ad2b2d0..cfc0c2b 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -354,7 +354,7 @@ AC_ARG_ENABLE(browser_plugin, 
AS_HELP_STRING([--enable-browser-plugin],[Build br
+@@ -348,7 +348,7 @@ AC_ARG_ENABLE(browser_plugin, 
AS_HELP_STRING([--enable-browser-plugin],[Build br
              enable_browser_plugin=$enableval,enable_browser_plugin=yes)
  if test x$enable_browser_plugin = xyes; then
        PKG_CHECK_MODULES(PK_BROWSER_PLUGIN,    \
--                        mozilla-plugin        \
+-                        mozilla-plugin >= 8.0 \
 +                        npapi-sdk             \
                          gio-unix-2.0          \
-                         nspr \
+                         nspr >= 4.8           \
                          cairo                 \
-diff --git a/contrib/browser-plugin/pk-main.c 
b/contrib/browser-plugin/pk-main.c
-index 5e67112..56f0377 100644
---- a/contrib/browser-plugin/pk-main.c
-+++ b/contrib/browser-plugin/pk-main.c
-@@ -503,7 +503,7 @@ NP_Shutdown ()
- /**
-  * NP_GetMIMEDescription:
-  **/
--char *
-+const char *
- NP_GetMIMEDescription (void)
- {
-       g_debug ("NP_GetMIMEDescription");
 -- 
-1.7.7.3
+1.7.8
 

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

Reply via email to