Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2014-10-18 09:09:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-09-10 
10:19:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2014-10-18 
09:10:18.000000000 +0200
@@ -1,0 +2,37 @@
+Fri Oct 17 13:23:08 UTC 2014 - mrueck...@suse.de
+
+- update to 0.8.17
+  + Document that SSL connections aren't properly handled during
+    /UPGRADE. See Github PR #39.
+  + Synchronize scripts with scripts.irssi.org.
+  + Performance enhancement of the nicklist as well as the
+    window_item_find function. See Github PR #24.
+  + Disallow unloading of static modules.
+  + Allow UTF-8 characters in /bind. See Github PR #18.
+  + Split overlong outgoing messages instead of silently truncating
+    them.
+    Adds two new options: 'split_line_end' and 'split_line_start'.
+    - 'split_line_end' contains a string added to the end of line
+      fragments.
+    - 'split_line_start' contains a string added to the beginning
+      of line
+    fragments. See Github PR #29.
+  + Added special /ignore NO_ACT level to ignore only activity (see
+    /help ignore).
+  + Support for 256 and true color terminals (see Github PR #48).
+  + Support for italics (see Github PR #58).
+  + Rewrote many help files.
+  - Fixed various compiler warnings and use of deprecated
+    functions.
+  - Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce
+    code size.
+  - Fixed format_get_text Perl API. See Github PR #23.
+  - Fixed gui_printtext_after and term_refresh_*() visibility. See
+    Github PR #22.
+  - Fixed issue where UTF-8 characters was corrupted once for every
+    32k text. See Github PR #12.
+  - Fixed redrawing issue with right-aligned statusbar.
+  - Fixed use-after-free bug with cached settings values. See
+    Github PR #147.
+
+-------------------------------------------------------------------

Old:
----
  irssi-0.8.16.tar.bz2

New:
----
  irssi-0.8.17.tar.bz2

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

Other differences:
------------------
++++++ irssi.spec ++++++
--- /var/tmp/diff_new_pack.Od4uk5/_old  2014-10-18 09:10:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Od4uk5/_new  2014-10-18 09:10:20.000000000 +0200
@@ -15,12 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with socks
 
 Name:           irssi
-Version:        0.8.16
+Version:        0.8.17
 Release:        0
 %define pkg_name irssi
+%define pkg_version 0.8.17
 #
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +45,7 @@
 Conflicts:      %{pkg_name}-snapshot
 #
 Url:            http://www.irssi.org
-Source:         http://www.irssi.org/files/irssi-%{version}.tar.bz2
+Source:         http://www.irssi.org/files/irssi-%{pkg_version}.tar.bz2
 Source1:        irssi.desktop
 Source2:        irssi.png
 Source99:       irssi-rpmlintrc
@@ -98,7 +100,7 @@
     Timo Sirainen <c...@irssi.org>
 
 %prep
-%setup -q
+%setup -q -n %{pkg_name}-%{pkg_version}
 #patch
 #patch1
 %patch2
@@ -115,12 +117,14 @@
                --enable-ipv6   \
                --with-bot      \
                --with-proxy    \
-               --enable-ssl    \
     %if %{with socks}
     --with-socks    \
     %endif
+    --enable-dane       \
+    --enable-ssl        \
                --with-ncurses  \
                --with-terminfo \
+    --enable-true-color \
                --with-perl=yes \
                --with-perl-lib=vendor
 %__make %{?jobs:-j%{jobs}} all

++++++ irssi-0.8.16_missing_prototype_warnings.patch ++++++
--- /var/tmp/diff_new_pack.Od4uk5/_old  2014-10-18 09:10:21.000000000 +0200
+++ /var/tmp/diff_new_pack.Od4uk5/_new  2014-10-18 09:10:21.000000000 +0200
@@ -23,4 +23,4 @@
 +#include "core/network.h"
  #include "settings.h"
  #include "session.h"
- 
+ #include "servers.h"

++++++ irssi-0.8.16.tar.bz2 -> irssi-0.8.17.tar.bz2 ++++++
++++ 120127 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to