Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2020-04-29 20:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmplot (Old)
 and      /work/SRC/openSUSE:Factory/.kmplot.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmplot"

Wed Apr 29 20:49:23 2020 rev:116 rq:796968 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes    2020-03-12 
23:05:14.955156772 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new.2738/kmplot.changes  2020-04-29 
20:50:03.836679234 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:16 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:12 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Port endl to \n as it's namespaced in Qt5.15.
+  * Keep cumulated error negligible for rapidly increasing functions 
(kde#341256)
+  * Don't use 0 as flag
+  * Replace deprecated KConfigDialogManager::changedMap with property in the 
class definition
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+- Remove checks for obsolete distribution versions
+
+-------------------------------------------------------------------

Old:
----
  kmplot-19.12.3.tar.xz
  kmplot-19.12.3.tar.xz.sig

New:
----
  kmplot-20.04.0.tar.xz
  kmplot-20.04.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kmplot.spec ++++++
--- /var/tmp/diff_new_pack.htFC3f/_old  2020-04-29 20:50:07.188686912 +0200
+++ /var/tmp/diff_new_pack.htFC3f/_new  2020-04-29 20:50:07.192686922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,22 +21,18 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmplot
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Mathematical Function Plotter
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            https://edu.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5Parts)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(Qt5Core)
@@ -44,12 +40,12 @@
 BuildRequires:  cmake(Qt5PrintSupport)
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
+Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-Recommends:     %{name}-lang
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-BuildRequires:  gcc7-c++
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
 
 %description
@@ -61,23 +57,18 @@
 %setup -q
 
 %build
-%if 0%{?suse_version} < 1500
-# the default gcc 4.8 is too old
-export CC=gcc-7
-export CXX=g++-7
-%endif
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with lang}
+%kf5_makeinstall -C build
+%if %{with lang}
     %find_lang %{name} --with-man --all-name
     %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %files
 %license COPYING*


++++++ kmplot-19.12.3.tar.xz -> kmplot-20.04.0.tar.xz ++++++
++++ 18942 lines of diff (skipped)


Reply via email to