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
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
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
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
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
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
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
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
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
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
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
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
Ismail Dönmez
7bfb6a4a85
Accepting request 750324 from home:lnussel:mingw
...
- disable default debug package only if the mingw debug macro is used
OBS-URL: https://build.opensuse.org/request/show/750324
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=106
2019-11-22 15:35:58 +00:00
Ismail Dönmez
c1aab31ce2
Accepting request 749925 from home:lnussel:mingw
...
add changes file
OBS-URL: https://build.opensuse.org/request/show/749925
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=105
2019-11-20 14:49:36 +00:00
21051edb74
Accepting request 746041 from home:PerryWerneck:mingw64
...
Excluding windows internal "winhttp.dll" from find-requires.
OBS-URL: https://build.opensuse.org/request/show/746041
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=104
2019-11-06 19:02:25 +00:00
a1a2c4dce5
Accepting request 714260 from windows:mingw:win64:staging
...
- fix finding executables (required by kicad 5.1.2, which uses unusual shared library names)
- introduce _mingw32_cxxflags to be feature compatible to c
- add macro _mingw32_make_install to keep in sync with %_make_install
- provide odbccp32.dll (required by OpenSceneGraph)
- mingw32-find-requires.sh: fix parsing multiple libraries from pkg-config files
OBS-URL: https://build.opensuse.org/request/show/714260
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=103
2019-07-22 10:18:05 +00:00
6b1f91a9aa
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=102
2019-01-17 09:38:58 +00:00
09a8ddbfff
Accepting request 644853 from home:rhabacker:branches:windows:mingw:win64:dbus-test
...
Fixes a bug in mingw64-install-post.sh that patches .pc files unconditionally, where 'original_prefix' must remain untouched (triggered with current dbus package).
OBS-URL: https://build.opensuse.org/request/show/644853
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=101
2018-10-26 21:18:45 +00:00
b84b5d9f96
Add missing provides
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=100
2018-10-19 06:09:11 +00:00
d2420d389a
Accepting request 511690 from home:rhabacker:branches:windows:mingw:win64
...
- fix access rights of source files in debug packages which let rpmlint fail on mingw64-lcms package and others
OBS-URL: https://build.opensuse.org/request/show/511690
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=99
2017-07-21 06:35:07 +00:00
82ef15158a
Accepting request 511456 from home:rhabacker:branches:windows:mingw:win64
...
- fix errors in mingw64-find-lang.sh
- add missing pathes to path layout
- add macro _mingw64_cmake_install
- add sources to <packages>-debug packages to support source level debugging to gdb
- disabled native debuginfo/debugsource which confuses more than it does helps
- fix language (forgot this fix to keep in sync with mingw32)
OBS-URL: https://build.opensuse.org/request/show/511456
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=98
2017-07-20 11:19:10 +00:00
0b639864e5
add bs, sr@ijekavian and sr@ijekavianlatin to languages
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=97
2017-07-05 12:05:55 +00:00
Dominik Schmidt
7e79a216ff
Exclude more system libraries from find-requires.sh
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=96
2017-01-13 12:59:50 +00:00
1386096027
Accepting request 365763 from home:e9925248:mingw
...
Add more system dlls
OBS-URL: https://build.opensuse.org/request/show/365763
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=95
2016-03-07 07:38:51 +00:00
0d2600fc89
Accepting request 346903 from home:rhabacker:branches:windows:mingw:win64
...
Keep 'provides' in sync with mingw32-filesystem
OBS-URL: https://build.opensuse.org/request/show/346903
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=94
2015-11-30 22:17:00 +00:00
01a8a1ce66
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=93
2015-10-19 19:34:19 +00:00
7074cd5c6c
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=92
2015-09-09 07:32:20 +00:00
bc79a82054
Accepting request 316385 from home:rhabacker:branches:windows:mingw:win64
...
add language support
OBS-URL: https://build.opensuse.org/request/show/316385
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=91
2015-07-15 06:03:41 +00:00
88192a6102
Support for program plugin directory structure
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=90
2015-03-31 20:44:17 +00:00
Daniel Molkentin
072f7a3e0b
Add mpr
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=89
2015-01-24 21:13:43 +00:00
f61b8a60ab
Synchronize with mingw32-filesystem.
...
it's nice when you can do diff -u mingw{32,64}-find-requires.sh
and get a very small diff (only first lines).
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=88
2014-10-30 21:59:59 +00:00
e2b257d7e2
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=87
2014-10-30 12:25:44 +00:00
3b3c57c1ca
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=86
2014-10-29 10:43:48 +00:00
bc441336f9
Allow specifying the name of debug package
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=85
2014-10-29 09:33:15 +00:00
cfff74caa6
implibs was a terrible misnomer - we ought to collect all libs, whether dllimport helpers or 'regular' static ones
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=84
2014-10-23 10:19:30 +00:00
e7e8663c59
buildsubdir is not defined at the time of %global expansion
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=83
2014-10-23 05:51:50 +00:00
db687da72a
First argument is used after all
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=82
2014-10-23 05:33:28 +00:00
518f249db9
Arguments specify what directories to search (more or less), not the directory where to put the list
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=81
2014-10-22 17:10:08 +00:00
c587057c20
Use new filelists
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=80
2014-10-22 17:07:28 +00:00
ec3516c5a6
Do quoting over the place/use host/target variables
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=79
2014-10-22 15:50:41 +00:00
96be982350
Do quoting over the place
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=78
2014-10-22 15:40:10 +00:00
5d0a018ef8
Make use of build tuple variables
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=77
2014-10-22 15:39:25 +00:00
49d1f05cab
rpm ticket 878 says we do need %global
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=76
2014-10-22 14:05:18 +00:00
d4aac84873
Newline in the expansion was missing
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=75
2014-10-22 01:03:02 +00:00
037efc09a2
Store filelist in temporary file, do quoting all over the place, and use the build tuple (simplifies comparison between 32 and 64 scripts which are the same)
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=74
2014-10-21 14:21:40 +00:00
0309079717
%define is acceptable, since we are already in the global scope normally. Additionally, use the lazy evaluation behavior.
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=73
2014-10-21 13:22:51 +00:00
a616524364
mingw32(abc.dll) was not generated; switching to %global alleviates this
...
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=72
2014-10-21 13:11:07 +00:00