]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- added 2 official patches: auto/ac/xchat-2_0_5-3
authordeejay1 <deejay1@pld-linux.org>
Thu, 23 Oct 2003 19:31:50 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   fix-emptyword: # fix skiping of "" in word[] array.
                  # Side effect: fixes DCC RESUME with mIRC >= 6.1
   fix-64bit:     # fixes 64bit issues (where a pointer to int was given,
                    instead of gsize).
- changelog cosmetics

Changed files:
    xchat.spec -> 1.136

xchat.spec

index c0c3a4c7d250718bc23e3622af54854eb18c7f71..987e5a3cff16a169e7d7580fc3d296d2f2e24199 100644 (file)
@@ -21,7 +21,7 @@ Summary(uk):  Gtk+ IRC 
 Summary(zh_CN):        GTK+ IRC (ÁÄÌì) ¿Í»§¡£
 Name:          xchat
 Version:       2.0.5
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Networking
@@ -30,6 +30,8 @@ Source0:      http://xchat.org/files/source/2.0/%{name}-%{version}.tar.bz2
 #Source1:      %{name}-pl.po
 #Patch0:               %{name}-po.patch
 #Patch1:               %{name}-fixperlui.patch
+Patch2:                %{name}-fix64bit.patch
+Patch3:                %{name}-fix-emptyword.patch
 Icon:          xchat.xpm
 URL:           http://xchat.org/
 BuildRequires: autoconf
@@ -127,6 +129,8 @@ X-Chat - 
 %setup -q
 #%patch0 -p1
 #%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 #cp %{SOURCE1} po/pl.po
 
This page took 0.711153 seconds and 4 git commands to generate.