* Tue Feb 25 2025 fredkiefer@gmx.de
- Update to version 2.9.3
• Added support for ASAN/LSAN builds
• Various minor bugfixes.
* Fri Aug 09 2024 franz.sirl-obs@lauterbach.com
- Use the --with-libdir configure option introduced with 2.9.2.
* Sun Jul 07 2024 fredkiefer@gmx.de
- Accecpted request to update to version 2.9.2
* Update for newer versions of Java
* Various minor bugfixes.
* Mon May 22 2023 jsrain@suse.com
- update the upstream source URLs
* Fri Jan 06 2023 fredkiefer@gmx.de
- update to version 2.9.1
* Add workaround for Clang bug on Windows MSVC when tests contain no Objective-C constructs.
* Various fixes for minor issues introduced in the test framework by parallelisation mof testcase execution.
* Sat Jun 25 2022 dmueller@suse.com
- update to version 2.9.0
* Better check for objc runtime on Windows.
* Split linker flags to better support partial linking: 'ALL_LDFLAGS'
is now a combination of 'FINAL_LDFLAGS' and 'ALL_LDFLAGS'.
* Better support for newer gcc versions.
* Add support for storyboard files.
* Increase autoconf version to 2.65 and make autoconf handle
Objective-C++ and OBJCXX variables directly.
* Fix bug that prevented ARC from getting used.
* Link subproject object files directly instead of first merging them
into 'subproject.o'.
* Support building on Windows with Clang MSVC target.
* Improve mingw64 support: for instance, adopt the triplet used by
the mingw-w64 project rather than using the one returned by
autoconf. Fixes building Gorm.
- add keyring for source validation
* Tue Apr 14 2020 aloisio@gmx.com
- Update to version 2.8.0
* Better library combo and ABI detection: gnustep-make will now
attempt to detect the optimal library combo and ABI
supported by the installed compiler and Objective-C runtime
library. Explicit selection of the runtime ABI is now
possible using the '--with-runtime-abi' configure option.
* Full support for the gnustep-2.0 Objective-C ABI.
* Support for creating a Git tag and creating a tarball from a
git tag using the 'git-tag' and 'git-dist' targets.
* Support for creating a Mercurial tag and creating a tarball
from a hg tag using the 'hg-tag' and 'hg-dist' targets.
- Spec cleanup
* Sun Sep 08 2019 fredkiefer@gmx.de
- Disable LTO as this isn't working for Objective-C projects.
Version: 2.7.0-bp151.1.1
* Sun Apr 16 2017 fredkiefer@gmx.de
- update to 2.7.0
o for more info please see ChangeLog file
* Fri Jan 13 2017 aloisio@gmx.com
- Added gnustep-make-rpmlintrc
- Spec cleanup
- Removed _service file and added tarball so that
the package can be accepted into Factory
* Fri Dec 16 2016 aloisio@gmx.com
- Fixed library path for s390x
* Mon Mar 21 2016 fredkiefer@gmx.de
- update to 2.6.8
o for more info please see ChangeLog file
* Sat May 16 2015 fredkiefer@gmx.de
- update to 2.6.7
o for more info please see ChangeLog file
* Tue Dec 24 2013 fredkiefer@gmx.de
- update to 2.6.6
o for more info please see ChangeLog file
* Sat Aug 10 2013 fredkiefer@gmx.de
- update to 2.6.5
o for more info please see ChangeLog file
* Mon Apr 01 2013 fredkiefer@gmx.de
- update to 2.6.4
o for more info please see ChangeLog file
* Mon Mar 04 2013 fredkiefer@gmx.de
- update to 2.6.3
o for more info please see ChangeLog file
* Sat Aug 04 2012 chris@computersalat.de
- update to 2.6.2
o for more info please see ChangeLog file
* Thu Apr 07 2011 chris@computersalat.de
- update to 2.4.0
o for more info please see ChangeLog file
- fix fhs (library path)
(see WindowMaker pkg: /usr/lib/GNUstep/Applications)
o GNUSTEP_SYSTEM_APPS=/usr/lib/GNUstep/Applications
o GNUSTEP_SYSTEM_LIBRARIES={_libdir}
- spec mods
o add header
* Sun Apr 12 2009 lars@linux-schulserver.de
- initial version