* Wed Jun 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on aarch64 since clanlib-cpuid.patch has been dropped:
* clanlib-add-aarch64.patch
* Tue Apr 06 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 4.1
* Removed all the obsolete elements of ClanLib that were either
abandoned, replaced by newer methodologies,
moved to separate projects.
* Removed base modules: Compute, CSSLayout, Database, GameIDE,
GUI, Physics2D, Physics3D, Sqlite and SWRender
* Introduced clanUI, that replaced clanGUI.
This took the best ideas of clanGUI, to provide a faster, easier
and more flexible UI framework.
* New Prerequisite, a C++11 compiler is now required to compile
ClanLib.
* Performance increase of clanUI
* Support of OpenGL ES3.2
* Fixed clan::GameTime::get_time_elapsed_ms() accuracy
* Enhanced clanUI to reflect the UICore fork.
* Updated clanSound to use ALSA
* Various API enhancements
* Various bug fixes
- Integrated doc and examples package
- Dropped upstream fixed
* ClanLib-2.3.6-fix-opengl.patch
* clanlib-cpuid.patch
* stdgnu++11.patch
* clanlib-alsa.patch
* Tue Mar 26 2019 olaf@aepfle.de
- Use alsa API properly. Consumers are expected to use
<alsa/asoundlib.h> instead of <asoundlib.h>.
This is in preparation of an change to pkgconfig(alsa) to
not pollute CFLAGS with -I/usr/include/alsa anymore (bsc#1130333)
clanlib-alsa.patch
Version: 2.3.6-bp150.2.6
* Wed Jan 10 2018 crrodriguez@opensuse.org
- Do not use Mesa-devel package but pkgconfig(gl)
* Tue Oct 20 2015 eric.fintzel@linux.vnet.ibm.com
- Use -std=gnu++11 option for ppc64le.
According to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58241
it avoids "cannot convert 'bool' to '__vector(4) __bool int'
in return" errors.
Patch file: stdgnu++11.patch
* Thu Nov 07 2013 schwab@suse.de
- clanlib-cpuid.patch: use cpuid only on x86
- Remove obsolete clanlib-ppc.patch
- Remove obsolete options
* Mon Mar 18 2013 schwab@suse.de
- Define CL_ARM_PLATFORM also for aarch64
* Sun Dec 30 2012 dvaleev@suse.com
- fix build for powerpc (clanlib-ppc.patch)
* Fri Sep 21 2012 coolo@suse.com
- fix compilation with newer Mesa in #undefing a new symbol
ClanLib-2.3.6-fix-opengl.patch
* Thu Jul 12 2012 adrian@suse.de
- fix build on arm architecture
* Tue May 15 2012 jreidinger@suse.com
- clean up dependencies and fix dependencies for clanlib-devel
* Sun May 13 2012 jreidinger@suse.com
- Update to version 2.3.6:
* No breaking changes from 2.3.5
* complete list of changes is available at
http://clanlib.org/wiki/ClanLib_2.3.6_Release_Notes
- removed upstream integrated patch for gcc 4.7.
* Thu Mar 15 2012 dimstar@opensuse.org
- Update to version 2.3.5:
* complete list of changes is available at
http://clanlib.org/wiki/ClanLib_2.3.5_Release_Notes
* Thu Mar 15 2012 dimstar@opensuse.org
- Add clanlib-gcc47.patch: Fix build with gcc 4.7.
* Fri Jan 27 2012 cfarrell@suse.com
- license update: Zlib
* Tue Dec 13 2011 jreidinger@suse.com
- update to 2.3.4
* complete list of changes is available here:
http://clanlib.org/wiki/BreakingChanges and
here http://clanlib.org/wiki/ClanLib_2.3.4_Release_Notes
- create separate doc with useful generated documentation (
previous state was useless)
* Wed Nov 16 2011 jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
* Wed Nov 16 2011 jreidinger@suse.com
- Update to version 2.3.3:
* this is major version update (from 2.2.9 to 2.3.3).
* complete list of changes is available here:
http://clanlib.org/wiki/BreakingChanges and
here http://clanlib.org/wiki/ClanLib_2.3.3_Release_Notes
* Sat Jul 02 2011 jengelh@medozas.de
- Use %_smp_mflags for parallel building
- Strip %clean section (not needed on BS)
* Thu Jun 16 2011 pth@suse.de
- Fix file list.
- Fix copying of Examples.
- Convert line endings in some text files.
* Sat Jun 11 2011 vlado.paskov@gmail.com
- Update to version 2.2.9:
* this is major version update (from 2.1.1 to 2.2.9).
* complete list of changes is available here:
http://clanlib.org/wiki/BreakingChanges and
here http://clanlib.org/wiki/ClanLib_2.2.9_Release_Notes
* Sat Mar 13 2010 dimstar@opensuse.org
- Update to version 2.1.1:
+ See UpGRADE.txt for changes.
* Tue Feb 09 2010 prusnak@suse.cz
- build -doc and -examples subpackages as noarch