Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2015-01-15 15:59:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hexchat" Changes: -------- --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2014-09-22 09:24:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2015-01-15 15:59:33.000000000 +0100 @@ -1,0 +2,18 @@ +Thu Jan 15 09:34:53 UTC 2015 - [email protected] + +- Version bump to 2.10.2: + * verify hostnames of certificates + * use more secure openssl options (No SSLv2/3) + * detect utf8 urls in chat + * fix using multiple client certs at the same time + * fix checking for Perl on some distros + * fix friends list not properly updating + * fix building with format-security + * fix more non-ascii path issues on Windows + * fix opening utf8 urls on Windows and OSX + * update deps on Windows + * update translations +- Remove the asneeded.diff as it seems not to be needed, builds without + and perl is linked well. + +------------------------------------------------------------------- Old: ---- asneeded.diff hexchat-2.10.1.tar.xz New: ---- hexchat-2.10.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.Gffvsr/_old 2015-01-15 15:59:34.000000000 +0100 +++ /var/tmp/diff_new_pack.Gffvsr/_new 2015-01-15 15:59:34.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hexchat # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Andrey Karepin <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,13 @@ Name: hexchat -Version: 2.10.1 +Version: 2.10.2 Release: 0 Summary: A popular and easy to use graphical IRC (chat) client License: GPL-2.0+ Group: Productivity/Networking/IRC Url: http://www.hexchat.org Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz -Patch: asneeded.diff BuildRequires: bison >= 1.35 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel @@ -37,9 +36,6 @@ BuildRequires: iso-codes-devel BuildRequires: libcanberra-devel BuildRequires: libnotify-devel -%if %{suse_version} != 1315 -BuildRequires: libntlm-devel -%endif BuildRequires: libproxy-devel BuildRequires: libsexy-devel BuildRequires: libxml2-devel @@ -52,6 +48,9 @@ BuildRequires: xz BuildRequires: perl(ExtUtils::Embed) Recommends: %{name}-lang +%if 0%{?suse_version} != 1315 +BuildRequires: libntlm-devel +%endif %description HexChat is an easy to use graphical IRC chat client for the X Window System. @@ -88,7 +87,6 @@ %prep %setup -q -%patch # fix date embedding to avoid needless rebuilds FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++++++ hexchat-2.10.1.tar.xz -> hexchat-2.10.2.tar.xz ++++++ ++++ 95018 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
