Hello community,

here is the log from the commit of package pan for openSUSE:Factory
checked in at Tue May 31 15:33:06 CEST 2011.



--------
--- GNOME/pan/pan.changes       2011-02-20 11:06:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/pan/pan.changes        2011-05-30 
20:31:28.000000000 +0200
@@ -1,0 +2,11 @@
+Mon May 30 19:52:12 CEST 2011 - sbra...@suse.cz
+
+- Merged changes from Daniel Rahn and openSUSE:Factory.
+
+-------------------------------------------------------------------
+Mon May 30 09:48:24 UTC 2011 - daniel.r...@novell.com
+
+- Add pan-0.134-handle-nzb-multipart.patch: fix nzb handling of
+  multipart messages, bnc#685759.
+
+-------------------------------------------------------------------
@@ -16 +27 @@
-  + Port to GMime 2.4 & 2.5. (bgo#541676)
+  + Port to GMime 2.4 & 2.5. (bgo#541676, bnc#683008)

calling whatdependson for head-i586


New:
----
  pan-0.134-handle-nzb-multipart.patch

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

Other differences:
------------------
++++++ pan.spec ++++++
--- /var/tmp/diff_new_pack.Cs3MHT/_old  2011-05-31 15:26:02.000000000 +0200
+++ /var/tmp/diff_new_pack.Cs3MHT/_new  2011-05-31 15:26:02.000000000 +0200
@@ -19,14 +19,16 @@
 
 Name:           pan
 Version:        0.134
-Release:        1
+Release:        2
 License:        GPLv2+
 Summary:        A Powerful Newsreader for GNOME
 Url:            http://pan.rebelbase.com/
 Group:          Productivity/Networking/News/Clients
-Source0:        ftp://source.rebelbase.com/pub/pan/pan-%{version}.tar.bz2
+Source:         
http://pan.rebelbase.com/download/releases/0.134/source/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM fix-desktop-file-11.0.diff -- validate desktop file
 Patch0:         fix-desktop-file-11.0.diff
+# PATCH-FIX-UPSTREAM pan-0.134-handle-nzb-multipart.patch bnc#685759 
daniel.r...@novell.com -- fix nzb handling of multipart messages
+Patch1:         pan-0.134-handle-nzb-multipart.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -47,6 +49,7 @@
 %setup -q
 translation-update-upstream
 %patch0
+%patch1
 sed -i -e "s,sr@Latn,sr@latin," configure
 sed -i -e "s,sr@Latn,sr@latin," po/LINGUAS
 sed -i -e "s,sr@Latn,sr@latin," pan.desktop

++++++ pan-0.134-handle-nzb-multipart.patch ++++++
--- pan/gui/gui.cc      2011/05/30 06:52:13     1.1
+++ pan/gui/gui.cc      2011/05/30 06:54:54
@@ -567,12 +567,8 @@
 
     void foreach_part (GMimeObject *o)
     {
-      if (GMIME_IS_MULTIPART (o))
-      {
-        g_mime_multipart_foreach (GMIME_MULTIPART (o), foreach_part_cb, this);
-      }
-      else if (GMIME_IS_PART(o))
-      {
+      if (GMIME_IS_PART(o))
+       {
         GMimePart * part (GMIME_PART (o));
         GMimeDataWrapper * wrapper (g_mime_part_get_content_object (part));
         GMimeStream * mem_stream (g_mime_stream_mem_new ());

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



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