Mailinglist Archive: opensuse-commit (1301 mails)

< Previous Next >
commit xchat
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 05 Jul 2007 00:03:42 +0200
  • Message-id: <20070704220342.49BE5678187@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xchat
checked in at Thu Jul 5 00:03:42 CEST 2007.

--------
--- GNOME/xchat/xchat.changes   2007-04-13 11:32:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/xchat/xchat.changes    2007-07-04 11:23:33.138366000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  4 10:37:51 CEST 2007 - bwalle@xxxxxxx
+
+- update to 2.8.4
+  o added ability to move the tree and userlist
+  o full changelog see http://forum.xchat.org/viewtopic.php?p=13820
+
+-------------------------------------------------------------------

Old:
----
  xchat-2.8.2-not-stupid-149670.patch
  xchat-2.8.2-string-literal.patch
  xchat-2.8.2.tar.bz2

New:
----
  xchat-2.8.4-not-stupid-149670.patch
  xchat-2.8.4-string-literal.patch
  xchat-2.8.4.tar.bz2

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

Other differences:
------------------
++++++ xchat.spec ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:34.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:34.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package xchat (Version 2.8.2)
+# spec file for package xchat (Version 2.8.4)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -12,11 +12,11 @@
 
 Name:           xchat
 BuildRequires:  dbus-1-glib-devel gconf2-devel gnome-patch-translation gtk2-devel openssl-devel python-devel tcl-devel update-desktop-files
-License:        GNU General Public License (GPL)
+License:        GPL v2 or later
 Group:          Productivity/Networking/IRC
 Summary:        An IRC Client
-Version:        2.8.2
-Release:        2
+Version:        2.8.4
+Release:        1
 Source:         http://xchat.org/files/source/2.4/%name-%version.tar.bz2
 Patch:          %name-gettext.diff
 Patch1:         %name-tabs_outgoing_msg.patch
@@ -25,7 +25,7 @@
 Patch6:         xchat-no-versionscript.patch
 Patch7:         xchat-desktop-launch.patch
 Patch8:         fixme.diff
-Patch9:         xchat-2.8.2-not-stupid-149670.patch
+Patch9:         xchat-%{version}-not-stupid-149670.patch
 Patch10:        %{name}-%{version}-string-literal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 URL:            http://xchat.org
@@ -49,13 +49,13 @@
 %setup -q
 gnome-patch-translation-prepare
 %patch -p1
-%patch1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch6
+%patch6 -p1
 %patch7 -p1
-%patch8
-%patch9
+%patch8 -p1
+%patch9 -p1
 %patch10
 gnome-patch-translation-update
 
@@ -103,6 +103,10 @@
 %{_datadir}/dbus-1/services/org.xchat.service.service
 
 %changelog
+* Wed Jul 04 2007 - bwalle@xxxxxxx
+- update to 2.8.4
+  o added ability to move the tree and userlist
+  o full changelog see http://forum.xchat.org/viewtopic.php?p=13820
 * Thu Apr 12 2007 - bwalle@xxxxxxx
 - update to 2.8.2
   o Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN)

++++++ fixme.diff ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:34.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:34.000000000 +0200
@@ -1,5 +1,9 @@
---- xchat.desktop
-+++ xchat.desktop
+---
+ xchat.desktop |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/xchat.desktop
++++ b/xchat.desktop
 @@ -2,6 +2,7 @@
  Encoding=UTF-8
  Name=XChat IRC
@@ -8,11 +12,3 @@
  Comment[de]=IRC-Client
  Comment[es]=Aplicación de IRC
  Comment[fi]=IRC-sovellus
-@@ -14,7 +15,6 @@
- Comment[sv]=IRC-klient
- Comment[ro]=Client de IRC
- Comment[zh_TW]=X-Chat 聊天程式
--Comment=IRC Client
- Exec=xchat
- Icon=xchat.png
- Terminal=false

++++++ xchat-2.8.2-not-stupid-149670.patch -> xchat-2.8.4-not-stupid-149670.patch ++++++
--- GNOME/xchat/xchat-2.8.2-not-stupid-149670.patch     2007-04-13 00:07:44.000000000 +0200
+++ /mounts/work_src_done/STABLE/xchat/xchat-2.8.4-not-stupid-149670.patch      2007-07-04 11:23:33.138366000 +0200
@@ -1,6 +1,10 @@
---- src/common/cfgfiles.c
-+++ src/common/cfgfiles.c
-@@ -730,7 +730,7 @@
+---
+ src/common/cfgfiles.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/common/cfgfiles.c
++++ b/src/common/cfgfiles.c
+@@ -757,7 +757,7 @@ load_config (void)
  #ifndef __EMX__
                /* OS/2 uses UID 0 all the time */
                if (getuid () == 0)

