From dd95bf28f3ec993d1d95799594d845042b65086f19e7e2f391da7447d12dd743 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 15 Jul 2024 07:26:27 +0000 Subject: [PATCH] - removed 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch: upstream OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1136 --- ...static-specifier-on-variables-refere.patch | 36 ------------------- wine.changes | 1 + wine.spec | 2 +- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch diff --git a/0001-mf-tests-Remove-static-specifier-on-variables-refere.patch b/0001-mf-tests-Remove-static-specifier-on-variables-refere.patch deleted file mode 100644 index c073c88..0000000 --- a/0001-mf-tests-Remove-static-specifier-on-variables-refere.patch +++ /dev/null @@ -1,36 +0,0 @@ -From c784fb4bad3519b692e71ff4a46b1263af27c0d8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?R=C3=A9mi=20Bernon?= -Date: Mon, 8 Jul 2024 14:38:30 +0200 -Subject: [PATCH] mf/tests: Remove static specifier on variables referencing - other variables. - -Signed-off-by: Marcus Meissner ---- - dlls/mf/tests/transform.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c -index 4313d7e3241..ef0bec60ed5 100644 ---- a/dlls/mf/tests/transform.c -+++ b/dlls/mf/tests/transform.c -@@ -3857,7 +3857,7 @@ static void test_h264_encoder(void) - ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video), - {0}, - }; -- static const struct attribute_desc expect_available_input_attributes[] = -+ const struct attribute_desc expect_available_input_attributes[] = - { - ATTR_RATIO(MF_MT_FRAME_SIZE, actual_width, actual_height), - ATTR_RATIO(MF_MT_FRAME_RATE, 30000, 1001), -@@ -9244,7 +9244,7 @@ static void test_video_processor_with_dxgi_manager(void) - ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video), - }; - -- static const MFVideoArea aperture = {.Area={set_width, set_height}}; -+ const MFVideoArea aperture = {.Area={set_width, set_height}}; - const struct attribute_desc nv12_with_aperture[] = - { - ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video), --- -2.45.2 - diff --git a/wine.changes b/wine.changes index 79c22e9..8301981 100644 --- a/wine.changes +++ b/wine.changes @@ -7,6 +7,7 @@ Mon Jul 15 07:20:41 UTC 2024 - Marcus Meissner - More rewriting of the CMD.EXE engine. - Various bug fixes. - update staging to 9.13 release +- removed 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch: upstream ------------------------------------------------------------------- Wed Jul 10 09:49:46 UTC 2024 - Marcus Meissner diff --git a/wine.spec b/wine.spec index 75ce6d6..44e3f88 100644 --- a/wine.spec +++ b/wine.spec @@ -176,7 +176,7 @@ Source7: baselibs.conf Source8: wine-rpmlintrc # SUSE specific patches # - currently none, but add them here -Patch0: 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch +#Patch0: 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch Recommends: wine-gecko >= 2.47.4 Conflicts: wine-gecko < 2.47.4 Recommends: wine-mono >= 9.2.0