commit hexchat for openSUSE:13.1
Hello community, here is the log from the commit of package hexchat for openSUSE:13.1 checked in at 2013-09-30 17:55:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/hexchat (Old) and /work/SRC/openSUSE:13.1/.hexchat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hexchat" Changes: -------- --- /work/SRC/openSUSE:13.1/hexchat/hexchat.changes 2013-09-23 10:53:28.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.hexchat.new/hexchat.changes 2013-09-30 17:55:13.000000000 +0200 @@ -1,0 +2,50 @@ +Mon Sep 30 07:26:58 UTC 2013 - tchvatal@suse.com + +- Fix new files in the list. + +------------------------------------------------------------------- +Mon Sep 30 07:17:30 UTC 2013 - tchvatal@suse.com + +- Version bump to 2.9.6.1: + * fixes some utilities causing crash #740 + * redesign edit window in network list + * rename favorites to autojoin + * improve url detection yet again (this time w/ more ipv6!) + * implement /exec -o on Windows + * improvements to the dcc window + * improvements to sysinfo on unix, including -e to print info instead of saying + * add support for BLOWFISH, AES, and EXTERNAL SASL mechanisms + * add reload command and button in plugingui + * add support for server-time and znc.in/server-time[-iso] capabilities + * add attributes to hook_print/server and emit_print for information such as server-time + * add support for QuakeNet’s challangeauth + * add chanopt for stripping colors + * add copy option to banlist entries + * add autoconnect option to context menu of networks + * add option for omitting alerts while window is focused + * add python3 support along with various bugfixes + * add libcanberra support on unix + * add tracking of users accounts + * add %u to userlist popups for accounts + * add channelkey to channel lists in plugin api + * add MONITOR support for the friends list + * add QUIET and UNQUIET commands + * add support for the away-notify, account-notify, and extended-join capabilities + * add notifications for friends away status (requires away-notify) + * add events for quiet, unquiet, and quietlist + * add Ctrl+N (New Server Window) keybinding + * add ctrl+home/end keybinding for scrolling to top/bottom + * add theme manager to unix build system + * fix compilation on FreeBSD + * fix running as root + * fix splitting ctcps and notices + * fix alerts and scrollback chanopts + * fix crash when attaching/detaching tabs + * fix sending limited channel messages (op messages) to the wrong tab + * change /load -e to load from config dir + * remove Ctrl+L (Clear Text) keybinding + * remove custom sound applications + * remove away announce, replaced by away-notify on supported servers. (alternative python script) + * update network list + +------------------------------------------------------------------- Old: ---- hexchat-2.9.5.tar.xz New: ---- hexchat-2.9.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.LDxGDd/_old 2013-09-30 17:55:13.000000000 +0200 +++ /var/tmp/diff_new_pack.LDxGDd/_new 2013-09-30 17:55:13.000000000 +0200 @@ -21,12 +21,10 @@ Summary: A popular and easy to use graphical IRC (chat) client License: GPL-2.0+ Group: Productivity/Networking/IRC -Version: 2.9.5 +Version: 2.9.6.1 Release: 0 -Source: hexchat-%{version}.tar.xz +Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz Url: http://www.hexchat.org -BuildRequires: autoconf -BuildRequires: automake >= 1.11.0 BuildRequires: bison >= 1.35 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel @@ -37,7 +35,6 @@ BuildRequires: libnotify-devel BuildRequires: libproxy-devel BuildRequires: libsexy-devel -BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pciutils-devel @@ -85,22 +82,23 @@ %setup -q %build -./autogen.sh -%configure --enable-python=python2 --enable-spell=libsexy +%configure \ + --enable-python=python2 \ + --enable-spell=libsexy -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install %{make_install} # Get rid of libtool archives -%{__rm} -f %{buildroot}%{_libdir}/hexchat/plugins/*.la +rm -f %{buildroot}%{_libdir}/hexchat/plugins/*.la # Remove unused schema -%{__rm} -f %{buildroot}%{_sysconfdir}/gconf/schemas/apps_hexchat_url_handler.schemas +rm -f %{buildroot}%{_sysconfdir}/gconf/schemas/apps_hexchat_url_handler.schemas -# Installer not provide devel files -%{__rm} -f %{buildroot}%{_includedir}/hexchat-plugin.h +# Installer does not provide devel files +rm -f %{buildroot}%{_includedir}/hexchat-plugin.h %suse_update_desktop_file -r hexchat IRCClient Network @@ -124,8 +122,11 @@ %{_libdir}/hexchat/plugins/doat.so %{_libdir}/hexchat/plugins/fishlim.so %{_libdir}/hexchat/plugins/sysinfo.so +%{_libdir}/pkgconfig/%{name}-plugin.pc %{_datadir}/applications/hexchat.desktop %{_datadir}/icons/hicolor/* +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/*.xml %{_datadir}/dbus-1/services/org.hexchat.service.service %{_mandir}/man1/hexchat.1.gz ++++++ hexchat-2.9.5.tar.xz -> hexchat-2.9.6.1.tar.xz ++++++ ++++ 627370 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de