rpms/PackageKit/devel PackageKit.spec, 1.65, 1.66 pk-fix-64bit-codecs.patch, 1.1, NONE pk-fix-cancel-at-speed-unlucky.patch, 1.1, NONE

Richard Hughes rhughes at fedoraproject.org
Mon Oct 6 10:25:04 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20923

Modified Files:
	PackageKit.spec 
Removed Files:
	pk-fix-64bit-codecs.patch pk-fix-cancel-at-speed-unlucky.patch 
Log Message:
* Mon Oct 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.6-1
- New upstream version
- Renice the spawned process so that we don't hog the system when doing updates
 
* Wed Oct 01 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.5-4
- Rename the subpackages before David blows a blood vessel.
- yum-packagekit  -> PackageKit-yum-plugin
- udev-packagekit -> PackageKit-udev-helper



Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- PackageKit.spec	1 Oct 2008 16:06:32 -0000	1.65
+++ PackageKit.spec	6 Oct 2008 10:24:33 -0000	1.66
@@ -7,8 +7,8 @@
 
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
-Version:   0.3.5
-Release:   4%{?dist}
+Version:   0.3.6
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -16,10 +16,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # upstream: 920574b72805a630ea989b32012e2b4bbf1841ea
-Patch0:    pk-fix-64bit-codecs.patch
-
-# upstream: d2c3725b5414e27fa05518f04eab01ab7a0b1a89
-Patch1:    pk-fix-cancel-at-speed-unlucky.patch
+#Patch0:    pk-fix-64bit-codecs.patch
 
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
@@ -50,6 +47,7 @@
 BuildRequires: xulrunner-devel
 BuildRequires: libarchive-devel
 BuildRequires: gstreamer-devel
+BuildRequires: gstreamer-plugins-base-devel
 
 %description
 PackageKit is a D-Bus abstraction layer that allows the session user
@@ -151,8 +149,8 @@
 Group: Development/Libraries
 Requires: gstreamer
 Requires: PackageKit-libs = %{version}-%{release}
-Obsoletes: codeina < 0.10.1
-Provides:  codeina = 0.10.1
+Obsoletes: codeina < 0.10.1-10
+Provides:  codeina = 0.10.1-10
 
 %description gstreamer-plugin
 The PackageKit GStreamer plugin allows any Gstreamer application to install
@@ -160,8 +158,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
 
 %build
 %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@@ -215,7 +212,7 @@
 %{python_sitelib}/packagekit/*py*
 %dir %{_sysconfdir}/bash_completion.d
 %config %{_sysconfdir}/bash_completion.d/pk-completion.bash
-%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
+%config(noreplace) %{_sysconfdir}/PackageKit/*.conf
 %config %{_sysconfdir}/dbus-1/system.d/*
 %dir %{_datadir}/PackageKit/helpers/test_spawn
 %{_datadir}/PackageKit/helpers/test_spawn/*
@@ -302,6 +299,10 @@
 %{_includedir}/*
 
 %changelog
+* Mon Oct 06 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.6-1
+- New upstream version
+- Renice the spawned process so that we don't hog the system when doing updates
+ 
 * Wed Oct 01 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.5-4
 - Rename the subpackages before David blows a blood vessel.
 - yum-packagekit  -> PackageKit-yum-plugin


--- pk-fix-64bit-codecs.patch DELETED ---


--- pk-fix-cancel-at-speed-unlucky.patch DELETED ---




More information about the scm-commits mailing list