From 358e281c59b46ecba796ba587eba084570d12d120e7831025f74291c91f36dc6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:37 +0000 Subject: [PATCH 1/5] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=85 --- step-18.08.3.tar.xz | 3 --- step-18.11.80.tar.xz | 3 +++ step.changes | 25 +++++++++++++++++++++++++ step.spec | 35 ++++++++++++++++++----------------- 4 files changed, 46 insertions(+), 20 deletions(-) delete mode 100644 step-18.08.3.tar.xz create mode 100644 step-18.11.80.tar.xz diff --git a/step-18.08.3.tar.xz b/step-18.08.3.tar.xz deleted file mode 100644 index b6977ce..0000000 --- a/step-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac40b5a65fe89aa57e866da9afda31c5a8b4a408cc94cc74f75b1f152cead1d -size 860260 diff --git a/step-18.11.80.tar.xz b/step-18.11.80.tar.xz new file mode 100644 index 0000000..9b40f77 --- /dev/null +++ b/step-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f833c32ef7970037b99559d62ece7a355de1a403e210a46518cc71dbba782b1 +size 860252 diff --git a/step.changes b/step.changes index 0d8b096..e74d160 100644 --- a/step.changes +++ b/step.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:08 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:37 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Add donation url to appdata + * Add captions to the screenshots + * Fix minor typos + enhance API docs + * Fix minor EBN issues + * Port Step away from kdelibs4support + * Fix my typo + * Sort includes alphabetically + * Port away from deprecated KIO:NetAccess + * Port away from deprecated KColorDialog + * Port away from deprecated KFileDialog + * Fix minor EBN issues and minor porting for KStandardDirs, KInputDialog and writeConfig + ------------------------------------------------------------------- Thu Nov 08 20:44:19 UTC 2018 - lbeltrame@kde.org diff --git a/step.spec b/step.spec index b94b343..69d08fd 100644 --- a/step.spec +++ b/step.spec @@ -1,7 +1,7 @@ # # spec file for package step # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,38 +12,40 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: step -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: step +Version: 18.11.80 +Release: 0 Summary: An interactive physics simulator -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Scientific/Physics -Url: http://edu.kde.org +URL: http://edu.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: gsl-devel BuildRequires: kconfig-devel -BuildRequires: kdelibs4support-devel +BuildRequires: kcrash-devel +BuildRequires: kdoctools-devel BuildRequires: khtml-devel +BuildRequires: kiconthemes-devel BuildRequires: knewstuff-devel BuildRequires: kplotting-devel BuildRequires: libeigen3-devel BuildRequires: libqalculate-devel +%if %{with lang} +BuildRequires: libqt5-linguist-devel +%endif BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: xz -BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) @@ -53,7 +55,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Step is an interactive physical simulator. It works like this: you @@ -82,14 +83,14 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name --with-qt - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching %fdupes -s %{buildroot} %files -%defattr(-,root,root) -%doc AUTHORS COPYING* ChangeLog README +%license COPYING* +%doc AUTHORS ChangeLog README %doc %lang(en) %{_kf5_htmldir}/en/step/ %config %{_kf5_configdir}/step.knsrc %dir %{_kf5_appstreamdir} @@ -105,7 +106,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/ %%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step %lang(nn) %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step/step.js From 9cf378efea8c424a7e96953d6938bcb2efed95ea1eb6d80386bb8ef1942905b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:22 +0000 Subject: [PATCH 2/5] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=86 --- step-18.11.80.tar.xz | 3 --- step-18.11.90.tar.xz | 3 +++ step.changes | 10 ++++++++++ step.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 step-18.11.80.tar.xz create mode 100644 step-18.11.90.tar.xz diff --git a/step-18.11.80.tar.xz b/step-18.11.80.tar.xz deleted file mode 100644 index 9b40f77..0000000 --- a/step-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f833c32ef7970037b99559d62ece7a355de1a403e210a46518cc71dbba782b1 -size 860252 diff --git a/step-18.11.90.tar.xz b/step-18.11.90.tar.xz new file mode 100644 index 0000000..98dadf4 --- /dev/null +++ b/step-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a5fceb9255c433c32b79f70d6e04c7d21437e9a5efa62eedede8573d0fc0ea +size 859248 diff --git a/step.changes b/step.changes index e74d160..f32a33d 100644 --- a/step.changes +++ b/step.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:31 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:23:08 UTC 2018 - Luca Beltrame diff --git a/step.spec b/step.spec index 69d08fd..813eb3d 100644 --- a/step.spec +++ b/step.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: step -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: An interactive physics simulator License: GPL-2.0-or-later From cbaa1165c01fbb438690af851e4b0c0664ecc50565037b9a3c9813efaa16dcd0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 7 Dec 2018 16:49:44 +0000 Subject: [PATCH 3/5] Accepting request 655292 from home:jengelh:branches:KDE:Applications - Trim rhetorics from description. OBS-URL: https://build.opensuse.org/request/show/655292 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=87 --- step.changes | 5 +++++ step.spec | 12 +++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/step.changes b/step.changes index f32a33d..8714b91 100644 --- a/step.changes +++ b/step.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 10:03:24 UTC 2018 - Jan Engelhardt + +- Trim rhetorics from description. + ------------------------------------------------------------------- Mon Dec 03 20:56:31 UTC 2018 - lbeltrame@kde.org diff --git a/step.spec b/step.spec index 813eb3d..8920785 100644 --- a/step.spec +++ b/step.spec @@ -57,13 +57,11 @@ Recommends: %{name}-lang %endif %description -Step is an interactive physical simulator. It works like this: you -place some bodies on the scene, add some forces such as gravity or -springs, then click "Simulate" and Step shows you how your scene will -evolve according to the laws of physics. You can change every property -of bodies/forces in your experiment (even during simulation) and see -how this will change evolution of the experiment. With Step you can not -only learn but feel how physics works ! +Step is an interactive physical simulator. The user first places some +bodies on the scene, add some forces such as gravity or springs. When +the simulation is run, Step shows how the scene will evolve according +to the laws of physics. Every property of bodies/forces in the +experiment may be changed, even during simulation. %if %{with lang} %lang_package From efd824fa8438bb0aa9b46c9c374c4dc056c22a7ae8e2c502f5423404776ed879 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:38 +0000 Subject: [PATCH 4/5] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=88 --- step-18.11.90.tar.xz | 3 --- step-18.12.0.tar.xz | 3 +++ step.changes | 10 ++++++++++ step.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 step-18.11.90.tar.xz create mode 100644 step-18.12.0.tar.xz diff --git a/step-18.11.90.tar.xz b/step-18.11.90.tar.xz deleted file mode 100644 index 98dadf4..0000000 --- a/step-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a5fceb9255c433c32b79f70d6e04c7d21437e9a5efa62eedede8573d0fc0ea -size 859248 diff --git a/step-18.12.0.tar.xz b/step-18.12.0.tar.xz new file mode 100644 index 0000000..f8c704f --- /dev/null +++ b/step-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9833e6534d2e2d2c937b6b393112cff5fac20126f117ffa0f62ac2ef6e60c3f +size 859340 diff --git a/step.changes b/step.changes index 8714b91..8a403c6 100644 --- a/step.changes +++ b/step.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:23 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + ------------------------------------------------------------------- Wed Dec 5 10:03:24 UTC 2018 - Jan Engelhardt diff --git a/step.spec b/step.spec index 8920785..1cee4c2 100644 --- a/step.spec +++ b/step.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: step -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: An interactive physics simulator License: GPL-2.0-or-later From 064af6945ffa2f8bf6dd7a29957bdbb09bd4fcc831524b140e20f6b814cd44a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 23:08:43 +0000 Subject: [PATCH 5/5] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=89 --- step.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/step.changes b/step.changes index 8a403c6..8225c4a 100644 --- a/step.changes +++ b/step.changes @@ -34,7 +34,7 @@ Tue Nov 20 05:57:37 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * Add donation url to appdata * Add captions to the screenshots @@ -94,7 +94,7 @@ Thu Jul 26 13:01:07 UTC 2018 - lbeltrame@kde.org - Update to 18.07.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * Warning-- @@ -145,7 +145,7 @@ Fri Apr 06 07:10:17 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * Fix build with Qt 5.11 (missing headers) @@ -257,7 +257,7 @@ Sat Aug 5 18:19:51 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 + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -316,7 +316,7 @@ Sat Mar 25 23:10:56 CET 2017 - lbeltrame@kde.org - Update to 17.03.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * remove commented sects @@ -398,7 +398,7 @@ Mon Aug 8 15:55:14 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.07.90 * KDE Applications 16.07.90 (16.08-RC) - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php ------------------------------------------------------------------- @@ -519,7 +519,7 @@ Fri Aug 7 07:06:56 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.07.90 * KDE Applications 15.08.0 RC1 - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php -------------------------------------------------------------------