Hello community, here is the log from the commit of package konversation for openSUSE:Factory checked in at 2015-05-11 19:32:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konversation (Old) and /work/SRC/openSUSE:Factory/.konversation.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konversation" Changes: -------- --- /work/SRC/openSUSE:Factory/konversation/konversation.changes 2014-11-07 09:05:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes 2015-05-11 19:32:51.000000000 +0200 @@ -1,0 +2,58 @@ +Thu Apr 30 19:11:37 UTC 2015 - [email protected] + +- Update to 1.6: + * Improved support for character set aliases via KCharsets. + * Improved behavior when reconnecting and Konversation had to use + an alternate nickname for the previous connection because the + preferred nickname was already in use: Konversation will now + try harder to go back to nicknames sorted earlier in the + identity's nickname list, instead of advancing down the list + without checking whether earlier nicknames have become + available again. + * Konversation will no longer give up trying to connect when only + a single nickname is configured and not available at connection + time. Instead, it will do as many reconnection attempts as + allowed by user configuration. + * Fixed incorrect size calculations for the channel topic text + label causing cut-off text and unwanted collapsing of the topic + area. + * Fixed a bug causing auto-connect not to connect to networks in + the order they are listed in the Server List dialog. + * Fixed a bug causing the main window not to be raised when an + Konversation is started an additional time and the window is + currently minimized. + * The default tabs position is now 'Left', i.e. the treelist + version of the tab bar. + * Tabs can now be reordered by drag and drop again. + * Fixed various rendering issues in the treelist version of the + tab bar and made it high-DPI scaling-capable. + * Fixed a bug causing Channel List tabs not to be sorted below + the status tab of the server they belong to in the treelist + version of the tab bar, and corrupt its contents. + * Fixed margins in the Edit Network dialog. + * Improved wording and correctness of several interface messages. + * Fixed a bug causing some interface messages and labels not to + use their translated versions when running with a language + other than US English. + * Fixed a bug causing Konversation not to generate default + command aliases for installed scripts at startup anymore. + * The bundled 'cmd' script now defaults to trying to decode + command output as Utf-8 even when run on Python 2. + * Fixed the bundled 'bug' script not working. + * Fixed naming of bundled icons. + * Konversation now opts into Qt's high-DPI pixmap handling. + * Adjusted build system to use co-installable version of qca-qt5. + * Fixed build failures on Windows. + * Konversation now depends on KDE Frameworks v5.2.0 and Qt + v5.3.0. + * The default nickname list theme has been updated to KDE's new + Breeze visual identity. + * Notification events now have non-generic titles to prevent + Plasma Desktop 5 from merging events from different sources. + * Fixed a bug causing the "Focus Input Bar" action to be + enabled/disabled at incorrect times. +- Package ported to KF5. Updated build and runtime requirements to + the KF5 ones. +- Removed support for old openSUSE versions. + +------------------------------------------------------------------- Old: ---- konversation-1.5.1.tar.xz New: ---- konversation-1.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konversation.spec ++++++ --- /var/tmp/diff_new_pack.GIZUxr/_old 2015-05-11 19:32:52.000000000 +0200 +++ /var/tmp/diff_new_pack.GIZUxr/_new 2015-05-11 19:32:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package konversation # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,45 @@ Name: konversation -Version: 1.5.1 +Version: 1.6 Release: 0 -%define tar_version 1.5.1 Summary: A User-Friendly IRC Client for KDE License: GPL-2.0+ Group: Productivity/Networking/IRC Url: http://konversation.kde.org/ -Source: http://download.kde.org/stable/%{name}/%{tar_version}/src/%{name}-%{tar_version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libkde4-devel >= 4.9.0 -BuildRequires: libkdepimlibs4-devel -BuildRequires: libqca2-devel +Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: karchive-devel +BuildRequires: kbookmarks-devel +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdbusaddons-devel +BuildRequires: kdoctools-devel +BuildRequires: kemoticons-devel +BuildRequires: kf5-filesystem +BuildRequires: kglobalaccel-devel +BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kidletime-devel +BuildRequires: kio-devel +BuildRequires: kitemviews-devel +BuildRequires: knotifications-devel +BuildRequires: knotifyconfig-devel +BuildRequires: kparts-devel +BuildRequires: kwallet-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kwindowsystem-devel +BuildRequires: libqca-qt5-devel +BuildRequires: phonon4qt5-devel +BuildRequires: solid-devel +BuildRequires: sonnet-devel BuildRequires: xz -%if 0%{?suse_version} -BuildRequires: update-desktop-files -%endif -Recommends: kdepim4-runtime -%kde4_pimlibs_requires -%kde4_runtime_requires +BuildRequires: pkgconfig(Qt5Core) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0 Recommends: %{name}-lang = %{version} -%if 0%{?suse_version} > 1110 -Provides: kde4-konversation = 1.1.77 -Obsoletes: kde4-konversation < 1.1.77 -%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Konversation is a user-friendly Internet Relay Chat (IRC) client built on the @@ -63,59 +78,40 @@ Highly configurable %lang_package + %prep -%setup -q -n %{name}-%{tar_version} +%setup -q %build -%cmake_kde4 -d build +%cmake_kf5 -d build %make_jobs %install -pushd build -%kde4_makeinstall -popd - -%if 0%{?suse_version} -%suse_update_desktop_file %{name} Qt KDE Network IRCClient -%endif - -%if 0%{?suse_version} < 1120 - for i in en et it pt_BR sv uk; do mkdir %{buildroot}%{_kde4_htmldir}/$i/common;done -%endif - -# Removed unneeded locales -%if 0%{?suse_version} < 1130 -rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/ -rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/ -%endif -# +%kf5_makeinstall -C build %find_lang %{name} -%kde_post_install - -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO -%{_kde4_bindir}/konversation -%{_kde4_applicationsdir}/konversation.desktop -%doc %{_kde4_htmldir}/en/konversation/ -%{_kde4_iconsdir}/hicolor/*/actions/kimproxyaway.* -%{_kde4_iconsdir}/hicolor/*/actions/kimproxyoffline.* -%{_kde4_iconsdir}/hicolor/*/actions/kimproxyonline.* -%{_kde4_iconsdir}/hicolor/*/actions/konv_message.* -%{_kde4_iconsdir}/hicolor/*/apps/konversation.* -%{_kde4_appsdir}/kconf_update/* -%{_kde4_appsdir}/konversation/ -%{_kde4_servicesdir}/konvirc.protocol -%{_kde4_servicesdir}/konvirc6.protocol -%{_kde4_servicesdir}/konvircs.protocol +%doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README +%{_kf5_applicationsdir}/org.kde.konversation.desktop +%{_kf5_bindir}/konversation +%doc %{_kf5_htmldir}/en/konversation/ +%{_kf5_iconsdir}/hicolor/*/actions/konv_message.* +%{_kf5_iconsdir}/hicolor/*/apps/konversation.* +%{_kf5_notifydir}/konversation.notifyrc +%{_kf5_servicesdir}/konvirc.protocol +%{_kf5_servicesdir}/konvirc6.protocol +%{_kf5_servicesdir}/konvircs.protocol +%dir %{_kf5_sharedir}/kconf_update/ +%{_kf5_sharedir}/kconf_update/konversation* +%{_kf5_sharedir}/konversation/ +%{_kf5_sharedir}/kxmlgui5/konversation/ %files lang -f %{name}.lang %defattr(-,root,root,-) -%exclude %{_kde4_docdir}/HTML/en/konversation +%dir %{_kf5_htmldir}/pt_BR/ +%doc %{_kf5_htmldir}/*/konversation/ +%exclude %{_kf5_htmldir}/en/konversation %changelog ++++++ konversation-1.5.1.tar.xz -> konversation-1.6.tar.xz ++++++ ++++ 438434 lines of diff (skipped)
