- 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
OBS-URL: https://build.opensuse.org/request/show/985078
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-make?expand=0&rev=33
- 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
OBS-URL: https://build.opensuse.org/request/show/793844
OBS-URL: https://build.opensuse.org/package/show/X11:GNUstep/gnustep-make?expand=0&rev=31