Hello community, here is the log from the commit of package milou5 for openSUSE:Factory checked in at 2020-10-30 11:47:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou5 (Old) and /work/SRC/openSUSE:Factory/.milou5.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou5" Fri Oct 30 11:47:04 2020 rev:107 rq:844587 version:5.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/milou5/milou5.changes 2020-10-22 14:25:13.762909005 +0200 +++ /work/SRC/openSUSE:Factory/.milou5.new.3463/milou5.changes 2020-10-30 11:47:19.161688818 +0100 @@ -1,0 +2,9 @@ +Tue Oct 27 20:43:50 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.20.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma-5.20.2 +- No code changes since 5.20.1 + +------------------------------------------------------------------- Old: ---- milou-5.20.1.tar.xz milou-5.20.1.tar.xz.sig New: ---- milou-5.20.2.tar.xz milou-5.20.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou5.spec ++++++ --- /var/tmp/diff_new_pack.GzjJKg/_old 2020-10-30 11:47:20.045689601 +0100 +++ /var/tmp/diff_new_pack.GzjJKg/_new 2020-10-30 11:47:20.049689604 +0100 @@ -18,15 +18,15 @@ %bcond_without lang Name: milou5 -Version: 5.20.1 +Version: 5.20.2 Release: 0 Summary: Dedicated search application built on top of Baloo License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE URL: https://projects.kde.org/milou -Source: milou-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz %if %{with lang} -Source1: milou-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++++++ milou-5.20.1.tar.xz -> milou-5.20.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.20.1/CMakeLists.txt new/milou-5.20.2/CMakeLists.txt --- old/milou-5.20.1/CMakeLists.txt 2020-10-20 14:02:52.000000000 +0200 +++ new/milou-5.20.2/CMakeLists.txt 2020-10-27 13:22:41.000000000 +0100 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(Milou) -set(PROJECT_VERSION "5.20.1") +set(PROJECT_VERSION "5.20.2") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0")