]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- BitchX-numver.patch: fix declaration of a C variable. BitchX-1_0c18-5
authorqrczak <qrczak@pld-linux.org>
Sun, 23 Dec 2001 21:17:12 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 6

Changed files:
    BitchX-numver.patch -> 1.1
    BitchX.spec -> 1.51

BitchX-numver.patch [new file with mode: 0644]
BitchX.spec

diff --git a/BitchX-numver.patch b/BitchX-numver.patch
new file mode 100644 (file)
index 0000000..b5c0deb
--- /dev/null
@@ -0,0 +1,11 @@
+--- BitchX/source/modules.c~   Mon Jan  8 07:24:22 2001
++++ BitchX/source/modules.c    Sun Dec 23 22:10:44 2001
+@@ -65,7 +65,7 @@
+ Function_ptr global_table[NUMBER_OF_GLOBAL_FUNCTIONS] = { NULL };
+ extern int read_sockets();
+-extern unsigned long bitchx_numver;
++extern const unsigned long bitchx_numver;
+ extern int identd;
+ extern int (*dcc_open_func) (int, int, unsigned long, int);
index 0e77e8d37ade33df76e0bdf8ef4e4f5a36393c07..29dc22b2a87bedb765b6b9789c3ce14d3ed60961 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    Ulepszony, kolorowy klient IRC z wbudowanymi skryptami
 Summary(pt_BR):        Cliente IRC para o console do Linux
 Name:          BitchX
 Version:       1.0c18
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
@@ -15,6 +15,7 @@ Source2:      %{name}.desktop
 Source3:       %{name}-bxglobal.script
 Source4:       %{name}.1.pl
 Patch0:                %{name}-config.h.patch
+Patch1:                %{name}-numver.patch
 Icon:          BitchX.xpm
 URL:           http://www.bitchx.com/
 BuildRequires: mysql-devel
@@ -62,6 +63,7 @@ powtarzaj
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
This page took 0.066473 seconds and 4 git commands to generate.