Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package irrlicht for openSUSE:Factory checked in at 2021-11-27 23:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/irrlicht (Old) and /work/SRC/openSUSE:Factory/.irrlicht.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "irrlicht" Sat Nov 27 23:42:35 2021 rev:5 rq:934261 version:1.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/irrlicht/irrlicht.changes 2021-02-19 23:46:03.451409993 +0100 +++ /work/SRC/openSUSE:Factory/.irrlicht.new.1895/irrlicht.changes 2021-11-27 23:43:06.476338763 +0100 @@ -1,0 +2,42 @@ +Sat Nov 27 12:26:32 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.8.5: + * Fix some aes compile warnings on gcc about fall-throughs. + * No longer include sys/sysctl.h on other platforms than OSX. Fixes compile + errors in COSOperator on newer Linux systems. + * Update script to generate tutorial.html's in example folders. + * Update libpng to 1.6.37 (from 1.6.23) + * Fix CIrrDeviceSDL::getVideoModeList which didn't return video modes before. + * CIrrDeviceMacOSX now sets the SEvent.MouseInput Shift and Control values on + mouse events like the other devices. + * isWindowFocused in IrrDeviceSDL device now returns the input focus like the + other devices. Before it was returning a mouse-over-window state. + * Prevent SDL device from dropping OpenGL resources on Win32 when + setResizable was called with OpenGL driver. + * Fix isWindowActive when using SDL device. Before it was only active when + the mouse was over the window. + * Fix SViewFrustum::clipLine. Was before clipping at wrong points + * Fix compilation on OSX and prevent capturing mouse cursor when Window is not on top + * Fix serialization of OverrideTextColorEnabled flag in CGUITab. + * CFileSystem::getAbsolutePath no longer wrongly converts an empty filename + to "/" on unix platforms. + * Fix bug in cursor positions when compiled with newer Windows SDK's (v110 in + VS2012) and running on Systems >= Windows Vista in windowed mode. + * IOSOperator::getSysteMemory() no longer returns incorrect values with >2GB. + * Increase KEY_KEY_CODES_COUNT to fix problem with laptop keyboards which + return the keycode 0xff for the function key. + * Fix bug when calling activateJoysticks on windows several times. It had + appened joystick information instead of replacing it, thereby increasing + joystick number on each call. + * Fix bug in fast_atof when reading floating point numbers with more than 16 + digits past the dot. Those produced completely wrong results + * Accuracy of fast_atof is back to older Irrlicht versions (fixes test + warnings, usually not a noticable problem). + * Fix crash in eventhandling when calling remove() on a contextmenu while it + has focus. + * CImageLoaderJPG::isALoadableFileFormat uses a test which allows to load + more jpg formats (for example uncompressed jpg's). Thx @Yaron Cohen-Tal for + report, test-image and his help with the patch. +- drop irrlicht-1.8.4-remove-sys-sysctl.h.patch (merged upstream) + +------------------------------------------------------------------- Old: ---- irrlicht-1.8.4-remove-sys-sysctl.h.patch irrlicht-1.8.4.zip New: ---- irrlicht-1.8.5.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ irrlicht.spec ++++++ --- /var/tmp/diff_new_pack.2HSIn8/_old 2021-11-27 23:43:06.944337230 +0100 +++ /var/tmp/diff_new_pack.2HSIn8/_new 2021-11-27 23:43:06.948337216 +0100 @@ -19,21 +19,18 @@ # %define sover 1_8 %define libver 1.8 -%define libfullver %{libver}.4 Name: irrlicht -Version: %{libfullver} +Version: 1.8.5 Release: 0 Summary: A realtime 3D engine License: Zlib Group: Development/Libraries/C and C++ -URL: http://irrlicht.sourceforge.net/ -Source0: http://downloads.sourceforge.net/irrlicht/%{name}-%{version}.zip +URL: https://irrlicht.sourceforge.io/ +Source0: https://downloads.sourceforge.net/irrlicht/%{name}-%{version}.zip # PATCH-FIX-OPENSUSE irrlicht-1.7.9.3629-config.patch -- use system libraries http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=24076 Patch0: irrlicht-1.7.9.3629-config.patch # PATCH-FIX-UPSTREAM irrlicht-1.8-directionlight.patch Patch1: irrlicht-1.8-directionlight.patch -# PATCH-FIX-UPSTREAM fixes build -Patch2: irrlicht-1.8.4-remove-sys-sysctl.h.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libjpeg-devel @@ -100,7 +97,6 @@ %setup -q %patch0 %patch1 -p1 -%patch2 -p1 sed -i 's/\r//' readme.txt iconv -o readme.txt.iso88591 -f iso88591 -t utf8 readme.txt @@ -132,7 +128,7 @@ ZLIBOBJ= JPEGLIBOBJ= LIBPNGOBJ= # Cleaning up after the really bad installer... pushd %{buildroot}%{_libdir} -ln -s -f libIrrlicht.so.%{libfullver} libIrrlicht.so.%{libver} +ln -s -f libIrrlicht.so.%{version} libIrrlicht.so.%{libver} ln -s -f libIrrlicht.so.%{libver} libIrrlicht.so popd # End Makefile mess cleanup