commit discover for openSUSE:Factory
Hello community, here is the log from the commit of package discover for openSUSE:Factory checked in at 2017-01-31 12:17:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/discover (Old) and /work/SRC/openSUSE:Factory/.discover.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "discover" Changes: -------- --- /work/SRC/openSUSE:Factory/discover/discover.changes 2017-01-04 17:21:19.778700257 +0100 +++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes 2017-02-03 17:35:45.609184437 +0100 @@ -1,0 +2,38 @@ +Thu Jan 26 19:58:02 CET 2017 - fabian@ritter-vogt.de + +- Update to 5.9.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.0.php +- Changes since 5.8.95: + * Add missing overrides + * Make sure we don't always search to kns + * Only notify changes when they actually change + * Don't emit null resources + * Don't show unexisting local packages as if local + * Fix the SettingsPage + * libdiscover: Remove superfluous semicolon + * Lambda not needed anymore + * Fix signal type, don't emit as a reference + * Restore discover-exporter + * Gain control over the applications shown on the main browsing page + * Include an IconName on the notifyrc file + * Properly process Discover positional arguments + * associate with deb and rpm to expose local file install capability + +------------------------------------------------------------------- +Thu Jan 12 20:39:58 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.8.95 (Plasma 5.9 Beta) + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.8.95.php +- Changes: + * See https://www.kde.org/announcements/plasma-5.8.5-5.8.95-changelog.php#discover +- Remove patches, now upstream: + * 0001-Fix-arguments-when-running-.desktop-files-with-runse.patch + * 0002-Also-expose-YaST-repository-configuration-if-present.patch +- Update BuildRequires: + * Uses kirigami2 now + +------------------------------------------------------------------- Old: ---- 0001-Fix-arguments-when-running-.desktop-files-with-runse.patch 0002-Also-expose-YaST-repository-configuration-if-present.patch discover-5.8.5.tar.xz New: ---- discover-5.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ discover.spec ++++++ --- /var/tmp/diff_new_pack.MidFR3/_old 2017-02-03 17:35:46.173104622 +0100 +++ /var/tmp/diff_new_pack.MidFR3/_new 2017-02-03 17:35:46.173104622 +0100 @@ -1,7 +1,7 @@ # # spec file for package discover # -# 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 @@ -18,24 +18,20 @@ %bcond_without lang Name: discover -Version: 5.8.5 +Version: 5.9.0 Release: 0 Summary: KDE Software Installer License: GPL-2.0 Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 0001-Fix-arguments-when-running-.desktop-files-with-runse.patch fabian@ritter-vogt.de -- Fix arguments when running .desktop files with runservice -Patch1: 0001-Fix-arguments-when-running-.desktop-files-with-runse.patch -# PATCH-FIX-UPSTREAM 0002-Also-expose-YaST-repository-configuration-if-present.patch fabian@ritter-vogt.de -- Also expose YaST repository configuration if present -Patch2: 0002-Also-expose-YaST-repository-configuration-if-present.patch +Source: discover-%{version}.tar.xz BuildRequires: PackageKit-Qt5-devel BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem -BuildRequires: kirigami-devel >= 1.1.0 -BuildRequires: libAppstreamQt-devel +BuildRequires: kirigami2-devel BuildRequires: update-desktop-files +BuildRequires: cmake(AppStreamQt) >= 0.10 BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Attica) BuildRequires: cmake(KF5Config) @@ -44,6 +40,7 @@ BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5Declarative) BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5Notifications) @@ -59,7 +56,8 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) Requires: AppStream -Requires: kirigami >= 1.1.0 +Requires: kirigami2 +Requires: libqt5-qtquickcontrols2 Requires: libzypp-plugin-appdata %if %{with lang} Recommends: %{name}-lang @@ -82,8 +80,6 @@ %prep %setup -q -%patch1 -p1 -%patch2 -p1 %build %cmake_kf5 -d build @@ -109,7 +105,6 @@ %doc COPYING COPYING.GFDL COPYING.LIB %{_kf5_bindir}/plasma-discover %{_kf5_libdir}/plasma-discover/ -%{_kf5_plugindir}/discover-notifier/ %{_kf5_plugindir}/discover/ %{_kf5_qmldir}/ %{_kf5_applicationsdir}/org.kde.discover.desktop @@ -117,11 +112,10 @@ %{_kf5_notifydir}/discoverabstractnotifier.notifyrc %{_kf5_kxmlguidir}/plasmadiscover/ %{_kf5_sharedir}/libdiscover/ -%{_kf5_sharedir}/plasmadiscover/ %{_kf5_appstreamdir}/ -%{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc %{_kf5_sharedir}/discover/ -%{_kf5_libdir}/libexec/kf5/discover/ +%{_libdir}/libexec/kf5/discover/ +%config %{_kf5_configdir}/discover_ktexteditor_codesnippets_core.knsrc %if %{with lang} %files lang -f %{name}.lang @@ -135,5 +129,6 @@ %dir %{_kf5_sharedir}/plasma/plasmoids %{_kf5_sharedir}/plasma/plasmoids/org.kde.discovernotifier/ %{_kf5_servicesdir}/plasma-applet-org.kde.discovernotifier.desktop +%{_kf5_plugindir}/discover-notifier/ %changelog ++++++ discover-5.8.5.tar.xz -> discover-5.9.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/discover/discover-5.8.5.tar.xz /work/SRC/openSUSE:Factory/.discover.new/discover-5.9.0.tar.xz differ: char 26, line 1
participants (1)
-
root@hilbertn.suse.de