2020-08-24 14:03:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 20 12:06:28 UTC 2020 - Ralf Habacker <ralf.habacker@freenet.de>
|
|
|
|
|
|
|
|
- Add missing Fortran case into macros.mingw64* (boo#1173990)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 16 04:26:24 UTC 2020 - Ralf Habacker <ralf.habacker@freenet.de>
|
|
|
|
|
|
|
|
- Fix warning about non standard group (boo#1173189)
|
|
|
|
- Make cmake package support to be more in sync with native package
|
|
|
|
* Add mingw64-cmake.prov and mingw64-cmake.attr ported from native
|
|
|
|
cmake package to support generating mingw64(cmake:xxx) dependencies
|
|
|
|
required by newer KDE Frameworks 5 and other packages.
|
|
|
|
* Move out cmake related macros from macros.mingw64 into macros.mingw64-cmake
|
|
|
|
* Define macro _mingw64_cmake_build
|
|
|
|
* Fix deprecated call to %make_jobs
|
|
|
|
CMake support may be better located in a package named mingw64-cross-cmake
|
|
|
|
but need to be used here until the deprecated dependency generator provided
|
|
|
|
by this package is converted to sets of *.attr/*.prov files.
|
|
|
|
- Add additional man languages 'id' and 'uk' used by KDE Frameworks5 packages
|
|
|
|
|
2020-04-20 10:20:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 19 17:39:26 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
|
|
|
|
- Process debuginfo in a reproducible way (boo#1041090)
|
|
|
|
|
2019-12-20 08:16:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 18 21:49:44 UTC 2019 - Martin Koegler <martin.koegler@chello.at>
|
|
|
|
|
|
|
|
- Revert -lssp
|
|
|
|
|
2019-12-17 15:47:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 17 09:21:43 UTC 2019 - Ralf Habacker <ralf.habacker@freenet.de>
|
|
|
|
|
|
|
|
- Add -lssp to the link flags, otherwise building of some packages
|
|
|
|
(like mingw64-cairo) will be aborted with the error 'undefined
|
|
|
|
reference to `__memcpy_chk`'. This library seems not be added by
|
|
|
|
gcc 9.2 automatically.
|
|
|
|
|
2019-11-25 16:39:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 16:31:30 UTC 2019 - Ralf Habacker <ralf.habacker@freenet.de>
|
|
|
|
|
|
|
|
- add macro _mingw64_ldflags_bootstrap for bootstrap packages
|
|
|
|
|
2019-11-25 05:05:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 25 05:05:10 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Add -fstack-protector to LDFLAGS
|
|
|
|
|
2019-11-22 15:35:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 22 10:58:42 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
|
|
|
|
|
|
|
- disable default debug package only if the mingw debug macro is used
|
|
|
|
|
2019-11-20 14:49:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 20 13:40:31 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
|
|
|
|
|
|
|
- inital package for Factory submission
|