Hello community, here is the log from the commit of package smuxi for openSUSE:Factory checked in at 2015-08-11 08:26:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/smuxi (Old) and /work/SRC/openSUSE:Factory/.smuxi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "smuxi" Changes: -------- --- /work/SRC/openSUSE:Factory/smuxi/smuxi.changes 2015-05-23 13:08:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.smuxi.new/smuxi.changes 2015-08-11 08:26:58.000000000 +0200 @@ -1,0 +2,31 @@ +Tue Jul 28 13:04:35 UTC 2015 - [email protected] + +- Update to version 1.0: + + User Interface Enhancements: + - Synced message markers: the position of of the seen/unseen + messages marker is pushed to the smuxi-server and remembered + when the frontend reconnects. + - Persistent message markers: the message marker position is + also remembered across Smuxi(-server) restarts. + - Message Counter: in addition to the highlight counter next to + a chat new/unseen messages are also counted. This makes it + easy to identify chats with much traffic. + - Single application instance support. If you start Smuxi again + from the menu it will bring the existing instance into the + foreground. This makes the Ubuntu Messaging Menu much nicer. + - The command/message entry is alignment with the messages. + + Text Frontend Enhancements: + - The console background color can now be configured using: + /config set STFL/Interface/TerminalBackgroundColor = #000000. + - The text color contrast if nicks with the background is now + ensured. + - Messages containing images will not be skipped but their + alternative text is shown instead. + + New smuxi-message-buffer tool. + + Various Scripting Enhancements. +- Drop smuxi-toolsversion-4.0.patch: fixed upstream. +- Add pkgconfig(stfl) BuildRequires: new dependency. +- Split out new smuxi-frontend-stfl and smuxi-message-buffer + subpackages. + +------------------------------------------------------------------- Old: ---- smuxi-0.11.1.tar.gz smuxi-toolsversion-4.0.patch New: ---- smuxi-1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smuxi.spec ++++++ --- /var/tmp/diff_new_pack.iv3r1z/_old 2015-08-11 08:26:59.000000000 +0200 +++ /var/tmp/diff_new_pack.iv3r1z/_new 2015-08-11 08:26:59.000000000 +0200 @@ -17,13 +17,11 @@ Name: smuxi -Version: 0.11.1 +Version: 1.0 Release: 0 # FIXME: when db4o is in Factory, uncomment BuildRequires for it Url: http://www.smuxi.org Source0: http://www.smuxi.org/jaws/data/files/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM smuxi-toolsversion-4.0.patch [email protected] -- Set default toolsversion to 4.0 -Patch0: smuxi-toolsversion-4.0.patch Summary: Smart MUltipleXed Irc License: GPL-2.0+ Group: Productivity/Networking/IRC @@ -42,6 +40,7 @@ BuildRequires: pkgconfig(log4net) BuildRequires: pkgconfig(nini-1.1) BuildRequires: pkgconfig(notify-sharp) +BuildRequires: pkgconfig(stfl) >= 0.21 Recommends: %{name}-frontend-gnome %if 0%{suse_version} >= 1100 Recommends: %{name}-server @@ -169,6 +168,27 @@ Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform XMPP client for advanced users, targeting the GNOME desktop. +%package frontend-stfl +Summary: Smart MUltipleXed Irc - Structured Terminal Form Frontend +Group: Productivity/Networking/IRC +Requires: %{name}-frontend = %{version} + +%description frontend-stfl +Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform +IRC client for advanced users. + +This package provides the stfl (Structured Terminal Forms Library) based frontend. + +%package message-buffer +Summary: Smart MUltipleXed Irc - Structured Terminal Form Frontend +Group: Productivity/Networking/IRC +Requires: %{name}-frontend = %{version} +Recommends: %{name}-message-buffer-lang + +%description message-buffer +Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform +IRC client for advanced users. + %package server Summary: Smart MUltipleXed Irc - Server Group: Productivity/Networking/IRC @@ -190,10 +210,10 @@ %lang_package -n %{name}-frontend-gnome-irc %lang_package -n %{name}-frontend-gnome-xmpp %lang_package -n %{name}-frontend-gnome-twitter +%lang_package -n %{name}-message-buffer %lang_package -n %{name}-server %prep %setup -q -%patch0 -p1 %build %configure \ @@ -215,6 +235,7 @@ %find_lang %{name}-frontend-gnome-irc %find_lang %{name}-frontend-gnome-twitter %find_lang %{name}-frontend-gnome-xmpp +%find_lang %{name}-message-buffer %find_lang %{name}-server %suse_update_desktop_file %{name}-frontend-gnome @@ -281,6 +302,7 @@ %{_prefix}/lib/%{name}/%{name}-engine-twitter.dll* %{_prefix}/lib/%{name}/Newtonsoft.Json.dll* %{_prefix}/lib/%{name}/Twitterizer2.dll* +%{_prefix}/lib/%{name}/Twitterizer2.Streaming.dll* %files engine-twitter-lang -f %{name}-engine-twitter.lang @@ -305,6 +327,8 @@ %doc LICENSE %{_bindir}/%{name}-frontend-gnome %{_prefix}/lib/%{name}/%{name}-frontend-gnome.exe* +%dir %{_datadir}/appdata +%{_datadir}/appdata/smuxi-frontend-gnome.appdata.xml %{_datadir}/applications/%{name}-frontend-gnome.desktop %{_datadir}/icons/hicolor/*/apps/%{name}-frontend-gnome.* %{_mandir}/man1/%{name}-frontend-gnome.1%{?ext_man} @@ -332,6 +356,22 @@ %files frontend-gnome-xmpp-lang -f %{name}-frontend-gnome-xmpp.lang +%files frontend-stfl +%defattr(-,root,root) +%doc LICENSE +%{_bindir}/%{name}-frontend-stfl +%{_prefix}/lib/%{name}/%{name}-frontend-stfl.exe* +%{_mandir}/man1/%{name}-frontend-stfl.1%{?ext_man} + +%files message-buffer +%defattr(-,root,root) +%doc LICENSE +%{_bindir}/%{name}-message-buffer +%{_prefix}/lib/%{name}/%{name}-message-buffer.exe* +%{_mandir}/man1/%{name}-message-buffer.1%{?ext_man} + +%files message-buffer-lang -f %{name}-message-buffer.lang + %files server %defattr(-,root,root) %doc LICENSE ++++++ smuxi-0.11.1.tar.gz -> smuxi-1.0.tar.gz ++++++ ++++ 56253 lines of diff (skipped)
