commit cervisia for openSUSE:Factory
Hello community, here is the log from the commit of package cervisia for openSUSE:Factory checked in at 2017-08-28 15:05:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cervisia (Old) and /work/SRC/openSUSE:Factory/.cervisia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cervisia" Mon Aug 28 15:05:02 2017 rev:54 rq:516293 version:17.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes 2017-07-29 08:55:19.920329934 +0200 +++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes 2017-08-28 15:05:22.424214865 +0200 @@ -1,0 +2,21 @@ +Fri Aug 11 22:44:53 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * startup notify not needed + * change size policy avoiding endless stretching of combobox + * Fix desktop name in CMakeLists.txt in order to allow installing + * Organization Name should match reverse DNS of desktop file. + * open a file only on doubleclick (kde#365651) + +------------------------------------------------------------------- +Sat Aug 5 18:16:39 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + +------------------------------------------------------------------- Old: ---- cervisia-17.04.3.tar.xz New: ---- cervisia-17.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cervisia.spec ++++++ --- /var/tmp/diff_new_pack.gUGKJI/_old 2017-08-28 15:05:23.400077602 +0200 +++ /var/tmp/diff_new_pack.gUGKJI/_new 2017-08-28 15:05:23.420074789 +0200 @@ -1,7 +1,7 @@ # # spec file for package cervisia # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: cervisia -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: CVS Frontend License: GPL-2.0 and GFDL-1.2 and LGPL-2.0 Group: Development/Tools/Version Control -Url: http://www.kde.org +Url: http://www.kde.org/ Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kdbusaddons-devel @@ -44,7 +45,9 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -n cervisia @@ -72,7 +75,7 @@ %find_lang %{name} --with-man --all-name %kf5_find_htmldocs %endif - %suse_update_desktop_file org.kde.cervisia5 Development RevisionControl + %suse_update_desktop_file org.kde.cervisia Development RevisionControl %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -80,27 +83,27 @@ %files %defattr(-,root,root) %doc COPYING COPYING.DOC COPYING.LIB ChangeLog README -%{_bindir}/cervisia -%{_bindir}/cvsaskpass -%{_bindir}/cvsservice5 -%{_libdir}/libkdeinit5_cervisia.so -%{_libdir}/libkdeinit5_cvsaskpass.so -%{_libdir}/libkdeinit5_cvsservice.so -%{_kf5_plugindir}/cervisiapart5.so %dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/org.kde.cervisia.appdata.xml -%{_kf5_applicationsdir}/org.kde.cervisia5.desktop %dir %{_kf5_configkcfgdir}/ +%{_kf5_applicationsdir}/org.kde.cervisia.desktop +%{_kf5_appstreamdir}/org.kde.cervisia.appdata.xml +%{_kf5_bindir}/cervisia +%{_kf5_bindir}/cvsaskpass +%{_kf5_bindir}/cvsservice5 %{_kf5_configkcfgdir}/cervisiapart.kcfg -%{_datadir}/dbus-1/interfaces/org.kde.cervisia5.*.xml -%{_kf5_htmldir}/en/cervisia/ +%{_kf5_dbusinterfacesdir}/org.kde.cervisia5.*.xml +%doc %lang(en) %{_kf5_htmldir}/en/cervisia/ %{_kf5_iconsdir}/hicolor/*/*/* -%{_kf5_servicesdir}/org.kde.cervisiapart5.desktop -%{_kf5_servicesdir}/org.kde.cvsservice5.desktop %{_kf5_kxmlguidir}/cervisia/ %{_kf5_kxmlguidir}/cervisiapart/ -%{_mandir}/man1/cervisia.1%{ext_man} +%{_kf5_libdir}/libkdeinit5_cervisia.so +%{_kf5_libdir}/libkdeinit5_cvsaskpass.so +%{_kf5_libdir}/libkdeinit5_cvsservice.so +%{_kf5_mandir}/man1/cervisia.1%{ext_man} %{_kf5_notifydir}/cervisia.notifyrc +%{_kf5_plugindir}/cervisiapart5.so +%{_kf5_servicesdir}/org.kde.cervisiapart5.desktop +%{_kf5_servicesdir}/org.kde.cvsservice5.desktop %if %{with lang} %files lang -f %{name}.lang ++++++ cervisia-17.04.3.tar.xz -> cervisia-17.08.0.tar.xz ++++++ ++++ 3249 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de