SHA256
1
0
forked from pool/wine
Marcus Meissner 2018-10-28 18:17:09 +00:00 committed by Git OBS Bridge
parent ce06d00f5c
commit d988df95d6
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="url">https://github.com/wine-staging/wine-staging.git</param> <param name="url">https://github.com/wine-staging/wine-staging.git</param>
<param name="revision">refs/tags/v3.18</param> <param name="revision">refs/tags/v3.19</param>
<param name="match-tag">v*.*</param> <param name="match-tag">v*.*</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

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

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

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

View File

@ -146,7 +146,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64 ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging} %if %{staging}
# upstream patch target version # upstream patch target version
%define staging_version 3.18 %define staging_version 3.19
Source100: wine-staging-%{staging_version}.tar.xz Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel BuildRequires: libOSMesa-devel