Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2016-03-07 13:26:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irssi (Old)
 and      /work/SRC/openSUSE:Factory/.irssi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irssi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/irssi/irssi.changes      2016-01-12 
16:13:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2016-03-07 
13:27:00.000000000 +0100
@@ -1,0 +2,46 @@
+Wed Mar  2 08:18:10 UTC 2016 - [email protected]
+
+- 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).
+  + Fix infinite recursion in key bindings (FS#817).
+  + Fix incomplete awaylog caused by buffering.
+  + Fix calculation of UTF-8 string length display in some cases.
+  + Fix some Perl warnings related to @ISA.
+  + EXEC windowitems now get proper references on the Perl side.
+  + Incremental help file improvements.
+  + ANSI attributes are now properly reset.
+  + Fixed regression where text would blink when terminal lacks color support.
+  + Permit the usage of Freenode extban syntax in /ban (#150)
+  + Fixed regression in scriptassist on unload of scripts.
+  + Fixed regression in -actcolor %n
+- Remove irssi-0.8.15-ssl-passphrase.patch, fixed upstream.
+
+-------------------------------------------------------------------
@@ -5 +51 @@
-- verify source signatature
+- verify source signature

Old:
----
  irssi-0.8.15-ssl-passphrase.patch
  irssi-0.8.17.tar.bz2
  irssi-0.8.17.tar.bz2.sig

New:
----
  irssi-0.8.18.tar.xz
  irssi-0.8.18.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ irssi.spec ++++++
--- /var/tmp/diff_new_pack.uRXl8v/_old  2016-03-07 13:27:01.000000000 +0100
+++ /var/tmp/diff_new_pack.uRXl8v/_new  2016-03-07 13:27:01.000000000 +0100
@@ -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:  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 @@
     Timo Sirainen <[email protected]>
 
 %package devel
-Requires:       %{pkg_name} = %{version}
+Requires:       %{name} = %{version}
 Requires:       dante-devel
 #
 Summary:        Development package for irssi
@@ -104,9 +97,8 @@
     Timo Sirainen <[email protected]>
 
 %prep
-%setup -q -n %{pkg_name}-%{pkg_version}
+%setup -q
 #patch
-#patch1
 %patch2
 
 %build
@@ -135,7 +127,7 @@
 %__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 @@
 %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 @@
 %{_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




Reply via email to