Hello community, here is the log from the commit of package libindi for openSUSE:Factory checked in at 2012-10-07 19:15:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libindi (Old) and /work/SRC/openSUSE:Factory/.libindi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindi", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libindi/libindi.changes 2012-05-26 13:05:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2012-10-07 19:15:44.000000000 +0200 @@ -1,0 +2,21 @@ +Thu Sep 27 17:17:41 UTC 2012 - [email protected] + +- Update to version 0.9.5: + * Focuser simulator driver. + * CCD, Telescope, Focuser, and Filter simulators improvements including + periodic error effects, FWHM, and more. + * Major improvements to INDI Base Library and INDI Client Library. + * Fixed minor bugs in LX200 Generic, LX200 FS2, Magellan, and Celestron + drivers. + * Minor bugfixes and improvements. + * Fixed color buffer problem in V4L drivers. + * Numerous bug fixes and minor improvements. + From 0.9.1: + * Bugfix release. +- Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and + added a new one to fix some new "no-return-in-nonvoid-function" rpm + post-build check errors. +- Removed libindi-usleep.patch that fixed compilation with gcc-4.7 (fixed + upstream). + +------------------------------------------------------------------- Old: ---- libindi-usleep.patch libindi_0.9.tar.gz New: ---- libindi_0.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindi.spec ++++++ --- /var/tmp/diff_new_pack.5iG9h5/_old 2012-10-07 19:15:46.000000000 +0200 +++ /var/tmp/diff_new_pack.5iG9h5/_new 2012-10-07 19:15:46.000000000 +0200 @@ -19,17 +19,15 @@ %define so_ver 0 Name: libindi -Version: 0.9 +Version: 0.9.5 Release: 0 Summary: Instrument Neutral Distributed Interface -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Scientific/Astronomy Url: http://www.indilib.org/ Source0: http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch [email protected] -- Fix "no-return-in-nonvoid-function" post-build check errors Patch0: no-return-in-nonvoid-function.patch -# PATCH-FIX-UPSTREAM libindi-usleep.patch [email protected] -- Fix compilation with gcc-4.7 (taken from Fedora) -Patch1: libindi-usleep.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libcfitsio-devel @@ -71,8 +69,7 @@ %prep %setup -q -%patch0 -%patch1 -p1 +%patch0 -p1 %build mkdir build ++++++ libindi_0.9.tar.gz -> libindi_0.9.5.tar.gz ++++++ ++++ 13371 lines of diff (skipped) ++++++ no-return-in-nonvoid-function.patch ++++++ --- /var/tmp/diff_new_pack.5iG9h5/_old 2012-10-07 19:15:46.000000000 +0200 +++ /var/tmp/diff_new_pack.5iG9h5/_new 2012-10-07 19:15:46.000000000 +0200 @@ -1,11 +1,33 @@ ---- libs/indibase/indifilterwheel.cpp.orig 2012-01-13 20:40:07.000000000 +0200 -+++ libs/indibase/indifilterwheel.cpp 2012-01-16 23:55:00.286747018 +0200 -@@ -37,6 +37,8 @@ - DefaultDriver::initProperties(); +diff -Naur libindi-0.9.5.orig/drivers/telescope/telescope_simulator.cpp libindi-0.9.5/drivers/telescope/telescope_simulator.cpp +--- libindi-0.9.5.orig/drivers/telescope/telescope_simulator.cpp 2012-08-24 03:11:27.000000000 +0300 ++++ libindi-0.9.5/drivers/telescope/telescope_simulator.cpp 2012-09-23 15:08:52.227482265 +0300 +@@ -520,6 +520,7 @@ + + + NewRaDec(currentRA, currentDEC); ++ return true; + } + + bool ScopeSim::Park() +diff -Naur libindi-0.9.5.orig/indidriver.c libindi-0.9.5/indidriver.c +--- libindi-0.9.5.orig/indidriver.c 2012-08-24 03:11:28.000000000 +0300 ++++ libindi-0.9.5/indidriver.c 2012-09-23 15:10:20.239899517 +0300 +@@ -307,6 +307,7 @@ + bp->size = size; + bp->blob = blob; + strncpy(bp->format, format, MAXINDIFORMAT); ++ return 0; + } + + void IUFillSwitch(ISwitch *sp, const char *name, const char * label, ISState s) +diff -Naur libindi-0.9.5.orig/libs/indibase/basedevice.cpp libindi-0.9.5/libs/indibase/basedevice.cpp +--- libindi-0.9.5.orig/libs/indibase/basedevice.cpp 2012-08-24 03:11:28.000000000 +0300 ++++ libindi-0.9.5/libs/indibase/basedevice.cpp 2012-09-23 15:12:11.186619202 +0300 +@@ -996,6 +996,7 @@ + + } + } ++ return 0; - initFilterProperties(deviceName(), FILTER_TAB); -+ -+ return true; } - void INDI::FilterWheel::ISGetProperties (const char *dev) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
