gnustep-make/gnustep-make.changes

132 lines
4.7 KiB
Plaintext

-------------------------------------------------------------------
Mon May 22 08:58:36 UTC 2023 - Jiri Srain <jsrain@suse.com>
- udpate the upstream source URLs
-------------------------------------------------------------------
Fri Jan 6 19:41:18 UTC 2023 - Fred kiefer <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 20:44:59 UTC 2022 - Dirk Müller <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 10:48:02 UTC 2020 - Luigi Baldoni <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 8 21:09:13 UTC 2019 - Fred kiefer <fredkiefer@gmx.de>
- Disable LTO as this isn't working for Objective-C projects.
-------------------------------------------------------------------
Sun Apr 16 19:11:42 UTC 2017 - fredkiefer@gmx.de
- update to 2.7.0
o for more info please see ChangeLog file
-------------------------------------------------------------------
Fri Jan 13 12:25:31 UTC 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 15:55:54 UTC 2016 - aloisio@gmx.com
- Fixed library path for s390x
-------------------------------------------------------------------
Mon Mar 21 22:05:19 UTC 2016 - fredkiefer@gmx.de
- update to 2.6.8
o for more info please see ChangeLog file
-------------------------------------------------------------------
Sat May 16 10:37:23 UTC 2015 - fredkiefer@gmx.de
- update to 2.6.7
o for more info please see ChangeLog file
-------------------------------------------------------------------
Tue Dec 24 11:00:08 UTC 2013 - fredkiefer@gmx.de
- update to 2.6.6
o for more info please see ChangeLog file
-------------------------------------------------------------------
Sat Aug 10 12:32:10 UTC 2013 - fredkiefer@gmx.de
- update to 2.6.5
o for more info please see ChangeLog file
-------------------------------------------------------------------
Mon Apr 1 21:29:53 UTC 2013 - fredkiefer@gmx.de
- update to 2.6.4
o for more info please see ChangeLog file
-------------------------------------------------------------------
Mon Mar 4 18:37:04 UTC 2013 - fredkiefer@gmx.de
- update to 2.6.3
o for more info please see ChangeLog file
-------------------------------------------------------------------
Sat Aug 4 20:48:42 UTC 2012 - chris@computersalat.de
- update to 2.6.2
o for more info please see ChangeLog file
-------------------------------------------------------------------
Thu Apr 7 20:36:25 UTC 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 21:28:33 CET 2009 - lars@linux-schulserver.de
- initial version