rpms/PackageKit/F-13 .cvsignore, 1.69, 1.70 PackageKit.spec, 1.132, 1.133 sources, 1.70, 1.71

Richard Hughes rhughes at fedoraproject.org
Wed Jun 2 10:43:26 UTC 2010


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2633

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Wed Jun 02 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.5-1
- New upstream release of 0.6.5.
- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
- Attempt to use removable disk repos if they exist at backend startup.
- Catch and ignore the socket exception on oddball systems.
- Do not abort init when Yum.conf does not contain some required keys.
- Fix up the filter check when doing GetRepoList().
- Resolves: #596779 and #598697



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/.cvsignore,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- .cvsignore	6 May 2010 09:47:20 -0000	1.69
+++ .cvsignore	2 Jun 2010 10:43:26 -0000	1.70
@@ -1 +1 @@
-PackageKit-0.6.4.tar.bz2
+PackageKit-0.6.5.tar.bz2


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/PackageKit.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- PackageKit.spec	6 May 2010 09:47:20 -0000	1.132
+++ PackageKit.spec	2 Jun 2010 10:43:26 -0000	1.133
@@ -1,17 +1,14 @@
 %define dbus_version                    1.1.1
-%define alphatag                        20100322
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.6.4
-#Release:   0.1.%{?alphatag}git%{?dist}
+Version:   0.6.5
 Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://www.packagekit.org
-#Source0:   http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.bz2
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
 
 # Fedora-specific: set Vendor.conf up for Fedora.
@@ -60,12 +57,6 @@ BuildRequires: gobject-introspection-dev
 #BuildRequires: gtk-sharp2-devel
 #BuildRequires: mono-core
 
-# for the fancy new yum accelerator, which we don't actually use yet...
-BuildRequires: rpm-devel
-BuildRequires: libsoup-devel
-BuildRequires: bzip2-devel
-BuildRequires: zlib-devel
-
 # functionality moved to udev itself
 Obsoletes: PackageKit-udev-helper < %{version}-%{release}
 Obsoletes: udev-packagekit < %{version}-%{release}
@@ -239,7 +230,6 @@ after firmware has been installed by Pac
 user to restart the computer or remove and re-insert the device.
 
 %prep
-#%setup -q -n %{?name}-%{?version}-%{?alphatag}
 %setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
@@ -455,6 +445,15 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Wed Jun 02 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.5-1
+- New upstream release of 0.6.5.
+- Use the new PkTask API in pkcon so we can deal with Media and Eula queries.
+- Attempt to use removable disk repos if they exist at backend startup.
+- Catch and ignore the socket exception on oddball systems.
+- Do not abort init when Yum.conf does not contain some required keys.
+- Fix up the filter check when doing GetRepoList().
+- Resolves: #596779 and #598697
+
 * Thu May 06 2010 Richard Hughes  <rhughes at redhat.com> - 0.6.4-1
 - New upstream release of 0.6.4.
 - Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/sources,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- sources	6 May 2010 09:47:21 -0000	1.70
+++ sources	2 Jun 2010 10:43:26 -0000	1.71
@@ -1 +1 @@
-f17127a26cb6dd7e8f05b8900176eab0  PackageKit-0.6.4.tar.bz2
+cb8d4dece42b7be84ce1478684ce3388  PackageKit-0.6.5.tar.bz2



More information about the scm-commits mailing list