From 02e7e78b45d6521437049735a38c664505591e57 Mon Sep 17 00:00:00 2001 From: Srijita Mukherjee Date: Fri, 6 Apr 2018 19:12:54 +0530 Subject: [PATCH] update wine.adoc --- en-US/wine.adoc | 65 +++++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 46 deletions(-) diff --git a/en-US/wine.adoc b/en-US/wine.adoc index 42db2f8..10b5fdc 100644 --- a/en-US/wine.adoc +++ b/en-US/wine.adoc @@ -1,41 +1,16 @@ = Wine -''' - -[IMPORTANT] -====== - -This page was automatically converted from https://fedoraproject.org/wiki/Wine - -It is probably - -* Badly formatted -* Missing graphics and tables that do not convert well from mediawiki -* Out-of-date -* In need of other love - - -Pull requests accepted at https://pagure.io/fedora-docs/quick-docs - -Once you've fixed this page, remove this notice, and update -`_topic_map.yml`. - -Once the document is live, go to the original wiki page and replace its text -with the following macro: - -.... -{{#fedoradocs: https://docs.fedoraproject.org/whatever-the-of-this-new-page}} -.... - -====== - -''' http://winehq.org/[Wine] is an open source implementation of the Windows API on top of X and OpenGL. -[[packages]] +Wine emulates the Windows runtime environment by translating Windows system calls +into POSIX-compliant system calls, recreating the directory structure of Windows systems, +and providing alternative implementations of Windows system libraries, +system services through https://wiki.winehq.org/Wineserver[wineserver] +and various other components such as Internet Explorer, the Windows Registry Editor, and msiexec. + Packages ~~~~~~~~ @@ -122,11 +97,10 @@ packages do not use wine-staging patches. [cols=",",] |================= -|Fedora 25 |1.9.21 -|Fedora 24 |1.9.20 -|EPEL 7 |1.8.5 -|EPEL 6 |1.8.5 -|EPEL 5 |1.0.1 +|Fedora 28 |3.4 +|Fedora 27 |3.4 +|Fedora 26 |3.4 +|EPEL 7 |3.0 |================= Newer versions may be available in the corresponding `updates-testing` @@ -138,11 +112,9 @@ Testing Versions [cols=",",] |================= -|Fedora 25 |1.9.22 -|Fedora 24 |1.9.22 -|EPEL 7 |- -|EPEL 6 |- -|EPEL 5 |- +|Fedora 28 |3.5 +|Fedora 27 |3.5 +|Fedora 26 |3.5 |================= [[bugs-and-problems]] @@ -190,8 +162,10 @@ rm -fr ~/.wine; mv ~/.wine-save ~/.wine If your application still does not work but has been working in a previous version of wine it is probably a regression. Consider filling a bug in the upstream https://bugs.wine-staging.com/[Wine-staging bug -tracking system]. *Do not* file bugs in the Winehq.org bugzilla unless -told to do so. +tracking system]. + +IMPORTANT: Do not file bugs in the Winehq.org bugzilla unless told to do so. + If you really think that your bug is Fedora-related, file a bug against the Wine component in https://bugzilla.redhat.com[Fedora's bug tracking @@ -202,11 +176,10 @@ Updates-Testing ~~~~~~~~~~~~~~~ If you use the version of wine in the updates-testing repository then -please log into https://admin.fedoraproject.org/updates[bodhi] and +please log into https://bodhi.fedoraproject.org/updates/?packages=wine[bodhi] and comment on the build, including any problems that may be in the packaging, naming, or elsewhere. The build needs positive karma to be pushed to the updates repository. -''' See a typo, something missing or out of date, or anything else which can be -improved? Edit this document at https://pagure.io/fedora-docs/quick-docs. +improved? Edit this document at https://pagure.io/fedora-docs/quick-docs[Pagure].