Hello community,

here is the log from the commit of package PackageKit for openSUSE:11.4
checked in at Wed Oct 19 21:31:40 CEST 2011.



--------
--- old-versions/11.4/UPDATES/all/PackageKit/PackageKit.changes 2011-05-20 
10:11:14.000000000 +0200
+++ 11.4/PackageKit/PackageKit.changes  2011-06-01 15:07:58.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Jun  1 15:05:36 CEST 2011 - dmacvi...@suse.de
+
+- Patch for 
+  https://bugs.meego.com/show_bug.cgi?id=17596
+- Fixes crash when dealing with local rpms with simple names
+  (name.rpm instead of name-x.y.arch.rpm)
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


New:
----
  bmc-17596.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.jWcWCr/_old  2011-10-19 21:28:33.000000000 +0200
+++ /var/tmp/diff_new_pack.jWcWCr/_new  2011-10-19 21:28:33.000000000 +0200
@@ -35,7 +35,7 @@
 
 Name:           PackageKit
 Version:        0.6.14
-Release:        0.<RELEASE2>
+Release:        0.<RELEASE4>
 License:        GPLv2+
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
@@ -72,6 +72,8 @@
 Patch2:         0002-zypp-fix-deletion-of-package-locks-bnc-690038.patch
 # PATCH-FIX-OPENSUSE fix-plugin.patch meiss...@suse.de -- fix build with 11.4 
gtk2 2.21.
 Patch3:         fix-plugin.patch
+# PATCH-FIX-OPENSUSE bmc-17596.patch 
https://bugs.meego.com/show_bug.cgi?id=17596 fixes overflow
+Patch4:         bmc-17596.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-branding = %{version}
 Recommends:     %{name}-lang
@@ -290,6 +292,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \

++++++ bmc-17596.patch ++++++
diff --git a/backends/zypp/zypp-events.h b/backends/zypp/zypp-events.h
index 5877f8d..0ea0dd6 100644
--- a/backends/zypp/zypp-events.h
+++ b/backends/zypp/zypp-events.h
@@ -303,7 +303,7 @@ struct DownloadProgressReportReceiver : public 
zypp::callback::ReceiveReport<zyp
        virtual void start (const zypp::Url &file, zypp::Pathname localfile)
        {
                clear_package_id ();
-               _package_id = build_package_id_from_url (&file);
+    _package_id = g_strdup (zypp::Pathname (file.getPathName ()).basename 
().c_str());
 
                //g_debug ("DownloadProgressReportReceiver::start():%s --%s\n",
                //              g_strdup (file.asString().c_str()),     
g_strdup (localfile.asString().c_str()) );
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to