SHA256
1
0
forked from pool/wine
Marcus Meissner 2019-03-03 08:03:32 +00:00 committed by Git OBS Bridge
parent c1bc7d6c03
commit 7c59c8ccd6
4 changed files with 7 additions and 7 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/v4.2</param>
<param name="revision">refs/tags/v4.3</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-4.2</param>
<param name="revision">refs/tags/wine-d3d9-4.1</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:fb7be99746ecbb000eb802deaf397be0a27d4063f7812261fcfffb529f38ff71
size 7409104

3
wine-staging-4.3.tar.xz Normal file
View File

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

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 4.2
%define staging_version 4.3
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 4.1
%define nine_version 4.2
BuildRequires: Mesa-libd3d-devel
Requires: Mesa-libd3d
BuildRequires: libOSMesa-devel