Hello community, here is the log from the commit of package kstars for openSUSE:Leap:15.2 checked in at 2020-02-19 18:43:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kstars (Old) and /work/SRC/openSUSE:Leap:15.2/.kstars.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kstars" Wed Feb 19 18:43:05 2020 rev:45 rq:774981 version:3.4.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kstars/kstars.changes 2020-01-15 15:17:38.546316255 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kstars.new.26092/kstars.changes 2020-02-19 18:43:13.310414473 +0100 @@ -1,0 +2,339 @@ +Fri Feb 14 12:53:34 UTC 2020 - [email protected] + +- Update to 3.4.0 + * http://knro.blogspot.com/2020/02/kstars-v340-is-released.html + * Continued work on the linear focusing algorithm + * Faster Astrometry.net solver + * Fixed a few memory allocation issues to reduce the process + memory usage + * Fixed DSLR ImageToFITS loading when auto convert is used + * Fixed focus direction for relative DC focusers + * Improved reliability of setting snoop property for the active + profile + * Fixed File name sanitization issues + * Communication with remote INDI Web Manager is now mostly + asynchronous + * Align property labels in the INDI dialog vertically on top + +------------------------------------------------------------------- +Thu Jan 2 09:59:22 UTC 2020 - [email protected] + +- Update to 3.3.9 + * http://knro.blogspot.com/2020/01/kstars-v339-is-released.html + * Implemented adjustable and fast stretch controls for mono and + color images within the FITS Viewer + * New experimental linear focusing algorithm + * Improved Focus Module in Ekos by adding autofocus support for + DSLR's that use manualfocusdrive command by gphoto instead of + rel_focus_position, for example Nikon Z6 + * Added new western Sky Culture + * Bugfix for re-connecting a weather device initializes the + weather display + * Fix off-by-one bug in stretch + * Fix minor EBN issues + * Account for exposure less than 0.001 seconds in the file name + * Making the Columns in the Align view resize automatically + * Add markers for the documentation configuration pages, add some + info about sky cultures + * Abort plate solving when slewing is detected + * Fix crash when focused object is either asteroid or comet and + the data is loaded + * Fix bug re filter-change-autofocus + * Reset guiding calibration if the mount moves and "Always Reset + Guide Calibration" option is set + +------------------------------------------------------------------- +Mon Nov 18 10:50:59 UTC 2019 - [email protected] + +- Update to 3.3.8 + * Fix dome status for rolloff dome when sending status messages + * Disable the move to polar message action and just display it as + a message instead to alert the user + * Fix another crash in poly plotting. Check if array is empty + * Adding the polynomial and focus position to the focus graph as + well as tooltips + * Fix incorrect labels + * Use backend instead of type to avoid confusion + * Add solver and astrometry solver types + * Add error dialog if ASTAP is not found and open options dialog + automatically after that + * Solve crashing in creating WCS file and use simpler WCS update + * Fix condition where previous values of solver type can cause + crash in the 3.3.7 version + +------------------------------------------------------------------- +Sat Nov 9 08:23:55 UTC 2019 - [email protected] + +- Update to 3.3.7 + * http://knro.blogspot.com/2019/11/kstars-v337-released.html + * New ASTAP integration in the Align module + * Observatory module: added a dedicated weather widget with live + plotting for each parameter + * Further improvements to the FITS loading mechanism which + resulted in speed ups during sequence capturing + * Fixed HFR calculation in the FITS Data class + * Two new Ekos options (dusk and dawn offsets), located in the + Scheduler option pane + * Some improvements to PHD2 integration with Ekos + * Added download time estimation to the capture module + * Solved several issues with guiding & dithering in both capture + & scheduling + * Fixed gain setting in capture module + * Fixed focus HFR-averaging issue + * Connect Scheduler sleep timer to Simulation Clock scale change + * Handling of aborts during parking/unparking of rolloff roofs + corrected + * Hitting a constraint sets a job to IDLE instead of COMPLETE so + that it might be restarted later + * Update OpenNGC to v20191019 + +------------------------------------------------------------------- +Mon Sep 9 12:18:16 UTC 2019 - [email protected] + +- Update to 3.3.6 + * Fixing a little typo + * QVector --> std::vector just to resolve the mysterious build + errors on Windows CI + * Fix block logic error + * Fix cross-platform errors + * Fix wrong variable name + +------------------------------------------------------------------- +Sun Sep 8 08:14:35 UTC 2019 - [email protected] + +- Update to 3.3.5 + * Add confirmation when deleting index folder, improve GUI a bit + * Improving Astrometry Conf file support for Linux and OS X + * Add indi web manager scanner for the local network in the + profile editor + * Adding icon for atikbase + * Initialize the recommended gain properly on startup + (kde#411638) + * Add DBus function to get location info + * Improvements is estimateJobTime + * Send camera state instead of just temperature + * Do not set temperature or gain unless supported + * Send states after defining the device capabilities + * processMarkSelection should be overridden in align view to + prevent double clicking from moving the marker by mistake + * Fix few warnings + * Improve set coordinates manually by adding switches for JNow + and J2000 settings + * Set coordinates manually should always default to RA-DE tab + * Do not report guiding as started in PHD2::StartGuiding Event + handler because it will start scheduled capture prematurely + (before Settle is complete) + * Use table for statistics to show all channels + * No need to use double for frequency + * Add DesktopEntry to notifyrc + * Compute histogram is median value is missing + * Median value should be an integer + * In case setting is missing, use camera value + * Send settings along with camera info + * Disable actions when parked + * Use icons for the menu + * Use more intuitive telescope popup menu in the sky map + * Display of weather sensor data added to Observatory module + * Insert format and gain values in the settings + * Sync the tip with GUI label + * Improve set coordinates manually dialog by initializing it to + the current selected coordinates first + * Set clicked object to nullptr in order to correctly recenter + on clicked point + * Minor UI changes + * Adding error handling strategy control to Scheduler + * Filename options selection preserved + * Further improvements to the auto-park functionality + * Add support to automatically starting auto-park feature on + startup to park the mount at a specific time + * Replace the last overlooked qSort() + * Replace obsolete methods with non-obsolete ones + * Fix typos, make the button tooltips translatable + * Make the tooltips translatable + * Fix minor typo + * Add support to reverse axis in mount control panel + * Add support to profile mappings + * Fix minor typos + * Fix i18n() + * Should be fabs not abs, abs is ambiguous. + * NOOP --> i18n + * Add cr3 to list of RAW formats + * changing name to sky point + * Fixing bug in Mount Model and Simplifying function + * Fix using i18n for Sun object + * Do not set m_wasSlewStarted explicity when issusing GOTO + command. Wait for IPS_BUSY from mount driver. (kde#410094) + * Make display format in planet viewer to be dd/MM/yyyy + (kde#411185) + * Fix infinite loop + * Profile wizard revamp to remove confusion by some end users + * Update backlash value from driver as it arrives + * Fix toggle of meridian flip unit + * Fix gain behavior setting in focus module. It should use value + stored in config unless changed by user + * Add support for direct gain setting in capture module + * Fallback to default configs in case dns lookup fails for .local + addresses + * Bugfix for focus looping with HFR setup + * Sample the fits viewer's histogram calculation + * Make the meridian flip hour angle unit to be in degrees by + default since this is a common settings used by many mounts + * Remove debug that was added by mistake + * Flip correction vector for southern hemisphere + * Set the exposure restart button as default since it was + defaulting to record which should not be the case + * Add support to setting backlash directly in Ekos focus module + IF supported by the INDI driver (kde#410804) + * Check against device name and not pointer when removing + * Fix minor warning + * remove unnecessary debug message + * Adding support for debayer in video stream window +- New _constraints for ppc64/ppc64le to avoid "No space left on + device" and "Out of memory" errors + +------------------------------------------------------------------- +Thu Aug 8 11:25:30 UTC 2019 - [email protected] + +- Update to 3.3.4 ++++ 142 more lines (skipped) ++++ between /work/SRC/openSUSE:Leap:15.2/kstars/kstars.changes ++++ and /work/SRC/openSUSE:Leap:15.2/.kstars.new.26092/kstars.changes Old: ---- kstars-3.2.0.tar.xz New: ---- _constraints kstars-3.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kstars.spec ++++++ --- /var/tmp/diff_new_pack.XD8wtm/_old 2020-02-19 18:43:14.886417775 +0100 +++ /var/tmp/diff_new_pack.XD8wtm/_new 2020-02-19 18:43:14.886417775 +0100 @@ -1,7 +1,7 @@ # # spec file for package kstars # -# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %bcond_without lang Name: kstars -Version: 3.2.0 +Version: 3.4.0 Release: 0 Summary: Desktop Planetarium # Note for legal: the Apache licensed files in the tarball are for the @@ -50,10 +50,12 @@ BuildRequires: libraw-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: wcslib-devel BuildRequires: xplanet BuildRequires: cmake(KF5NotifyConfig) BuildRequires: cmake(Qt5Keychain) BuildRequires: pkgconfig(Qt5Concurrent) +BuildRequires: pkgconfig(Qt5DataVisualization) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5PrintSupport) @@ -66,16 +68,6 @@ BuildRequires: pkgconfig(Qt5Xml) Recommends: libindi Recommends: xplanet -%if 0%{?suse_version} > 1320 || (0%{?is_opensuse} && 0%{?sle_version} >= 120300) -BuildRequires: wcslib-devel -%endif -%if 0%{?suse_version} > 1320 -BuildRequires: pkgconfig(Qt5DataVisualization) -%endif -%if 0%{?suse_version} < 1320 -BuildRequires: gcc7 -BuildRequires: gcc7-c++ -%endif Recommends: %{name}-lang %description @@ -88,11 +80,6 @@ %setup -q %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 @@ -103,22 +90,7 @@ %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300 - %{kf5_find_htmldocs} - %else - # %%kf5_find_htmldocs is only defined since Leap 42.3 - CURDIR=`pwd` - pushd %{buildroot}%{_kf5_htmldir} - for i in *; do - if ! [ -d "%{_datadir}/locale/${i}" ]; then - echo "Removing unsupported translation %{_kf5_htmldir}/${i}" - rm -rf "$i" - elif [ "$i" != "en" ]; then - echo "%doc %lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang - fi - done - popd - %endif + %kf5_find_htmldocs %endif # Remove static library @@ -128,7 +100,7 @@ %files %license COPYING COPYING.DOC -%doc AUTHORS ChangeLog README README.customize README.ephemerides README.images +%doc AUTHORS ChangeLog README.md README.customize README.ephemerides README.images %dir %{_kf5_appstreamdir} %dir %{_kf5_configkcfgdir} %doc %{_kf5_htmldir}/en/kstars/ ++++++ _constraints ++++++ <constraints> <overwrite> <conditions> <arch>ppc64</arch> <arch>ppc64le</arch> </conditions> <hardware> <physicalmemory> <size unit="M">3000</size> </physicalmemory> <disk> <size unit="G">4</size> </disk> </hardware> </overwrite> </constraints> ++++++ kstars-3.2.0.tar.xz -> kstars-3.4.0.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/kstars/kstars-3.2.0.tar.xz /work/SRC/openSUSE:Leap:15.2/.kstars.new.26092/kstars-3.4.0.tar.xz differ: char 26, line 1