++++++ xchat-2.8.2-string-literal.patch -> xchat-2.8.4-string-literal.patch ++++++

++++++ xchat-2.8.2.tar.bz2 -> xchat-2.8.4.tar.bz2 ++++++
++++ 153641 lines of diff (skipped)

++++++ xchat-automake-foreign.diff ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:38.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -1,5 +1,9 @@
---- xchat-2.6.6/Makefile.am
-+++ xchat-2.6.6/Makefile.am
+---
+ Makefile.am |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/Makefile.am
++++ b/Makefile.am
 @@ -1,5 +1,7 @@
  ## Process this file with automake to produce Makefile.in
  

++++++ xchat-desktop-launch.patch ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -3,11 +3,9 @@
  src/fe-gtk/menu.c    |    6 ++++++
  2 files changed, 28 insertions(+)
 
-Index: xchat-2.8.0/src/fe-gtk/maingui.c
-===================================================================
---- xchat-2.8.0.orig/src/fe-gtk/maingui.c
-+++ xchat-2.8.0/src/fe-gtk/maingui.c
-@@ -2103,6 +2103,7 @@ mg_word_check (GtkWidget * xtext, char *
+--- a/src/fe-gtk/maingui.c
++++ b/src/fe-gtk/maingui.c
+@@ -2252,6 +2252,7 @@ mg_word_check (GtkWidget * xtext, char *
  static void
  mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
  {
@@ -15,7 +13,7 @@
        session *sess = current_sess;
  
        if (even->button == 1)                       /* left button */
-@@ -2119,7 +2120,18 @@ mg_word_clicked (GtkWidget *xtext, char 
+@@ -2268,7 +2269,18 @@ mg_word_clicked (GtkWidget *xtext, char 
                        {
                        case WORD_URL:
                        case WORD_HOST:
@@ -34,7 +32,7 @@
                        }
                }
                return;
-@@ -2141,7 +2153,17 @@ mg_word_clicked (GtkWidget *xtext, char 
+@@ -2290,7 +2302,17 @@ mg_word_clicked (GtkWidget *xtext, char 
                break;
        case WORD_URL:
        case WORD_HOST:
@@ -51,11 +49,9 @@
 +                      g_free (free_word);
                break;
        case WORD_NICK:
-               menu_nickmenu (sess, even, (word[0]=='@' || word[0]=='+') ?
-Index: xchat-2.8.0/src/fe-gtk/menu.c
-===================================================================
---- xchat-2.8.0.orig/src/fe-gtk/menu.c
-+++ xchat-2.8.0/src/fe-gtk/menu.c
+               menu_nickmenu (sess, even, (word[0]=='@' || word[0]=='+' || word[0]=='%') ?
+--- a/src/fe-gtk/menu.c
++++ b/src/fe-gtk/menu.c
 @@ -44,6 +44,8 @@
  #include <gtk/gtkversion.h>
  #include <gdk/gdkkeysyms.h>
@@ -65,7 +61,7 @@
  #include "../common/xchat.h"
  #include "../common/xchatc.h"
  #include "../common/cfgfiles.h"
-@@ -1207,12 +1209,14 @@ menu_rpopup (void)
+@@ -1241,12 +1243,14 @@ menu_rpopup (void)
                                                         "replace.conf", 0);
  }
  
@@ -80,7 +76,7 @@
  
  static void
  menu_evtpopup (void)
-@@ -1405,7 +1409,9 @@ static struct mymenu mymenu[] = {
+@@ -1448,7 +1452,9 @@ static struct mymenu mymenu[] = {
                {N_("Dialog Buttons..."), menu_dlgbuttons, 0, M_MENUITEM, 0, 0, 1},
                {N_("Keyboard Shortcuts..."), menu_keypopup, 0, M_MENUITEM, 0, 0, 1},
                {N_("Text Events..."), menu_evtpopup, 0, M_MENUITEM, 0, 0, 1},

++++++ xchat-gettext.diff ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -2,13 +2,11 @@
  configure.in |    1 +
  1 file changed, 1 insertion(+)
 
-Index: xchat-2.8.0/configure.in
-===================================================================
---- xchat-2.8.0.orig/configure.in
-+++ xchat-2.8.0/configure.in
+--- a/configure.in
++++ b/configure.in
 @@ -27,6 +27,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GET
  
- ALL_LINGUAS="be cs de el es fi fr gl hu it ja ko lt nl pa pt ru sq sr sv vi zh_TW"
+ ALL_LINGUAS="be ca cs de el es fi fr gl hu it ja ko lt mk nl pa pt ru sq sr sv uk vi zh_CN zh_TW"
  AM_GNU_GETTEXT
 +AM_GNU_GETTEXT_VERSION(0.12)
  

++++++ xchat-no-versionscript.patch ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -2,10 +2,8 @@
  configure.in |    4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)
 
-Index: configure.in
-===================================================================
---- configure.in.orig
-+++ configure.in
+--- a/configure.in
++++ b/configure.in
 @@ -448,8 +448,9 @@ if test "$plugin" = yes; then
                else
                        VS="`$LD --help | grep version-script 2> /dev/null`"

++++++ xchat-susefont.diff ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -1,5 +1,9 @@
---- xchat-2.6.6/src/common/cfgfiles.c
-+++ xchat-2.6.6/src/common/cfgfiles.c
+---
+ src/common/cfgfiles.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/src/common/cfgfiles.c
++++ b/src/common/cfgfiles.c
 @@ -36,7 +36,7 @@
  #else
  #define XCHAT_DIR ".xchat2"

++++++ xchat-tabs_outgoing_msg.patch ++++++
--- /var/tmp/diff_new_pack.N25709/_old  2007-07-05 00:01:39.000000000 +0200
+++ /var/tmp/diff_new_pack.N25709/_new  2007-07-05 00:01:39.000000000 +0200
@@ -5,23 +5,19 @@
  src/fe-gtk/setup.c    |    1 +
  4 files changed, 7 insertions(+), 1 deletion(-)
 
-Index: src/common/cfgfiles.c
-===================================================================
---- src/common/cfgfiles.c.orig
-+++ src/common/cfgfiles.c
-@@ -527,6 +527,7 @@ const struct prefs vars[] = {
+--- a/src/common/cfgfiles.c
++++ b/src/common/cfgfiles.c
+@@ -538,6 +538,7 @@ const struct prefs vars[] = {
        {"tab_layout", P_OFFINT (tab_layout), TYPE_INT},
        {"tab_new_to_front", P_OFFINT (newtabstofront), TYPE_INT},
        {"tab_notices", P_OFFINT (notices_tabs), TYPE_BOOL},
 +        {"tab_outgoing_msg", P_OFFINT (tabs_outgoing_msg), TYPE_BOOL},
-       {"tab_position", P_OFFINT (tabs_position), TYPE_INT},
+       {"tab_pos", P_OFFINT (tab_pos), TYPE_INT},
+       {"tab_position", P_OFFINT (_tabs_position), TYPE_INT}, /* obsolete */
        {"tab_server", P_OFFINT (use_server_tab), TYPE_BOOL},
-       {"tab_small", P_OFFINT (tab_small), TYPE_INT},
-Index: src/common/outbound.c
-===================================================================
---- src/common/outbound.c.orig
-+++ src/common/outbound.c
-@@ -2623,8 +2623,11 @@ cmd_msg (struct session *sess, char *tbu
+--- a/src/common/outbound.c
++++ b/src/common/outbound.c
+@@ -2625,8 +2625,11 @@ cmd_msg (struct session *sess, char *tbu
                                sess->server->p_message (sess->server, nick, msg);
                        }
                        newsess = find_dialog (sess->server, nick);
@@ -34,11 +30,9 @@
                        if (newsess)
                                inbound_chanmsg (newsess->server, NULL, newsess->channel,
                                                                          newsess->server->nick, msg, TRUE, FALSE);
-Index: src/common/xchat.h
-===================================================================
---- src/common/xchat.h.orig
-+++ src/common/xchat.h
-@@ -249,6 +249,7 @@ struct xchatprefs
+--- a/src/common/xchat.h
++++ b/src/common/xchat.h
+@@ -268,6 +268,7 @@ struct xchatprefs
        unsigned int irc_whois_front;
        unsigned int use_server_tab;
        unsigned int notices_tabs;
@@ -46,12 +40,10 @@
        unsigned int style_namelistgad;
        unsigned int style_inputbox;
        unsigned int windows_as_tabs;
-Index: src/fe-gtk/setup.c
-===================================================================
---- src/fe-gtk/setup.c.orig
-+++ src/fe-gtk/setup.c
-@@ -222,6 +222,7 @@ static const setting tabs_settings[] =
-       {ST_HEADER,     N_("Tabs"),0,0,0},
+--- a/src/fe-gtk/setup.c
++++ b/src/fe-gtk/setup.c
+@@ -248,6 +248,7 @@ static const setting tabs_settings[] =
+       {ST_RADIO,  N_("Switcher type:"),P_OFFINTNL(tab_layout), 0, swtype, 0},
        {ST_TOGGLE, N_("Open an extra tab for server messages"), P_OFFINTNL(use_server_tab), 0, 0, 0},
        {ST_TOGGLE, N_("Open an extra tab for server notices"), P_OFFINTNL(notices_tabs), 0, 0, 0},
 +        {ST_TOGGLE, N_("Open an extra tab for outgoing msg"), P_OFFINTNL(tabs_outgoing_msg), 0, 0, 0},


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread