Browse Source

upgrading package: ircii 20190117 -> 20210314

master
parent
commit
b97de44d36
  1. 34
      ircii/ircii.patch
  2. 4
      ircii/ircii.spec

34
ircii/ircii.patch

@ -1,6 +1,6 @@
Index: Makefile.in Index: Makefile.in
--- Makefile.in.orig 2017-07-04 05:57:08.000000000 +0200 --- Makefile.in.orig 2021-03-14 19:32:27.000000000 +0100
+++ Makefile.in 2017-07-15 09:46:48.308931000 +0200 +++ Makefile.in 2021-07-09 18:51:04.256630000 +0200
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
libdir = $(DESTDIR)@libdir@ libdir = $(DESTDIR)@libdir@
libexecdir = $(DESTDIR)@libexecdir@ libexecdir = $(DESTDIR)@libexecdir@
@ -11,20 +11,20 @@ Index: Makefile.in
# Where the ircII binary will be installed. # Where the ircII binary will be installed.
# 'make install' will compile and install the program # 'make install' will compile and install the program
Index: include/whois.h Index: include/whois.h
--- include/whois.h.orig 2015-11-16 00:29:48.000000000 +0100 --- include/whois.h.orig 2021-07-09 18:51:04.256780000 +0200
+++ include/whois.h 2017-07-15 09:46:48.309078000 +0200 +++ include/whois.h 2021-07-09 18:51:27.498510000 +0200
@@ -62,6 +62,7 @@ @@ -62,6 +62,7 @@
void whois_name(u_char *, u_char **); void whois_name(u_char *, u_char *, u_char **);
void whowas_name(u_char *, u_char **); void whowas_name(u_char *, u_char *, u_char **);
void whois_channels(u_char *, u_char **); void whois_channels(u_char *, u_char *, u_char **);
+ void whois_loggedinas(u_char *, u_char **); + void whois_loggedinas(u_char *, u_char **);
void whois_server(u_char *, u_char **); void whois_server(u_char *, u_char **);
void whois_oper(u_char *, u_char **); void whois_oper(u_char *, u_char **);
void whois_lastcom(u_char *, u_char **); void whois_lastcom(u_char *, u_char *, u_char **);
Index: source/numbers.c Index: source/numbers.c
--- source/numbers.c.orig 2017-07-02 18:16:15.000000000 +0200 --- source/numbers.c.orig 2021-03-14 19:32:27.000000000 +0100
+++ source/numbers.c 2017-07-15 09:46:48.309264000 +0200 +++ source/numbers.c 2021-07-09 18:51:04.257020000 +0200
@@ -480,6 +480,10 @@ @@ -470,6 +470,10 @@
funny_mode(from, ArgList); funny_mode(from, ArgList);
break; break;
@ -33,11 +33,11 @@ Index: source/numbers.c
+ break; + break;
+ +
case 341: /* #define RPL_INVITING 341 */ case 341: /* #define RPL_INVITING 341 */
invite(from, ArgList); invite(commstr, from, ArgList);
break; break;
Index: source/translat.c Index: source/translat.c
--- source/translat.c.orig 2017-04-25 08:00:53.000000000 +0200 --- source/translat.c.orig 2021-03-14 19:32:27.000000000 +0100
+++ source/translat.c 2017-07-15 09:46:48.309443000 +0200 +++ source/translat.c 2021-07-09 18:51:04.257179000 +0200
@@ -821,18 +821,30 @@ @@ -821,18 +821,30 @@
u_char * u_char *
current_irc_encoding(void) current_irc_encoding(void)
@ -70,9 +70,9 @@ Index: source/translat.c
} }
#endif /* HAVE_ICONV_OPEN */ #endif /* HAVE_ICONV_OPEN */
Index: source/whois.c Index: source/whois.c
--- source/whois.c.orig 2017-07-02 18:16:15.000000000 +0200 --- source/whois.c.orig 2021-03-14 19:32:27.000000000 +0100
+++ source/whois.c 2017-07-15 09:47:37.075177000 +0200 +++ source/whois.c 2021-07-09 18:51:04.257365000 +0200
@@ -534,6 +534,27 @@ @@ -543,6 +543,27 @@
} }
/* /*

4
ircii/ircii.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE Class: BASE
Group: InstantMessaging Group: InstantMessaging
License: BSD License: BSD
Version: 20190117 Version: 20210314
Release: 20190118 Release: 20210709
# list of sources # list of sources
Source0: http://ircii.warped.com/ircii-%{version}.tar.bz2 Source0: http://ircii.warped.com/ircii-%{version}.tar.bz2

Loading…
Cancel
Save