Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-02-16 12:21:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-09 12:40:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-02-16 12:21:30.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Feb  7 10:55:37 UTC 2012 - [email protected]
+
+- Update to version 3.3.5:
+  + New Features:
+    - Add optional systemd support
+  + Bugfix:
+    - Drop an unneeded include
+    - Ensure that non-arch packages get the correct update size set
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Get ready for full-switch to systemd:
+  + Add a with_systemd macro, currently set to 0 as the systemd
+    support implies no support for ConsoleKit, which we want to
+    keep until sysvinit is not supported anymore.
+  + Add pkgconfig(libsystemd-login) and pkgconfig(polkit-gobject-1)
+    BuildRequires if we build systemd support.
+  + Pass --enable-systemd to configure if we build systemd support.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-packagekit.spec ++++++
--- /var/tmp/diff_new_pack.mQwtas/_old  2012-02-16 12:21:32.000000000 +0100
+++ /var/tmp/diff_new_pack.mQwtas/_new  2012-02-16 12:21:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-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
@@ -15,9 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# We cannot enable systemd support right now, as it is exclusive and means we
+# lose ConsoleKit support (bad for sysvinit)
+%define with_systemd 0
 
 Name:           gnome-packagekit
-Version:        3.3.3
+Version:        3.3.5
 Release:        0
 Summary:        Applications for the PackageKit API
 License:        GPL-2.0+
@@ -40,10 +43,12 @@
 BuildRequires:  libupower-glib-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-3.0)
+%if %{with_systemd}
+BuildRequires:  pkgconfig(libsystemd-login)
+BuildRequires:  pkgconfig(polkit-gobject-1)
+%endif
 Requires:       gnome-icon-theme
 Recommends:     %{name}-lang
 Provides:       opensuse-updater-gnome = 0.4.7
@@ -62,6 +67,7 @@
 
 %package extras
 Summary:        Applications for the PackageKit API - Extra applications
+Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 
 %description extras
@@ -80,6 +86,9 @@
 
 %build
 %configure \
+%if %{with_systemd}
+        --enable-systemd \
+%endif
         --disable-scrollkeeper
 %__make %{?jobs:-j%jobs} V=1
 

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

Reply via email to