Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2020-01-16 18:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libindi (Old)
 and      /work/SRC/openSUSE:Factory/.libindi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libindi"

Thu Jan 16 18:22:51 2020 rev:37 rq:764941 version:1.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2019-07-13 
14:00:30.686895909 +0200
+++ /work/SRC/openSUSE:Factory/.libindi.new.26092/libindi.changes       
2020-01-16 18:23:03.261036191 +0100
@@ -1,0 +2,65 @@
+Tue Jan 14 10:01:48 UTC 2020 - [email protected]
+
+- Update to version 1.8.3:
+  * New RainbowAstro Mount driver.
+  * New Simulated Pier Side option for all mounts.
+  * Added iOptron GEM45 support. (#1041)
+  * Added *preliminary* support for iOptron iPolar. (#1043)
+  * Update Celestron GPS Guide (#1048)
+  * Bug fix: meridian flip working for longer polling intervals
+    (#1042)
+  * Update Celestron GPS Guide (#1048)
+  * Added recording the absolute position of the focuser to the
+    FITS header (#1052)
+  * Fix enabling/disabling DMFC properties and remove dead code
+    (#1050)
+  * Enable saving/loading backlash steps and fix motor type select
+    (#1055)
+
+-------------------------------------------------------------------
+Sat Nov  9 15:15:40 UTC 2019 - [email protected]
+
+- Update to version 1.8.2:
+  * First release of INDI separate from INDI 3rd party repository.
+  * New Pular Domes driver.
+  * New MyFocuserPro2 driver.
+  * New SteelDriverII focuser driver.
+  * New Deep Sky Dad AF3 driver.
+  * Fixed INDI Client build on Windows.
+  * Fixed weather override functionality in INDI::Weather.
+  * Fixed INDI Dome tracking.
+  * Updated PCM8 driver to automatically detect mount types.
+  * Serial communication polling period is configurable 1-30 secs.
+  * Added ISGetConfigSwitch to read switch information directly
+    from config.
+  From version 1.8.1:
+  * Unified Toupbase driver for Touptek-based cameras.
+  * Support for native backlash handling in INDI::FocuserInterface
+  * Apogee fan control support.
+  * Fixed Bluetooth serial port connectivity.
+  * Updated version of OnStep driver (v1.8), fixes for Fork Mounts.
+  * Pegasus Ultimate Power Box v2 support.
+  * Fixed Celestron GPS focuser position.
+  * Fixed parking mode initialization for roll-off roofs.
+  * Fixed various FocusLynx issues and added Optec Sagitta focuser.
+  * LX200 Based mount migrated to INDI::FocuserInterface
+  * QHY SDK updated to 6.0.1.
+  From version 1.8.0:
+  * iOptron CEM40 driver.
+  * QHYCCD CFW1 driver.
+  * Decode ATIK firmware version correctly.
+  * Apply gamma when downscaling 16bit to 8bit stream.
+  * Improve reliability of sendBlob.
+  * GPSD driver should use raw GPS time by default.
+  * add watchProperty to make client only request and only process
+    properties of interest.
+  * Prevents indi_fli_wheel crash for FLI-CFW-1-8 model.
+  * Fix communication issues in Vixen Starbook driver.
+  * Fix Dew control and Current sensing on PPB.
+  * Fix out-of-bounds access in 420p conversion in V4L2 driver.
+  * Fix Atik guide ST4 pulses.
+  * ASI Camera SDK 1.14.0715 update.
+  * QHY SDK updated to 5.1.0.
+- Refresh 0001-Fix-warnings.patch
+
+-------------------------------------------------------------------

Old:
----
  indi-1.7.9.tar.gz

New:
----
  indi-1.8.3.tar.gz

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

Other differences:
------------------
++++++ libindi.spec ++++++
--- /var/tmp/diff_new_pack.qsvvPO/_old  2020-01-16 18:23:05.065037154 +0100
+++ /var/tmp/diff_new_pack.qsvvPO/_new  2020-01-16 18:23:05.065037154 +0100
@@ -19,7 +19,7 @@
 %define so_ver 1
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           libindi
-Version:        1.7.9
+Version:        1.8.3
 Release:        0
 Summary:        Instrument Neutral Distributed Interface
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later
@@ -75,8 +75,8 @@
 
 %package plugins
 Summary:        Plugins for libindi
-# libindi1 was last used at version 1.3.1
 Group:          Productivity/Scientific/Astronomy
+# libindi1 was last used at version 1.3.1
 Obsoletes:      libindi1 < %{version}
 
 %description plugins
@@ -122,14 +122,8 @@
 %setup -q -n indi-%{version}
 %autopatch -p1
 
-# Cleanup
-rm -fr debian docker macosx travis-ci
-# Also remove blobs
-rm -fr 3rdparty
-
 %build
 %define _lto_cflags %{nil}
-pushd libindi
 
 # libindi doesn't check whether CMAKE_INSTALL_LIBDIR is relative or not...
 sed -i 
's|${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}|${CMAKE_INSTALL_LIBDIR}|' 
libs/indibase/alignment/CMakeLists.txt
@@ -147,12 +141,9 @@
   -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now"
 
 %make_jobs
-popd
 
 %install
-pushd libindi
 %cmake_install
-popd
 
 %post -n libindiAlignmentDriver%{so_ver} -p /sbin/ldconfig
 %postun -n libindiAlignmentDriver%{so_ver} -p /sbin/ldconfig
@@ -162,21 +153,21 @@
 %postun -n libindilx200-%{so_ver} -p /sbin/ldconfig
 
 %files
-%license libindi/COPYING.* libindi/COPYRIGHT libindi/LICENSE
-%doc libindi/AUTHORS libindi/ChangeLog libindi/NEWS libindi/README
+%license COPYING.* COPYRIGHT LICENSE
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/indi*
 %{_datadir}/indi/
 %{_udevdir}/rules.d/*.rules
 
 %files devel
-%license libindi/COPYING.* libindi/LICENSE
+%license COPYING.* LICENSE
 %{_includedir}/libindi/
 %{_libdir}/pkgconfig/libindi.pc
 %{_libdir}/libindi*.so
 %{_libdir}/libindi*.a
 
 %files plugins
-%license libindi/COPYING.* libindi/LICENSE
+%license COPYING.* LICENSE
 %{_libdir}/indi/
 
 %files -n libindiAlignmentDriver%{so_ver}

++++++ 0001-Fix-warnings.patch ++++++
--- /var/tmp/diff_new_pack.qsvvPO/_old  2020-01-16 18:23:05.081037162 +0100
+++ /var/tmp/diff_new_pack.qsvvPO/_new  2020-01-16 18:23:05.081037162 +0100
@@ -4,13 +4,13 @@
 Subject: [PATCH] Fix warnings.
 
 ---
- libindi/CMakeLists.txt | 1 +
+ CMakeLists.txt | 1 +
  1 file changed, 1 insertion(+)
 
-diff --git a/libindi/CMakeLists.txt b/libindi/CMakeLists.txt
+diff --git a/CMakeLists.txt b/CMakeLists.txt
 index 4e6a9e1d..e52231ac 100644
---- a/libindi/CMakeLists.txt
-+++ b/libindi/CMakeLists.txt
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
 @@ -218,6 +218,7 @@ if (ANDROID)
          set(CFITSIO_LIBRARIES ${CFITSIO_DIR}/libcfitsio.a)
      endif ()

++++++ indi-1.7.9.tar.gz -> indi-1.8.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/libindi/indi-1.7.9.tar.gz 
/work/SRC/openSUSE:Factory/.libindi.new.26092/indi-1.8.3.tar.gz differ: char 
21, line 1


Reply via email to