From 7e3216e151129c8aba6dc557a04d5f94a7463901597a3b24115314082e9a1ef7 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 3 Apr 2019 08:52:22 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=86 --- kmplot-18.12.3.tar.xz | 3 --- kmplot-19.03.80.tar.xz | 3 +++ kmplot.changes | 23 +++++++++++++++++++++++ kmplot.spec | 15 +++++---------- 4 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 kmplot-18.12.3.tar.xz create mode 100644 kmplot-19.03.80.tar.xz diff --git a/kmplot-18.12.3.tar.xz b/kmplot-18.12.3.tar.xz deleted file mode 100644 index c802064..0000000 --- a/kmplot-18.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dd6eec34088b5d3b591091cce41616ee310a66aa2d16e5800db56044d60dd7b -size 3061352 diff --git a/kmplot-19.03.80.tar.xz b/kmplot-19.03.80.tar.xz new file mode 100644 index 0000000..676a653 --- /dev/null +++ b/kmplot-19.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c7ee9eba3d0857b90a0988c020f99dc809ebb5f1b49e7395de0846c11346c1 +size 3064648 diff --git a/kmplot.changes b/kmplot.changes index 16bde06..8e5782a 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Mar 27 06:41:05 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * Take into account locale's decimal separator and some possible locale rules in equations and labels + * Bump version to 1.3.0 + * Update popup menu screenshot + * Print preview for KmPlot + * Copy root value or (x,y) pair to clipboard (kde#308168) + * Document drag and drop in the function list (kde#313405) + * Make setHelp() usable (KF 5.52 needed). Many thanks for the hint given by Albert Astals Cid. + * Comment setHelp() before we can really use it (now it's protected) + * Add link to the correct help page in the settings dialog (needs KF 5.52 to work as expected), remove the unimplemented in KXmlGui part with initialGeometrySet() + * Mark overridden function as such + * Fix minor issues + * Implement zooming with Ctrl+mouse wheel (kde#159772) + * Fix minor doxygen issues + * Add Mainpage.dox to test Doxygen documentation with Krazy + ------------------------------------------------------------------- Sat Mar 09 08:03:19 UTC 2019 - lbeltrame@kde.org diff --git a/kmplot.spec b/kmplot.spec index a075932..7e88d3c 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmplot -Version: 18.12.3 +Version: 19.03.80 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0-or-later @@ -43,26 +43,21 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +%if %{with lang} Recommends: %{name}-lang -%if 0%{?suse_version} < 1500 -# the default gcc 4.8 is too old -BuildRequires: gcc7-c++ %endif %description -Mathematical function plotter for KDE. +Mathematical function plotter by KDE. +%if %{with lang} %lang_package +%endif %prep %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 From 1d13da1162c89aefab8b56e24dd72efb7f28f835045dbd19586e01ac66bf9f45 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Apr 2019 19:37:52 +0000 Subject: [PATCH 2/4] KDE Applications 19.04 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=87 --- kmplot-19.03.80.tar.xz | 3 --- kmplot-19.03.90.tar.xz | 3 +++ kmplot.changes | 10 ++++++++++ kmplot.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kmplot-19.03.80.tar.xz create mode 100644 kmplot-19.03.90.tar.xz diff --git a/kmplot-19.03.80.tar.xz b/kmplot-19.03.80.tar.xz deleted file mode 100644 index 676a653..0000000 --- a/kmplot-19.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07c7ee9eba3d0857b90a0988c020f99dc809ebb5f1b49e7395de0846c11346c1 -size 3064648 diff --git a/kmplot-19.03.90.tar.xz b/kmplot-19.03.90.tar.xz new file mode 100644 index 0000000..3e70c32 --- /dev/null +++ b/kmplot-19.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32736d867be198b36bf23b0721485ecef8c72903f7011509add54095c1997f67 +size 3064504 diff --git a/kmplot.changes b/kmplot.changes index 8e5782a..697a121 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 09 20:54:42 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * No code changes since 19.03.80 + ------------------------------------------------------------------- Wed Mar 27 06:41:05 UTC 2019 - lbeltrame@kde.org diff --git a/kmplot.spec b/kmplot.spec index 7e88d3c..9d8e5ef 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmplot -Version: 19.03.80 +Version: 19.03.90 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0-or-later From 7b40b6a717b247d6af8edbdc3babcbfc08da3bc7a3471937f89681135dc01254 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 12 Apr 2019 11:34:34 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=88 --- kmplot.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kmplot.spec b/kmplot.spec index 9d8e5ef..4999018 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -43,21 +43,26 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -%if %{with lang} Recommends: %{name}-lang +%if 0%{?suse_version} < 1500 +# the default gcc 4.8 is too old +BuildRequires: gcc7-c++ %endif %description Mathematical function plotter by KDE. -%if %{with lang} %lang_package -%endif %prep %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 From 9c53c0e37adff8522c13faf7b9e02c5885c6f8cee4192a166dc3d1b0c6257261 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 20 Apr 2019 09:06:19 +0000 Subject: [PATCH 4/4] KDE Applications 19.04.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=89 --- kmplot-19.03.90.tar.xz | 3 --- kmplot-19.04.0.tar.xz | 3 +++ kmplot.changes | 10 ++++++++++ kmplot.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kmplot-19.03.90.tar.xz create mode 100644 kmplot-19.04.0.tar.xz diff --git a/kmplot-19.03.90.tar.xz b/kmplot-19.03.90.tar.xz deleted file mode 100644 index 3e70c32..0000000 --- a/kmplot-19.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32736d867be198b36bf23b0721485ecef8c72903f7011509add54095c1997f67 -size 3064504 diff --git a/kmplot-19.04.0.tar.xz b/kmplot-19.04.0.tar.xz new file mode 100644 index 0000000..8f95a66 --- /dev/null +++ b/kmplot-19.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb981354dd6fea18e83003df957f65a9580d458b377adde88a838d4db9a97ee6 +size 3064708 diff --git a/kmplot.changes b/kmplot.changes index 697a121..b08b6ba 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 06:51:56 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- Changes since 19.03.90: + * No code changes since 19.03.90 + ------------------------------------------------------------------- Tue Apr 09 20:54:42 UTC 2019 - lbeltrame@kde.org diff --git a/kmplot.spec b/kmplot.spec index 4999018..c2126f5 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmplot -Version: 19.03.90 +Version: 19.04.0 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0-or-later