Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2019-01-08 12:23:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/step (Old)
 and      /work/SRC/openSUSE:Factory/.step.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "step"

Tue Jan  8 12:23:34 2019 rev:99 rq:658509 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/step/step.changes        2018-11-13 
17:49:55.347597092 +0100
+++ /work/SRC/openSUSE:Factory/.step.new.28833/step.changes     2019-01-08 
12:25:25.440472862 +0100
@@ -1,0 +2,50 @@
+Fri Dec 14 06:09:23 UTC 2018 - [email protected]
+
+- 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 <[email protected]>
+
+- Trim rhetorics from description.
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:31 UTC 2018 - [email protected]
+
+- 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 <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:37 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * 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
+  * 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
+
+-------------------------------------------------------------------
@@ -47 +97 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -98 +148 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -210 +260 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -269 +319 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -351 +401 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -472 +522 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  step-18.08.3.tar.xz

New:
----
  step-18.12.0.tar.xz

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

Other differences:
------------------
++++++ step.spec ++++++
--- /var/tmp/diff_new_pack.8iw1tK/_old  2019-01-08 12:25:25.892472365 +0100
+++ /var/tmp/diff_new_pack.8iw1tK/_new  2019-01-08 12:25:25.896472361 +0100
@@ -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.12.0
+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,16 +55,13 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %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
@@ -82,14 +81,14 @@
   %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 +104,7 @@
 
 %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

++++++ step-18.08.3.tar.xz -> step-18.12.0.tar.xz ++++++
++++ 39675 lines of diff (skipped)


Reply via email to