Changelog for
libffado-devel-2.4.3-bp153.1.16.x86_64.rpm :
* Fri May 29 2020 Edgar Aichinger
- Update to release 2.4.3
* Thu Jan 02 2020 Bjørn Lie - Replace pkgconfig(libxml++-2.6) with pkgconfig(libxml++-3.0) BuildRequires.
* Thu Jan 03 2019 davejplaterAATTgmail.com- Update to release 2.4.1- Removed uneeded and incorporated patches: libffado-SConstruct-py3.patch, ffado-gcc6.patch and byteswap.patch- Upstream changes:
* Fix some python syntax which was not compatible with python3. These were missed during the preparation of FFADO 2.4.0.
* Modify the SCons build system to allow for scons running under python3.
* Merge distribution patches provided by package maintainers.
* Address some difficulties experienced by package maintainers when compiling FFADO.
* Improve the output of ffado-diag.
* Sun Oct 21 2018 schwabAATTsuse.de- byteswap.patch: ensure byte swap macros are available for all components
* Fri Aug 17 2018 bwiedemannAATTsuse.com- Add reproducible.patch to always build with SSE2, independent of build system CPU (boo#1100677)
* Thu Feb 08 2018 davejplaterAATTgmail.com- Update to release 2.4.0 and fix build against glibc-2.27 see boo#1079938.- Removed patches fixed upstream: ffado_SConstruct_powerpc_update.patch and sigev.patch.- Rebased libffado-SConstruct-py3.patch partially fixed upstream.- Added ffado-nosys.patch for missing import sys in SConstruct.- Rebased ffado-gcc6.patch, partially fixed upstream.- Upstream changes:
* Numerous build system and code improvements to support architectures such as MIPS, x32 and various PowerPC flavours.
* A large number of fixes for newer versions of gcc (particularly versions 6 and 7).
* Initial support for the optional TCO module of the RME Fireface-800.
* Expanded ffado-mixer support for the Phase88 device.
* Initial work to make ffado-mixer compatible with python3/pyqt5.
* Start work towards compatibility with scons3.
* Mon Dec 04 2017 dimstarAATTopensuse.org- Extend libffado-SConstruct-py3.patch: convert more of the build tools to python3. This allows us not to pull a different version of python into buildroot than is not already used by SCons.
* Fri Nov 24 2017 davejplaterAATTgmail.com- Added conditional for libffado-SConstruct-py3.patch to only apply if scons built with python 3.
* Thu Nov 23 2017 astiegerAATTsuse.com- Fix building with python3 scons, add libffado-SConstruct-py3.patch
* Mon Jul 31 2017 schwabAATTsuse.de- sigev.patch: add missing header to define SIGEV_THREAD
* Wed Apr 12 2017 davejplaterAATTgmail.com- Modify libffado-date_time.patch to allow reproducible builds.
* Fri Mar 31 2017 davejplaterAATTgmail.com- Update to 2.3.0- Fix gcc7 errors with -fpermissive see boo#1030245- Removed obsolete udev macro definition- Rebased ffado_SConstruct_powerpc_update.patch and ffado-gcc6.patch- Duplicated %build scons statement in %install to prevent a complete rebuild of the package.- Upstream changes:
* Configuration entries added for additional devices which work with the generic support layer (PreSonus Studiolive 32.4.2, Presonus StudioLive 16.0.2, ICON FireXon, Onyx Blackbird and the new Onyx 1640i, among others).
* Support added for the newer Focusrite Saffire Pro 26.
* Improved build support for various downstream consumers.
* Better routing for selected Saffire devices and the Firestudio Mobile.
* Significant cleanup and refinement of the M-Audio and Yamaha driver.
* Compilation fixes for recent versions of gcc.
* Recover from dead streams without causing jackd to shut down.
* Sun Mar 20 2016 davejplaterAATTgmail.com- Use pkgconfig buildrequires where available and cleanup spec file.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Add --std=gnu++11 to EXTRA_FLAGS.
* Wed Mar 02 2016 dimstarAATTopensuse.org- Replace libxmll++-devel BuildRequires with pkgconfig(libxml++-2.6) in order to be ready for the compatibility package introduction (libxml++ goes 3.0).
* Mon Feb 08 2016 rguentherAATTsuse.com- Add ffado-gcc6.patch to move #include outside of a namespace and to not declare errno as local variable.
* Wed Mar 11 2015 normandAATTlinux.vnet.ibm.com- SConstruct is_powerpc and is_64bit to support ppc64le with new ffado_SConstruct_powerpc_update.patch
* Wed Mar 04 2015 wbauerAATTtmo.at- Install udev rule to the correct directory by removing the incorrect redefinition of %_udevrulesdir. It is defined already in systemd-rpm-macros which is preinstalled in OBS. (boo#911303)