Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2018-07-28 12:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kstars (Old)
 and      /work/SRC/openSUSE:Factory/.kstars.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kstars"

Sat Jul 28 12:43:27 2018 rev:98 rq:625612 version:2.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/kstars/kstars.changes    2018-07-10 
16:16:29.421437680 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes       2018-07-28 
12:43:29.996782587 +0200
@@ -1,0 +2,35 @@
+Fri Jul 27 06:31:39 UTC 2018 - jeng...@inai.de
+
+- Trim redundancies from the description again.
+
+-------------------------------------------------------------------
+Thu Jul 26 10:02:11 UTC 2018 - wba...@tmo.at
+
+- Update to 2.9.7
+  * http://knro.blogspot.com/2018/07/kstars-v297-is-released.html
+  * The Ekos scheduler's behavior has been improved under a number
+    of scenarios
+  * The Polar Alignment Assistant tool received few improvements to
+    simplify the process, it's now literally a 1-button click
+    operation
+  * Support for EkosLive is added in this release
+  * KStars now offers an easy method to add INDI custom drivers
+  * Support for loading compressed FITS (*.fits.gz) in FITS Viewer
+  * Android fixes + improvements by GSoC 2018 student Csaba
+  * Disabled internet check for online astrometry solver to
+    workaround Qt bug
+  * Fixed PHD2 file not found issue
+  * Added option to restart alignment process in scheduler in case
+    of calibration failure
+  * Support for manual dither plus dithering to a specific X,Y
+    location
+  * Support for Auto Park Timer in Mount Module
+  * Support for Remote Drivers in the Profile Editor
+  * Added video exposure duration control to the Video Stream
+    window
+- Rebase disable_downloading_into_system_dirs.patch
+- Update build requirements
+- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore
+- Update package description
+
+-------------------------------------------------------------------

Old:
----
  kstars-2.9.6.tar.xz

New:
----
  kstars-2.9.7.tar.xz

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

Other differences:
------------------
++++++ kstars.spec ++++++
--- /var/tmp/diff_new_pack.1VcSp5/_old  2018-07-28 12:43:31.828785913 +0200
+++ /var/tmp/diff_new_pack.1VcSp5/_new  2018-07-28 12:43:31.832785920 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kstars
-Version:        2.9.6
+Version:        2.9.7
 Release:        0
 Summary:        Desktop Planetarium
 # Note for legal: the Apache licensed files in the tarball are for the
@@ -54,6 +54,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xplanet
 BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(Qt5Keychain)
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
@@ -63,6 +64,7 @@
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5WebSockets)
 BuildRequires:  pkgconfig(Qt5Xml)
 Recommends:     libindi
 Recommends:     xplanet
@@ -72,13 +74,17 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(Qt5DataVisualization)
 %endif
+%if 0%{?suse_version} < 1320
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
+%endif
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
 
 %description
-KStars is a Desktop Planetarium for KDE. It provides an accurate graphical
-simulation of the night sky, from any location on Earth, at any date and time.
+KStars is astronomy software. It provides an accurate graphical
+simulation of the night sky, for any time and location on Earth.
 
 %if %{with lang}
 %lang_package
@@ -88,6 +94,11 @@
 %autosetup -p1
 
 %build
+%if 0%{?suse_version} < 1320
+# gcc 4.8.5 is too old
+export CC=gcc-7
+export CXX=g++-7
+%endif
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif

++++++ disable_downloading_into_system_dirs.patch ++++++
--- /var/tmp/diff_new_pack.1VcSp5/_old  2018-07-28 12:43:31.852785957 +0200
+++ /var/tmp/diff_new_pack.1VcSp5/_new  2018-07-28 12:43:31.852785957 +0200
@@ -2,11 +2,11 @@
 index e1a7d73..111d1da 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -376,7 +376,7 @@ install(FILES org.kde.kstars.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
+@@ -417,7 +417,7 @@ install(FILES org.kde.kstars.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
  feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
  
  # Only build k5auth for Linux
--if (NOT BUILD_KSTARS_LITE AND ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+-if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
 +IF (FALSE)
      # This helper file is generated to download astrometry.net index files.
      add_executable(kauth_kstars_helper kstars/auxiliary/downloadhelper.cpp  
${helper_mocs})

++++++ kstars-2.9.6.tar.xz -> kstars-2.9.7.tar.xz ++++++
/work/SRC/openSUSE:Factory/kstars/kstars-2.9.6.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-2.9.7.tar.xz differ: char 26, 
line 1


Reply via email to