Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2021-06-29 22:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libindi (Old)
 and      /work/SRC/openSUSE:Factory/.libindi.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libindi"

Tue Jun 29 22:43:35 2021 rev:46 rq:903068 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2021-06-09 
21:53:02.690554175 +0200
+++ /work/SRC/openSUSE:Factory/.libindi.new.2625/libindi.changes        
2021-06-29 22:44:17.550955425 +0200
@@ -1,0 +2,27 @@
+Mon Jun 28 05:36:16 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- Update to 1.9.1:
+  * New AstroTrac 360 driver (Experimental).
+  * New Pegasus FlatMaster and UHC drivers 
+  * New Deep Sky Dad Field Rotator 
+  * Core INDI Library improvements to base device and client classes 
+  * Paramount TCP improvements 
+  * Spectrograph and Receiver classes 
+  * OnStep improvements 
+  * RST-135 location and time fix
+  * Dome OTA fixes
+  * Object Azimuth and Altitude added to FITS header 
+  * Rainbow Focuser fixes
+  * Support for CGX-L 
+  * Fix crash in SkyWatcher API mount driver
+  * Fix iOptron DST bug
+  * Fix lunar and solar order
+  * PMC8 Driver v0.4 (Improved manual slewing, guiding, and other features)
+  * Try to send the guide pulses asynchronously to TheSkyX
+  * Use encoders for parking
+  * Lots of other smmall fixes, for the full changelog please check
+    https://github.com/indilib/indi/blob/master/ChangeLog
+- Drop ioptron_dst_fix.patch (change has been upstreamed)
+- Add fix_include_path.patch
+
+-------------------------------------------------------------------

Old:
----
  indi-1.9.0.tar.gz
  ioptron_dst_fix.patch

New:
----
  fix_include_path.patch
  indi-1.9.1.tar.gz

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

Other differences:
------------------
++++++ libindi.spec ++++++
--- /var/tmp/diff_new_pack.2LtFQK/_old  2021-06-29 22:44:17.946955948 +0200
+++ /var/tmp/diff_new_pack.2LtFQK/_new  2021-06-29 22:44:17.950955953 +0200
@@ -19,7 +19,7 @@
 %define so_ver 1
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:           libindi
-Version:        1.9.0
+Version:        1.9.1
 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
@@ -28,8 +28,7 @@
 Source0:        
https://github.com/indilib/indi/archive/v%{version}.tar.gz#/indi-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM
 Patch0:         0001-Fix-warnings.patch
-# PATCH-FIX-UPSTREAM (release 1.9.1 will contain the fix)
-Patch1:         ioptron_dst_fix.patch
+Patch1:         fix_include_path.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gsl-devel
@@ -125,7 +124,11 @@
 # 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
 
-%cmake -DUDEVRULES_INSTALL_DIR=%{_udevdir}/rules.d \
+export CFLAGS="%(echo %{optflags}) -Wno-stringop-truncation"
+export CXXFLAGS="$CFLAGS"
+
+%cmake \
+    -DUDEVRULES_INSTALL_DIR=%{_udevdir}/rules.d \
   -DINDI_BUILD_QT5_CLIENT=ON \
   -DINDI_BUILD_WEBSOCKET=ON \
   -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now"

++++++ fix_include_path.patch ++++++
--- indi-1.9.1/libs/indibase/baseclient.h.orig  2021-06-29 07:33:35.235578806 
+0200
+++ indi-1.9.1/libs/indibase/baseclient.h       2021-06-29 07:33:52.763714581 
+0200
@@ -20,11 +20,11 @@
 
 #include "indiapi.h"
 #include "indibase.h"
+#include "indimacros.h"
 
 #include <string>
 #include <vector>
 
-#include <indimacros.h>
 #include <memory>
 
 // #define MAXRBUF 2048 // #PS: defined in indibase.h
++++++ indi-1.9.0.tar.gz -> indi-1.9.1.tar.gz ++++++
++++ 41668 lines of diff (skipped)

Reply via email to