156 Commits

Author SHA256 Message Date
1d97128117 Accepting request 1037042 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/1037042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=22
2022-11-21 14:30:09 +00:00
49fa538ad7 Accepting request 1036609 from home:rhabacker:branches:windows:mingw:win64:issue-1204985-3
- Update to version 20221115
  * Fix doc in macros.mingw64 how to define macro _mingw64_find_requires_exclude
  * Change dependency to mingw64-cross-binutils-utils and
    mingw64-cross-pkgconf-utils to avoid cyclic dependencies (boo#1204985)
------------------------------------------------------------------
- Fix generating invalid source file path when scanning binaries
  (boo#1202865) 
  
- Update to 20220826
- Speed up objdump scanning binaries for source files (boo#1202431)
- Drop dependency on breakpad, since we now have our own
  mingw-objdump-srcfiles.
- Update to 20220805
- Fix for generating the source file list for the debug package (boo#1201107).
  * Added the script 'mingw-objdump-srcfiles' to determine the
    source files used by the package in question.
  * The gawk script is based on a perl script from jengelh, which was
    not adopted due to an additional runtime dependency. 
  * With this change, *.sym files are no longer included in generated
    debug packages. 
  * The now obsolete runtime dependency to mingw64-cross-breakpad-tools
    has been removed
- Exclude 'mlang.dll' from automatic runtime library detection required
  for win_iconv package
- Fix spelling in *.changes  
- Add 'arch-independent-package-contains-binary-or-object' filter also
  for static libraries (boo#1201173)
- When scanning libraries exclude non real dll file names e.g. '%s.dll'
- Add missing runtime dependencies (boo#1188144)
- Use newer $host-pkgconf
- Fix using undefined STRINGS env variable
- Update to 20220801
- Fetch real used shared library name from import libraries to avoid
  file name generation errors, for example with mingw64-glib2
- Scan all archives for shared library names as packages may not use
  the default import library extension
- Fix finding qm files for KDE Frameworks >= 5.76 (taken from rpm-4.14.1)
- Update to 20220620
- Add more provides required by libqt5 related packages
- Add optional support for excluding runtime DLL dependencies to avoid
  rebuilding the whole project, see macro %_mingw64_find_requires_exclude
  in macros.mingw64 for details
  
- Update to 20220524
- On finding provides and requirements do not generate temporary 
  files in the global temporary directory (boo#1182356)
- Add optional support to add runtime dependencies for import
  libraries, see macros.mingw64 for details (boo#1194430)
- Fix warning 'file format not recognized' in mingw64-find-requires.sh
  when parsing xxx-config files
- Change all version comparisons for Tumbleweed to >= 1550 (instead
  of == 1550). Anything in Tumbleweed counts for current Tumbleweed
  plus future CODE branches. Additionally, the Tumbleweed
  suse_version code is not chiseled in stone.
- Fix install path and file format for global rpmlint config file on
  openSUSE_Tumbleweed (bug boo#1190304, boo#1190438)
- Use rpmlint-mini also on Leap 15.x to fix the conflict breakage
- Be more verbose when version in generated xxxConfigVersion.cmake
  files is empty (see https://build.opensuse.org/request/show/915515)
- Sync with mingw32 variant
- Force rpmlint use and avoid using of rpmlint-mini
-  Add provides for bcrypt.dll required by mingw64-gdb 10.2
- Add provides for ncrypt.dll required by mingw64-gnutls clients
- Move RPM macros to %_rpmmacrodir (boo#1185671)
- Move profile.d entries to %_distconfdir
- Use %_fileattrsdir macro
- Update to 20201105
- Add macro _mingw64_create_macro_links
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb
- In mingw64-scripts support rpm macro processing to
  https://rpm.org/user_doc/macros.htm
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb
- Update to 20201017
- Fix bug not keeping quotes in bash arguments provided to mingw64-scripts.sh
  which is for example required to specify a different cmake generator 
- Fix architecture in generating cmake provides
- Update to 20200825
- Fix
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/mingw64-cmake.prov
  * W: script-without-shebang /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-standard-group Development/Libraries
  * installing mingw64-scripts on Tumbleweed
  * not using present rpmlint config for building this package
- Add missing Fortran case into macros.mingw64* (boo#1173990)
- 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
- Process debuginfo in a reproducible way (boo#1041090)
- Revert -lssp 
- 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.
- add macro _mingw64_ldflags_bootstrap for bootstrap packages
- Add -fstack-protector to LDFLAGS 
- disable default debug package only if the mingw debug macro is used
- inital package for Factory submission

OBS-URL: https://build.opensuse.org/request/show/1036609
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=151
2022-11-21 09:20:31 +00:00
71a1bfb0e3 Accepting request 1000166 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/1000166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=21
2022-08-30 12:50:23 +00:00
b680ff0fd2 Accepting request 1000043 from home:rhabacker:branches:windows:mingw:win64:binutils-2.39
- Fix generating invalid source file path when scanning binaries
  (boo#1202865)

OBS-URL: https://build.opensuse.org/request/show/1000043
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=149
2022-08-30 06:43:58 +00:00
6d3743d367 Accepting request 999403 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/999403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=20
2022-08-27 09:50:00 +00:00
35217c7460 Accepting request 999357 from home:rhabacker:branches:windows:mingw:win64:slow-objdump
- Update to 20220826
- Speed up objdump scanning binaries for source files (boo#1202431)

OBS-URL: https://build.opensuse.org/request/show/999357
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=147
2022-08-26 13:04:30 +00:00
c98a4de5d0 Accepting request 994368 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/994368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=19
2022-08-11 16:32:10 +00:00
bd9926635a Accepting request 994361 from home:jengelh:branches:windows:mingw:win64
- Drop dependency on breakpad, since we now have our own
  mingw-objdump-srcfiles.

OBS-URL: https://build.opensuse.org/request/show/994361
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=145
2022-08-10 16:34:52 +00:00
62d8864fce Accepting request 993445 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/993445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=18
2022-08-06 20:08:19 +00:00
218b23738b Accepting request 993386 from home:rhabacker:branches:windows:mingw:win64:debuginfofix
- Update to 20220805
- Fix for generating the source file list for the debug package (boo#1201107).
  * Added the script 'mingw-objdump-srcfiles' to determine the
    source files used by the package in question.
  * The gawk script is based on a perl script from jengelh, which was
    not adopted due to an additional runtime dependency. 
  * With this change, *.sym files are no longer included in generated
    debug packages. 
  * The now obsolete runtime dependency to mingw64-cross-breakpad-tools
    has been removed
- Exclude 'mlang.dll' from automatic runtime library detection required
  for win_iconv package
- Fix spelling in *.changes  
- Add 'arch-independent-package-contains-binary-or-object' filter also
  for static libraries (boo#1201173)
- When scanning libraries exclude non real dll file names e.g. '%s.dll'
- Add missing runtime dependencies (boo#1188144)
- Use newer $host-pkgconf
- Fix using undefined STRINGS env variable
- Update to 20220801
- Fetch real used shared library name from import libraries to avoid
  file name generation errors, for example with mingw64-glib2
- Scan all archives for shared library names as packages may not use
  the default import library extension
- Fix finding qm files for KDE Frameworks >= 5.76 (taken from rpm-4.14.1)
- Update to 20220620
- Add more provides required by libqt5 related packages
- Add optional support for excluding runtime DLL dependencies to avoid
  rebuilding the whole project, see macro %_mingw64_find_requires_exclude
  in macros.mingw64 for details
  
- Update to 20220524
- On finding provides and requirements do not generate temporary 
  files in the global temporary directory (boo#1182356)
- Add optional support to add runtime dependencies for import
  libraries, see macros.mingw64 for details (boo#1194430)
- Fix warning 'file format not recognized' in mingw64-find-requires.sh
  when parsing xxx-config files
- Change all version comparisons for Tumbleweed to >= 1550 (instead
  of == 1550). Anything in Tumbleweed counts for current Tumbleweed
  plus future CODE branches. Additionally, the Tumbleweed
  suse_version code is not chiseled in stone.
- Fix install path and file format for global rpmlint config file on
  openSUSE_Tumbleweed (bug boo#1190304, boo#1190438)
- Use rpmlint-mini also on Leap 15.x to fix the conflict breakage
- Be more verbose when version in generated xxxConfigVersion.cmake
  files is empty (see https://build.opensuse.org/request/show/915515)
- Sync with mingw32 variant
- Force rpmlint use and avoid using of rpmlint-mini
-  Add provides for bcrypt.dll required by mingw64-gdb 10.2
- Add provides for ncrypt.dll required by mingw64-gnutls clients
- Move RPM macros to %_rpmmacrodir (boo#1185671)
- Move profile.d entries to %_distconfdir
- Use %_fileattrsdir macro
- Update to 20201105
- Add macro _mingw64_create_macro_links
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb
- In mingw64-scripts support rpm macro processing to
  https://rpm.org/user_doc/macros.htm
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb
- Update to 20201017
- Fix bug not keeping quotes in bash arguments provided to mingw64-scripts.sh
  which is for example required to specify a different cmake generator 
- Fix architecture in generating cmake provides
- Update to 20200825
- Fix
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/mingw64-cmake.prov
  * W: script-without-shebang /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-standard-group Development/Libraries
  * installing mingw64-scripts on Tumbleweed
  * not using present rpmlint config for building this package
- Add missing Fortran case into macros.mingw64* (boo#1173990)
- 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
- Process debuginfo in a reproducible way (boo#1041090)
- Revert -lssp 
- 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.
- add macro _mingw64_ldflags_bootstrap for bootstrap packages
- Add -fstack-protector to LDFLAGS 
- disable default debug package only if the mingw debug macro is used
- inital package for Factory submission

OBS-URL: https://build.opensuse.org/request/show/993386
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=143
2022-08-06 11:04:47 +00:00
Richard Brown
9890f00c7b Accepting request 991567 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/991567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=17
2022-07-28 18:59:13 +00:00
6168209a85 Accepting request 991564 from home:rhabacker:branches:windows:mingw:win64
- Add 'arch-independent-package-contains-binary-or-object' filter also
  for static libraries (boo#1201173)
- When scanning libraries exclude non real dll file names e.g. '%s.dll'
- Add missing runtime dependencies (boo#1188144)
- Use newer $host-pkgconf
- Fix using undefined STRINGS env variable

OBS-URL: https://build.opensuse.org/request/show/991564
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=141
2022-07-28 13:39:51 +00:00
Richard Brown
c2c599eeae Accepting request 990820 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/990820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=16
2022-07-26 17:43:48 +00:00
cb18632f38 Accepting request 990652 from home:rhabacker:branches:windows:mingw:win64
- Update to 20220801
- Fetch real used shared library name from import libraries to avoid
  file name generation errors, for example with mingw32-glib2
- Scan all archives for shared library names as packages may not use
  the default import library extension

OBS-URL: https://build.opensuse.org/request/show/990652
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=139
2022-07-23 16:18:26 +00:00
97ed581d6c transplant SR 988555 to mingw64
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=138
2022-07-17 17:31:02 +00:00
ec10efdeec transplant SR 988555 to mingw64
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=137
2022-07-17 17:30:35 +00:00
0d65d0c3bc Accepting request 989339 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/989339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=15
2022-07-15 11:52:50 +00:00
36534d29fa Accepting request 988899 from home:rhabacker:branches:windows:mingw:win64:Qt512
- Update to 20220620
- Add more provides required by libqt5 related packages
- Add optional support for excluding runtime DLL dependencies to avoid
  rebuilding the whole project, see macro %_mingw64_find_requires_exclude
  in macros.mingw64 for details

OBS-URL: https://build.opensuse.org/request/show/988899
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=135
2022-07-15 07:07:27 +00:00
fb1f32e01f Accepting request 978889 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/978889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=14
2022-05-24 18:31:43 +00:00
67e63d9c18 Accepting request 978864 from home:rhabacker:branches:windows:mingw:win64:devruntimedeps
- Update to 20220524
- On finding provides and requirements do not generate temporary 
  files in the global temporary directory (boo#1182356)
- Add optional support to add runtime dependencies for import
  libraries, see macros.mingw64 for details (boo#1194430)
- Fix warning 'file format not recognized' in mingw64-find-requires.sh
  when parsing xxx-config files

OBS-URL: https://build.opensuse.org/request/show/978864
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=133
2022-05-24 08:26:51 +00:00
78c4ab4e66 Accepting request 935199 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/935199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=13
2021-12-02 21:30:23 +00:00
b1e91bcab0 Accepting request 935197 from home:dimstar:Factory
- Change all version comparisons for Tumbleweed to >= 1550 (instead
  of == 1550). Anything in Tumbleweed counts for current Tumbleweed
  plus future CODE branches. Additionally, the Tumbleweed
  suse_version code is not chiseled in stone.

OBS-URL: https://build.opensuse.org/request/show/935197
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=132
2021-12-02 14:07:53 +00:00
86331f142b Accepting request 919512 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/919512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=12
2021-09-16 21:14:56 +00:00
cf72d02343 Accepting request 919461 from home:rhabacker:branches:games:mingw64
- Fix install path and file format for global rpmlint config file on
  openSUSE_Tumbleweed (bug boo#1190304, boo#1190438)
- Use rpmlint-mini also on Leap 15.x to fix the conflict breakage
- Be more verbose when version in generated xxxConfigVersion.cmake
  files is empty (see https://build.opensuse.org/request/show/915515)
- Sync with mingw32 variant

OBS-URL: https://build.opensuse.org/request/show/919461
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=131
2021-09-16 11:49:42 +00:00
8a2c53e212 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=130 2021-09-14 06:40:27 +00:00
2b126e52ba Accepting request 909869 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/909869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=11
2021-08-03 20:48:41 +00:00
9570d03ee4 Accepting request 908772 from windows:mingw:win64:snapshots
-  Add provides for bcrypt.dll required by mingw64-gdb 10.2

OBS-URL: https://build.opensuse.org/request/show/908772
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=129
2021-08-03 06:05:54 +00:00
4ef6adcb2e Accepting request 905865 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/905865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=10
2021-07-12 19:40:45 +00:00
23a386dc95 Accepting request 905863 from windows:mingw:win64:snapshots
- Add provides for ncrypt.dll required by mingw64-gnutls clients

OBS-URL: https://build.opensuse.org/request/show/905863
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=128
2021-07-12 14:52:51 +00:00
f5c1934c7d Accepting request 899955 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/899955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=9
2021-06-14 21:11:20 +00:00
420a68c953 Accepting request 899917 from home:gmbr3:Active
- Move RPM macros to %_rpmmacrodir (boo#1185671)
- Move profile.d entries to %_distconfdir
- Use %_fileattrsdir macro

OBS-URL: https://build.opensuse.org/request/show/899917
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=126
2021-06-14 14:13:51 +00:00
3f6f873bd2 Keep in sync with mingw32
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=125
2020-11-17 20:44:32 +00:00
f889f23234 Accepting request 847688 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/847688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=8
2020-11-11 19:47:50 +00:00
Ismail Dönmez
2fee8d5632 Accepting request 847606 from windows:mingw:win64:snapshots
- Update to 20201105
- Add macro _mingw64_create_macro_links
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb
- In mingw64-scripts support rpm macro processing to
  https://rpm.org/user_doc/macros.htm
- Add macro _mingw64_gdb and command line wrapper /usr/bin/mingw64-gdb

OBS-URL: https://build.opensuse.org/request/show/847606
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=123
2020-11-11 07:22:07 +00:00
db6115e8f3 Accepting request 842557 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/842557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=7
2020-10-20 14:11:32 +00:00
Ismail Dönmez
565e129525 Accepting request 842307 from windows:mingw:win64:snapshots
- Update to 20201017
- Fix bug not keeping quotes in bash arguments provided to mingw64-scripts.sh
  which is for example required to specify a different cmake generator

OBS-URL: https://build.opensuse.org/request/show/842307
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=121
2020-10-19 13:15:47 +00:00
1718feda61 Accepting request 830627 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/830627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=6
2020-08-31 14:52:50 +00:00
e99ed70855 Accepting request 830345 from windows:mingw:win64:snapshots
- Fix architecture in generating cmake provides

OBS-URL: https://build.opensuse.org/request/show/830345
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=119
2020-08-31 05:33:44 +00:00
56cb16549a Accepting request 829913 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/829913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=5
2020-08-29 18:39:01 +00:00
3deeef4c87 Accepting request 829904 from windows:mingw:win64:snapshots
- Update to 20200825
- Fix
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-etc-or-var-file-marked-as-conffile /usr/libexec/rpm/mingw64-cmake.prov
  * W: script-without-shebang /usr/libexec/rpm/fileattrs/mingw64-cmake.attr
  * W: non-standard-group Development/Libraries
  * installing mingw64-scripts on Tumbleweed
  * not using present rpmlint config for building this package

OBS-URL: https://build.opensuse.org/request/show/829904
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=117
2020-08-27 07:41:37 +00:00
8952856ec7 Accepting request 828963 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/828963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=4
2020-08-25 07:37:05 +00:00
d5dd5b403b Accepting request 828163 from windows:mingw:win64:snapshots
- Add missing Fortran case into macros.mingw64* (boo#1173990)
- 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

OBS-URL: https://build.opensuse.org/request/show/828163
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=115
2020-08-24 14:03:28 +00:00
a8ed88f25c Accepting request 795758 from windows:mingw:win64
OBS-URL: https://build.opensuse.org/request/show/795758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=3
2020-04-21 11:10:13 +00:00
Ismail Dönmez
a5b7474fb1 Accepting request 795584 from home:bmwiedemann:reproducible:test
Process debuginfo in a reproducible way (boo#1041090)

OBS-URL: https://build.opensuse.org/request/show/795584
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=113
2020-04-20 10:20:52 +00:00
296f82d1e4 Accepting request 761925 from windows:mingw:win64
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/761925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=2
2020-01-10 16:48:57 +00:00
ccba4e022f Accepting request 753300 from windows:mingw:win64
new package

OBS-URL: https://build.opensuse.org/request/show/753300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-filesystem?expand=0&rev=1
2020-01-08 16:53:53 +00:00
2c30c982aa Accepting request 758334 from home:e9925248:branches:windows:mingw:win32
Revert last change

Adding -lssp to LDFLAGS causes other faults like expat, because libtool also has issues with -lssp.

If fstack-protector is in use, it needs to be passed to all gcc call.  The root cause of the cairo build failures are an outdated libtool, which drops -fstack-protector. Such build system needs to be regenerated using a newer libtool or updated with a newer
upstream version.

OBS-URL: https://build.opensuse.org/request/show/758334
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=110
2019-12-20 08:16:24 +00:00
Ismail Dönmez
6df576063b Accepting request 757515 from home:rhabacker:branches:windows:mingw:win64:misc
- 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` and probably `__chk_fail`'. This library seems not be added by
  gcc 9.2 automatically.

OBS-URL: https://build.opensuse.org/request/show/757515
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=109
2019-12-17 15:47:14 +00:00
bb88710aa3 Accepting request 750807 from home:rhabacker:branches:windows:mingw:win64
- add macro _mingw64_ldflags_bootstrap for bootstrap packages

OBS-URL: https://build.opensuse.org/request/show/750807
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=108
2019-11-25 16:39:57 +00:00
Ismail Dönmez
52c55e23e0 - Add -fstack-protector to LDFLAGS
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=107
2019-11-25 05:05:25 +00:00