From 2fcdbd1cea3837e7763f1b3f3a17a59962bc4ceb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: May 08 2008 09:43:28 +0000 Subject: - Pull in a new snapshot from the unstable branch. --- diff --git a/.cvsignore b/.cvsignore index b23c4e1..987d818 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.2.1-20080506.tar.gz +PackageKit-0.2.1-20080508.tar.gz diff --git a/PackageKit-bz445086-update-detail-unbound.patch b/PackageKit-bz445086-update-detail-unbound.patch deleted file mode 100644 index e88aacc..0000000 --- a/PackageKit-bz445086-update-detail-unbound.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- PackageKit-0.1.12/backends/yum/helpers/yumBackend.py Tue Apr 15 18:14:08 2008 -+++ PackageKit-0.1.12/backends/yum/helpers/yumBackend.py Mon May 5 11:13:04 2008 -@@ -1282,14 +1282,13 @@ - if refs: - for ref in refs: - typ = ref['type'] -- href = ref['href'] -- title = ref['title'] -- if typ in ('bugzilla','cve') and href != None: -- if title == None: -- title = "" -- urls[typ].append("%s;%s" % (href,title)) -- else: -- urls['vendor'].append("%s;%s" % (ref['href'],ref['title'])) -+ href = ref['href'] -+ title = ref['title'] or "" -+ if href: -+ if typ in ('bugzilla','cve'): -+ urls[typ].append("%s;%s" % (href,title)) -+ else: -+ urls['vendor'].append("%s;%s" % (href,ref['title'])) - - # Reboot flag - if notice.get_metadata().has_key('reboot_suggested') and notice['reboot_suggested']: diff --git a/PackageKit.spec b/PackageKit.spec index d6bad4b..1dfa1f1 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -1,15 +1,15 @@ %define glib2_version 2.16.1 %define dbus_version 0.90 %define dbus_glib_version 0.70 -%define policykit_version 0.7 -%define alphatag 20080506 +%define policykit_version 0.8 +%define alphatag 20080508 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: System daemon that is a DBUS abstraction layer for package management Name: PackageKit Version: 0.2.1 -Release: 1.%{?alphatag}%{?dist} +Release: 2.%{?alphatag}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://packagekit.freedesktop.org @@ -190,8 +190,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu May 08 2008 Richard Hughes - 0.2.1-2.20080508 +- Pull in a new snapshot from the unstable branch. + * Tue May 06 2008 Richard Hughes - 0.2.1-1.20080506 -- Pull in the new snapshot from the unstable branch. +- Pull in a new snapshot from the unstable branch. * Tue May 06 2008 Richard Hughes - 0.2.0-1 - Update to the latest _UNSTABLE_ upstream source diff --git a/sources b/sources index a2af81e..dc84d84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2db61852273d21c7aae65b2c16c137b PackageKit-0.2.1-20080506.tar.gz +e857ae55667768ed20feffecdd847981 PackageKit-0.2.1-20080508.tar.gz