- updated to 7.2 development release
- Large scale cleanup to support 'long' type with MSVCRT. - Mono engine updated to version 7.1.1. - More theming fixes in common controls. - Beginnings of a WMA decoder. - Support for 64-bit time_t. - Various bug fixes. - update staging to 7.2 release OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=897
This commit is contained in:
parent
4bedc852a5
commit
a900a9e471
2
_service
2
_service
@ -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/v7.1</param>
|
||||
<param name="revision">refs/tags/v7.2</param>
|
||||
<param name="match-tag">v*.*</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f50938f12fd0569a7bc7f694d64b5df34a3319e4dba1a75fd36d14fe5a1a1eea
|
||||
size 7308264
|
12
wine.changes
12
wine.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 08:06:08 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to 7.2 development release
|
||||
- Large scale cleanup to support 'long' type with MSVCRT.
|
||||
- Mono engine updated to version 7.1.1.
|
||||
- More theming fixes in common controls.
|
||||
- Beginnings of a WMA decoder.
|
||||
- Support for 64-bit time_t.
|
||||
- Various bug fixes.
|
||||
- update staging to 7.2 release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 11:14:11 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
%endif
|
||||
|
||||
# needs to be on top due to usage of %version macro below
|
||||
%define realver 7.1
|
||||
Version: 7.1
|
||||
%define realver 7.2
|
||||
Version: 7.2
|
||||
Release: 0
|
||||
|
||||
%if "%{flavor}" != ""
|
||||
@ -161,7 +161,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
|
||||
%if %{staging}
|
||||
# upstream patch target version
|
||||
%define staging_version 7.1
|
||||
%define staging_version 7.2
|
||||
Source100: wine-staging-%{staging_version}.tar.xz
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libOSMesa-devel
|
||||
|
Loading…
Reference in New Issue
Block a user