Hello community, here is the log from the commit of package kimagemapeditor for openSUSE:Factory checked in at 2017-12-19 10:54:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kimagemapeditor (Old) and /work/SRC/openSUSE:Factory/.kimagemapeditor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimagemapeditor" Tue Dec 19 10:54:04 2017 rev:13 rq:556199 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kimagemapeditor/kimagemapeditor.changes 2017-11-17 10:48:23.670216991 +0100 +++ /work/SRC/openSUSE:Factory/.kimagemapeditor.new/kimagemapeditor.changes 2017-12-19 10:54:08.157954329 +0100 @@ -1,0 +2,51 @@ +Sat Dec 09 14:59:06 CET 2017 - [email protected] + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * None + +------------------------------------------------------------------- +Sat Dec 02 10:12:37 CET 2017 - [email protected] + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * .desktop: kimagemapeditor can take a list of files (kde#386696) + +------------------------------------------------------------------- +Mon Nov 20 06:59:13 CET 2017 - [email protected] + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Add a basic appstream file + * Fix minor typos + * Bump version number + * Fix the encoding in the name of the original author + * Recognize an image by MIME type, not extension + * Port away from KDialog and K{H,V}Box + * Port away from KTemporaryFile to QTemporaryFile + * Port away from KMimeType to QMime* and reorder headers + * Remove few unused includes (from deprecated classes) + * Check if the name returned by QInputDialog is not empty + * Port from KInputDialog to QInputDialog + * Remove the last references to kapplication.h + * Port from KFileDialog to QFileDialog + * Cleanup of the shortcut handling for actions + * Add more application metadata (desktop file, icon, etc) + * Fix desktop file: -qwindowtitle replace -caption + * Port away from KIcon and (noop) KPushButton + * Port to categorized logging (using the ECM macro) + * doc: adapt the DTD, cleanup entities and terminology + * Initial port to KF5 + * Add the org namespace to the application desktop file + * Remove the last Qt3Support dependency + +------------------------------------------------------------------- Old: ---- kimagemapeditor-17.08.3.tar.xz New: ---- kimagemapeditor-17.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimagemapeditor.spec ++++++ --- /var/tmp/diff_new_pack.RU9Bf8/_old 2017-12-19 10:54:08.869919960 +0100 +++ /var/tmp/diff_new_pack.RU9Bf8/_new 2017-12-19 10:54:08.873919767 +0100 @@ -16,8 +16,10 @@ # +%bcond_without lang + Name: kimagemapeditor -Version: 17.08.3 +Version: 17.12.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -27,42 +29,68 @@ Group: Productivity/Publishing/HTML/Editors Url: http://quanta.sf.net Source0: %{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules BuildRequires: fdupes -BuildRequires: libkdepimlibs4-devel -BuildRequires: libtidy-devel -BuildRequires: ruby-devel -BuildRequires: xz +BuildRequires: update-desktop-files +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5GuiAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5KHtml) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Widgets) +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{kde4_runtime_requires} %description A tool to edit image maps of HTML files +%if %{with lang} +%lang_package +%endif + %prep %setup -q %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build - %kde4_makeinstall - %suse_update_desktop_file -r kimagemapeditor Office WebDevelopment - %kde_post_install + %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif + %suse_update_desktop_file -r org.kde.kimagemapeditor Office WebDevelopment %fdupes -s %{buildroot} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %defattr(-,root,root) -%{_bindir}/kimagemapeditor -%{_libdir}/kde4/libkimagemapeditor.so -%{_kde4_applicationsdir}/kimagemapeditor.desktop -%{_kde4_htmldir}/en/kimagemapeditor/ -%{_kde4_iconsdir}/hicolor/*/*/* -%{_kde4_appsdir}/kimagemapeditor/ -%{_kde4_servicesdir}/kimagemapeditorpart.desktop +%{_kf5_configdir}/kimagemapeditor.categories +%{_kf5_bindir}/kimagemapeditor +%{_kf5_plugindir}/kimagemapeditor.so +%{_kf5_applicationsdir}/org.kde.kimagemapeditor.desktop +%{_kf5_htmldir}/en/kimagemapeditor/ +%{_kf5_iconsdir}/hicolor/*/*/* +%{_kf5_kxmlguidir}/kimagemapeditor/ +%{_kf5_servicesdir}/kimagemapeditorpart.desktop +%{_kf5_sharedir}/kimagemapeditor/ +%{_kf5_appstreamdir}/org.kde.kimagemapeditor.appdata.xml + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif %changelog ++++++ kimagemapeditor-17.08.3.tar.xz -> kimagemapeditor-17.12.0.tar.xz ++++++ ++++ 58614 lines of diff (skipped)
