Accepting request 364037 from network
- Update to version 0.8.18 New Features + CAP SASL PLAIN login is now supported natively. + Paste bracket markers can be requested from terminal with /set paste_use_bracketed_mode on + "Self messages" generated by some bouncers can now be received in the proper window. + Try to split long lines on spaces to avoid words being splitted. Adds a new option: split_line_on_space which defaults to on. + Add setting hilight_nick_matches_everywhere (#56). + The config parser is more robust and prints out better diagnostics on incorrect config files. + Ctrl+^ (FS#721) and Ctrl+J can now be bound. + Command history can be cleared with /window history -clear + /hilight -mask -line is now supported (FS#275). + CHANTYPES are now supported. + Improved reload speed of ignores. + Add -date feature to /lastlog + irssiproxy can be more easily enabled and disabled. + Expando for hostname (FS#829). + UNIX sockets can now also be specified in the config file. + Disable SSLv3 due to the POODLE vulnerability. + SSL ciphers can now be specified per server. + Added SNI support for SSL. Bugfixes + /ignore now respects -pattern on merge (#78). + irssiproxy (BNC) module now uses correct line endings. + Fix missing lines on large pastes (FS#905). + Correctly preserve STATUSMSG prefixes (#291). OBS-URL: https://build.opensuse.org/request/show/364037 OBS-URL: https://build.opensuse.org/package/show/server:irc/irssi?expand=0&rev=65
This commit is contained in:
28
irssi.spec
28
irssi.spec
@@ -19,12 +19,8 @@
|
||||
%bcond_with socks
|
||||
|
||||
Name: irssi
|
||||
Version: 0.8.17
|
||||
Version: 0.8.18
|
||||
Release: 0
|
||||
%define pkg_name irssi
|
||||
%define pkg_version 0.8.17
|
||||
#
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with socks}
|
||||
%if 0%{?suse_version} > 1110
|
||||
@@ -42,20 +38,17 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
BuildRequires: perl
|
||||
Conflicts: %{pkg_name}-snapshot
|
||||
Conflicts: %{name}-snapshot
|
||||
#
|
||||
Url: http://www.irssi.org
|
||||
# irssi-import will become irssi for > 0.8.17
|
||||
Source: https://github.com/irssi-import/irssi/releases/download/%{pkg_version}/%{pkg_name}-%{pkg_version}.tar.bz2
|
||||
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
||||
Source1: irssi.desktop
|
||||
Source2: irssi.png
|
||||
Source3: https://github.com/irssi-import/irssi/releases/download/%{pkg_version}/%{pkg_name}-%{pkg_version}.tar.bz2.sig
|
||||
Source3: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz.asc
|
||||
# https://sks-keyservers.net/pks/lookup?op=get&search=0x00CCB587DDBEF0E1
|
||||
Source4: %{name}.keyring
|
||||
Source99: irssi-rpmlintrc
|
||||
Patch: irssi-0.8.15_ssl_proxy.patch
|
||||
# PATCH-FIX-OPENSUSE irssi-0.8.15-ssl-passphrase.patch bnc#842532
|
||||
Patch1: irssi-0.8.15-ssl-passphrase.patch
|
||||
# PATCH-FIX-OPENSUSE irssi-0.8.16_missing_prototype_warnings.patch
|
||||
Patch2: irssi-0.8.16_missing_prototype_warnings.patch
|
||||
#
|
||||
@@ -87,7 +80,7 @@ Authors:
|
||||
Timo Sirainen <cras@irssi.org>
|
||||
|
||||
%package devel
|
||||
Requires: %{pkg_name} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: dante-devel
|
||||
#
|
||||
Summary: Development package for irssi
|
||||
@@ -104,9 +97,8 @@ Authors:
|
||||
Timo Sirainen <cras@irssi.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{pkg_version}
|
||||
%setup -q
|
||||
#patch
|
||||
#patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
@@ -135,7 +127,7 @@ export LDFLAGS="-pie"
|
||||
%__make %{?jobs:-j%{jobs}} all
|
||||
|
||||
%install
|
||||
%makeinstall docdir=%{_docdir}/%{pkg_name}
|
||||
%makeinstall docdir=%{_docdir}/%{name}
|
||||
%perl_process_packlist
|
||||
%__rm %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la}
|
||||
|
||||
@@ -156,8 +148,8 @@ export LDFLAGS="-pie"
|
||||
%dir %{_libdir}/irssi/modules
|
||||
%{_libdir}/irssi/modules/*.so*
|
||||
# scripts & themes
|
||||
%dir %{_datadir}/%{pkg_name}
|
||||
%{_datadir}/%{pkg_name}/*
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/*
|
||||
#perl
|
||||
%dir %perl_vendorarch/Irssi
|
||||
%perl_vendorarch/Irssi.pm
|
||||
@@ -171,7 +163,7 @@ export LDFLAGS="-pie"
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/irssi.png
|
||||
%if 0%{?suse_version} <= 1130
|
||||
/var/adm/perl-modules/%{pkg_name}
|
||||
/var/adm/perl-modules/%{name}
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user