Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2012-12-21 14:54:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutt (Old)
 and      /work/SRC/openSUSE:Factory/.mutt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutt", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutt/mutt.changes        2012-09-23 
08:05:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2012-12-21 
14:54:07.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 18 16:26:45 UTC 2012 - [email protected]
+
+- update sidebar to version 20120829
+
+-------------------------------------------------------------------

Old:
----
  mutt-1.5.21.sidebar.20090619.patch

New:
----
  mutt-1.5.21.sidebar.20120829.patch

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

Other differences:
------------------
++++++ mutt.spec ++++++
--- /var/tmp/diff_new_pack.f6ib0M/_old  2012-12-21 14:54:09.000000000 +0100
+++ /var/tmp/diff_new_pack.f6ib0M/_new  2012-12-21 14:54:09.000000000 +0100
@@ -61,7 +61,7 @@
 # desktop selections.
 #Requires:    desktop-data-SuSE
 Version:        1.5.21
-Release:        0
+Release:        33.2
 Summary:        Mail Program
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Clients
@@ -83,7 +83,7 @@
 Patch4:         %name-1.5.15-wrapcolumn.diff
 Patch5:         patch-1.5.5.1.nt.xtitles.3.ab.1
 # http://lunar-linux.org/index.php?page=mutt-sidebar
-Patch6:         mutt-1.5.21.sidebar.20090619.patch
+Patch6:         mutt-1.5.21.sidebar.20120829.patch
 Patch7:         mutt-1.5.21-opennfs.dif
 Patch8:         mutt-1.5.20-gpgme_set_locale.patch
 Patch9:         bug-676388-largefile.patch

++++++ aw.listreply.diff ++++++
--- /var/tmp/diff_new_pack.f6ib0M/_old  2012-12-21 14:54:09.000000000 +0100
+++ /var/tmp/diff_new_pack.f6ib0M/_new  2012-12-21 14:54:09.000000000 +0100
@@ -6,7 +6,7 @@
 +++ mutt-1.5.21/PATCHES        2012-06-21 11:48:50.352837436 +0200
 @@ -1,3 +1,4 @@
 +patch-1.5.9.aw.listreply.1
- patch-1.5.20.sidebar.20090619.txt
+ patch-1.5.21.sidebar.20120829.txt
  patch-1.5.19.rr.compressed.1
  patch-1.5.5.1.nt.xtitles.3.ab.1
 Index: mutt-1.5.21/init.h

++++++ mutt-1.5.21.sidebar.20090619.patch -> mutt-1.5.21.sidebar.20120829.patch 
++++++
++++ 3878 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/mutt/mutt-1.5.21.sidebar.20090619.patch
++++ and /work/SRC/openSUSE:Factory/.mutt.new/mutt-1.5.21.sidebar.20120829.patch


++++++ nion.sidebar-color.diff ++++++
--- /var/tmp/diff_new_pack.f6ib0M/_old  2012-12-21 14:54:09.000000000 +0100
+++ /var/tmp/diff_new_pack.f6ib0M/_new  2012-12-21 14:54:09.000000000 +0100
@@ -34,36 +34,39 @@
 index 9e12319..4b37b76 100644
 --- a/sidebar.c
 +++ b/sidebar.c
-@@ -195,22 +195,26 @@ int draw_sidebar(int menu) {
-   }
+@@ -250,13 +250,14 @@
+     }
  
-   /* get attributes for divider */
--  SETCOLOR(MT_COLOR_STATUS);
-+  SETCOLOR(MT_COLOR_SIDEBAR);
+         /* get attributes for divider */
+-      SETCOLOR(MT_COLOR_STATUS);
++      SETCOLOR(MT_COLOR_SIDEBAR);
  #ifndef USE_SLANG_CURSES
-   attr_get(&attrs, &color_pair, 0);
+         attr_get(&attrs, &color_pair, 0);
  #else
-   color_pair = attr_get();
+         color_pair = attr_get();
  #endif
--  SETCOLOR(MT_COLOR_NORMAL);
+       SETCOLOR(MT_COLOR_NORMAL);
 +  /* SETCOLOR(MT_COLOR_SIDEBAR); */
  
-   /* draw the divider */
+       /* draw the divider */
  
-   for ( ; lines < LINES-1-(menu != MENU_PAGER || option(OPTSTATUSONTOP)); 
lines++ ) {
-     move(lines, SidebarWidth - delim_len);
--    addstr(NONULL(SidebarDelim));
+@@ -266,10 +267,14 @@
+ 
+       for ( ; lines < SidebarHeight; lines++ ) {
+               move(lines, SidebarWidth - delim_len);
+-              addstr(NONULL(SidebarDelim));
 -#ifndef USE_SLANG_CURSES
--    mvchgat(lines, SidebarWidth - delim_len, delim_len, 0, color_pair, NULL);
+-                mvchgat(lines, SidebarWidth - delim_len, delim_len, 0, 
color_pair, NULL);
 -#endif
-+    if (option (OPTASCIICHARS))
-+      addstr (NONULL (SidebarDelim));
-+    else if (!option (OPTASCIICHARS) && !strcmp (NONULL(SidebarDelim), "|"))
-+      addch (ACS_VLINE);
-+    else if ((Charset_is_utf8) && !strcmp (NONULL(SidebarDelim), "|"))
-+      addstr ("\342\224\202");
-+    else
-+      addstr (NONULL (SidebarDelim));
-   }
++        if (option (OPTASCIICHARS))
++            addstr (NONULL (SidebarDelim));
++          else if (!option (OPTASCIICHARS) && !strcmp (NONULL(SidebarDelim), 
"|"))
++            addch (ACS_VLINE);
++          else if ((Charset_is_utf8) && !strcmp (NONULL(SidebarDelim), "|"))
++            addstr ("\342\224\202");
++                  else
++              addstr (NONULL (SidebarDelim));
+       }
  
-   if ( Incoming == 0 ) return 0;
+       if ( Incoming == 0 ) return 0;
+


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to