SHA256
1
0
forked from pool/wine

- updated staging to 4.0-rc1

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=567
This commit is contained in:
Marcus Meissner 2018-12-09 16:56:52 +00:00 committed by Git OBS Bridge
parent 8b16be670e
commit fdc3355e00
7 changed files with 11 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v3.21</param>
<param name="revision">refs/tags/v4.0-rc1</param>
<param name="match-tag">v*.*</param>
<param name="scm">git</param>
</service>
@ -11,7 +11,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">wined3d9(.*)</param>
<param name="url">https://github.com/sarnex/wine-d3d9-patches.git</param>
<param name="revision">refs/tags/wine-d3d9-3.20</param>
<param name="revision">refs/tags/wine-d3d9-3.21</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:224e40f5490b17e5d0149ed7c748ccf37f716241fc61e33ee4b00bad411dcc8d
size 42292

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95b0dc1bfa402ee992788b06174fd7ef4af61e9197f86ef877b474b065a9afa4
size 42272

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eaa08ac8abd5d9329eb6ea831623ccbc9d5857895ab66a937eb8495d4cc296b2
size 7469036

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d06f4d09241e090ffa364deae806b3dcd26b1929100363087dd7e7c769111a2
size 7447628

View File

@ -10,6 +10,7 @@ Sat Dec 8 08:46:56 UTC 2018 - meissner@suse.com
- Better palette support in WindowsCodecs.
- Synchronization objects support for kernel drivers.
- Various bug fixes.
- updated staging to 4.0-rc1
-------------------------------------------------------------------
Tue Dec 4 16:50:35 UTC 2018 - meissner@suse.com

View File

@ -142,7 +142,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging}
# upstream patch target version
%define staging_version 3.21
%define staging_version 4.0-rc1
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel
@ -150,7 +150,7 @@ BuildRequires: libva-devel
%endif
%if %{nine}
# upstream patch target version
%define nine_version 3.20
%define nine_version 3.21
BuildRequires: Mesa-libd3d-devel
Requires: Mesa-libd3d
BuildRequires: libOSMesa-devel