rpms/PackageKit/devel pk-fix-browser-plugin.patch, NONE, 1.1 PackageKit.spec, 1.79, 1.80

Richard Hughes rhughes at fedoraproject.org
Tue Oct 28 14:41:32 UTC 2008


Author: rhughes

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

Modified Files:
	PackageKit.spec 
Added Files:
	pk-fix-browser-plugin.patch 
Log Message:
* Tue Oct 28 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-2
- Apply a couple of patches from upstream to fix development filtering
  and installing the web plugin.


pk-fix-browser-plugin.patch:

--- NEW FILE pk-fix-browser-plugin.patch ---
commit 211b538cd0d6e420f288af49f7bb106cf99b4ce6
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 28 14:29:02 2008 +0000

    bugfix: use the correct session interface in the browser plugin

diff --git a/contrib/packagekit-plugin/src/contents.cpp b/contrib/packagekit-plugin/src/contents.cpp
index bd0d69f..2c16e92 100644
--- a/contrib/packagekit-plugin/src/contents.cpp
+++ b/contrib/packagekit-plugin/src/contents.cpp
@@ -662,6 +662,8 @@ PkpContents::installPackage (Time time)
                                                                this,
                                                                (GDestroyNotify)0,
                                                                24 * 60 * 1000 * 1000, /* one day */
+                                                               G_TYPE_UINT, 0, /* xid */
+                                                               G_TYPE_UINT, 0, /* timespec */
                                                                G_TYPE_STRING, mAvailablePackageName.c_str(),
                                                                G_TYPE_INVALID,
                                                                G_TYPE_INVALID);


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- PackageKit.spec	28 Oct 2008 12:36:00 -0000	1.79
+++ PackageKit.spec	28 Oct 2008 14:41:02 -0000	1.80
@@ -22,6 +22,9 @@
 # upstream, 99f995788473f4627acb7447aa467a61bc61893a
 Patch1:    pk-yum-fix-devel-filtering.patch
 
+# upstream, 211b538cd0d6e420f288af49f7bb106cf99b4ce6
+Patch2:    pk-fix-browser-plugin.patch
+
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: PackageKit-glib = %{version}-%{release}
@@ -204,6 +207,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@@ -377,7 +381,8 @@
 
 %changelog
 * Tue Oct 28 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-2
-- Apply a patch from upstream to fix development filtering.
+- Apply a couple of patches from upstream to fix development filtering
+  and installing the web plugin.
 
 * Mon Oct 27 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.9-1
 - New upstream version




More information about the scm-commits mailing list