- Pull in a new snapshot from the unstable branch.

This commit is contained in:
Richard Hughes 2008-05-08 09:43:28 +00:00
parent 6977d61aa7
commit 2fcdbd1cea
4 changed files with 9 additions and 30 deletions

View File

@ -1 +1 @@
PackageKit-0.2.1-20080506.tar.gz
PackageKit-0.2.1-20080508.tar.gz

View File

@ -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']:

View File

@ -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 <rhughes@redhat.com> - 0.2.1-2.20080508
- Pull in a new snapshot from the unstable branch.
* Tue May 06 2008 Richard Hughes <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.2.0-1
- Update to the latest _UNSTABLE_ upstream source

View File

@ -1 +1 @@
e2db61852273d21c7aae65b2c16c137b PackageKit-0.2.1-20080506.tar.gz
e857ae55667768ed20feffecdd847981 PackageKit-0.2.1-20080508.tar.gz