Accepting request 664343 from server:irc
OBS-URL: https://build.opensuse.org/request/show/664343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irssi?expand=0&rev=52
This commit is contained in:
commit
9a450c68d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:784807e7a1ba25212347f03e4287cff9d0659f076edfb2c6b20928021d75a1bf
|
||||
size 1080992
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCWoXQmQAKCRAAzLWH3b7w
|
||||
4dKFAJ9qSzsQYM4othMAQRwRBszkF+zgUACcCceXMxDZ15zYvI3kBchwP4RH/0Y=
|
||||
=Ea81
|
||||
-----END PGP SIGNATURE-----
|
3
irssi-1.1.2.tar.xz
Normal file
3
irssi-1.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ccc2b89a394e91bea0aa83a951c3b1d471c76da87b4169ec435530a31bf9732
|
||||
size 1084328
|
6
irssi-1.1.2.tar.xz.asc
Normal file
6
irssi-1.1.2.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQR+5l4wgqX7Bqx8No0AzLWH3b7w4QUCXDX1wAAKCRAAzLWH3b7w
|
||||
4enLAJ9Qp6oKIM/XAvydg66PPwEaRQULewCcDEVPQYj27RXXYGKptrd3RYnOXC4=
|
||||
=s5M3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 13:29:11 UTC 2019 - Ailin Nemui <ailin.nemui@gmail.com>
|
||||
|
||||
- update to 1.1.2
|
||||
- Fix the resetting of window hiddenlevel (#861)
|
||||
- Fix clearing of hidelevel in layout (#951)
|
||||
- Fix accessing unallocated text when checking entry position
|
||||
(#930)
|
||||
- Fix uninitialised memory on empty lines (#873, GL#31, #878,
|
||||
#877, #907, #914)
|
||||
- Fix use-after-free on expiration of hidden lines (#948)
|
||||
(CVE-2019-5882 boo#1121396)
|
||||
- Fix use-after-frees. By Maya Rashish (#919)
|
||||
- Fix out of bounds access in help display when window width
|
||||
is small (#949)
|
||||
- Fix paste_join_multiline (#971)
|
||||
- Correctly check for errno when displaying SSL errors. By
|
||||
Janik Rabe (#895)
|
||||
- Fix wrong signal emission argument count (#965)
|
||||
- Documentation (#920). Sync NEWS, scripts (#849)
|
||||
- Fix Perl detection on MacOS. By Dominyk Tiller (#927)
|
||||
- Misc fixes. By Jaroslav Škarvada (#982)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 11:08:19 UTC 2018 - ailin.nemui@gmail.com
|
||||
|
||||
|
12
irssi.spec
12
irssi.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package irssi
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_with socks
|
||||
Name: irssi
|
||||
Version: 1.1.1
|
||||
Version: 1.1.2
|
||||
Release: 0
|
||||
#
|
||||
Summary: Modular, Secure, and Well Designed IRC Client
|
||||
#
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/IRC
|
||||
Url: http://www.irssi.org
|
||||
URL: http://www.irssi.org
|
||||
Source: https://github.com/irssi/irssi/releases/download/%{version}/irssi-%{version}.tar.xz
|
||||
Source1: irssi.desktop
|
||||
Source2: irssi.png
|
||||
@ -132,7 +132,7 @@ install -D -m0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/irssi.png"
|
||||
%dir %{_defaultdocdir}/irssi
|
||||
%docdir %{_defaultdocdir}/irssi/
|
||||
%doc %{_defaultdocdir}/irssi/*
|
||||
%{_mandir}/man1/*.1%{ext_man}
|
||||
%{_mandir}/man1/*.1%{?ext_man}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/irssi.png
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user