]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- irc.pld-linux.org no longer available
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 12 Dec 2009 12:53:53 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi.conf.patch -> 1.9
    irssi.spec -> 1.166

irssi.conf.patch [deleted file]
irssi.spec

diff --git a/irssi.conf.patch b/irssi.conf.patch
deleted file mode 100644 (file)
index 1907313..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -ur irssi-0.8.10/irssi.conf irssi-0.8.10.new/irssi.conf
---- irssi-0.8.10/irssi.conf    2005-12-08 17:32:50.000000000 +0000
-+++ irssi-0.8.10.new/irssi.conf        2005-12-11 14:33:31.237162000 +0000
-@@ -8,6 +8,7 @@
-   },
-   { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
-   { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
-+  { address = "irc.pld-linux.org"; chatnet = "PLDNet"; port = "6667"; },
-   { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
- );
-@@ -44,10 +45,19 @@
-     max_whois = "30";
-   };
-   SILC = { type = "SILC"; };
-+  PLDNet = {
-+    type = "IRC";
-+    max_kicks = "4";
-+    max_modes = "4";
-+    max_msgs = "5";
-+    max_whois = "4";
-+    max_query_chans = "5";
-+  };
- };
- channels = (
-   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
-+  { name = "#pldhelp"; chatnet = "PLDNet"; autojoin = "Yes"; },
-   { name = "silc"; chatnet = "silc"; autojoin = "No"; }
- );
index 05b4e3c2d8873858765fe2be9c5d3456bd1489a6..398710617b0e3eea1e86c4e4f658e574632c8f70 100644 (file)
@@ -28,13 +28,12 @@ Source3:    %{name}-idea-%{idea_ver}.tar.gz
 Patch0:                %{name}-dcc-send-limit.patch
 Patch1:                %{name}-tinfo.patch
 Patch2:                %{name}-home_etc.patch
-Patch3:                %{name}.conf.patch
-Patch4:                %{name}-idea-listlen.patch
-Patch5:                %{name}-gcc4.patch
-Patch6:                %{name}-dynamic.patch
-Patch7:                %{name}-invalid_free.patch
-Patch8:                %{name}-color_support_for_gui_entry.patch
-Patch9:                %{name}-libs-nopoison.patch
+Patch3:                %{name}-idea-listlen.patch
+Patch4:                %{name}-gcc4.patch
+Patch5:                %{name}-dynamic.patch
+Patch6:                %{name}-invalid_free.patch
+Patch7:                %{name}-color_support_for_gui_entry.patch
+Patch8:                %{name}-libs-nopoison.patch
 URL:           http://www.irssi.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -89,13 +88,12 @@ Ten pakiet zawiera wtyczkę do Irssi z szyfrowaniem IDEA.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 %if %{with dynamic}
-%patch6 -p1
+%patch5 -p1
 %endif
+%patch6 -p1
 %patch7 -p1
 %patch8 -p0
-%patch9 -p1
 
 echo 'AC_DEFUN([AM_PATH_GLIB],[:])' > glib1.m4
 
This page took 0.099696 seconds and 4 git commands to generate.