diff --git a/.cvsignore b/.cvsignore
index 6dd4634..917c36d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-wine-docs-1.0.tar.bz2
+wine-docs-1.2.tar.bz2
diff --git a/sources b/sources
index 690eeb7..a596f5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2
+9428acc48b72be9476d59d468da2ea3f wine-docs-1.2.tar.bz2
diff --git a/wine-build.patch b/wine-build.patch
new file mode 100644
index 0000000..5c0d80d
--- /dev/null
+++ b/wine-build.patch
@@ -0,0 +1,34 @@
+--- en/winedev-testing.sgml.orig 2010-07-22 19:47:32.000000000 +0200
++++ en/winedev-testing.sgml 2010-07-22 19:47:50.000000000 +0200
+@@ -205,7 +205,8 @@
+ The following step should probably work on any rpm based system.
+
+
+- Run yum install mingw32-gcc>.
++ Run yum install mingw32-gcc.
++
+
+
+ *BSD
+--- en/wineusr-configuring.sgml.orig 2010-07-22 19:57:14.000000000 +0200
++++ en/wineusr-configuring.sgml 2010-07-22 19:57:48.000000000 +0200
+@@ -223,9 +223,7 @@
+ Most often applications will assume that a required redistributable
+ package has already been installed and subsequently fail to run when
+ the required dependencies are not met. For example:
+-
+ err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found
+-
+
+
+ Redistributable packages which install the necessary runtimes can
+--- en/wineusr-configuring.sgml.orig 2010-07-22 19:59:06.000000000 +0200
++++ en/wineusr-configuring.sgml 2010-07-22 20:00:07.000000000 +0200
+@@ -219,6 +219,7 @@
+ this file is a publicly available DLL or a custom DLL belonging
+ to your program. In the latter case, check that you have installed
+ your program correctly.
++
+
+ Most often applications will assume that a required redistributable
+ package has already been installed and subsequently fail to run when
diff --git a/wine-docs.spec b/wine-docs.spec
index a921153..fcf67bc 100644
--- a/wine-docs.spec
+++ b/wine-docs.spec
@@ -1,13 +1,16 @@
%define debug_package %{nil}
Name: wine-docs
-Version: 1.0
-Release: 3%{?dist}
+Version: 1.2
+Release: 1%{?dist}
Summary: Documentation for wine
Group: Documentation
License: LGPLv2+
URL: http://www.winehq.org
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-%{version}.tar.bz2
+
+Patch0: wine-build.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: docbook-utils-pdf
@@ -19,6 +22,7 @@ various guides and their translations.
%prep
%setup -q -n %{name}-%{version}
+%patch0
%build
./configure
@@ -37,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT
%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB
%changelog
+* Thu Jul 22 2010 Andreas Bierfert
+- 1.2-1
+- version upgrade
+
* Mon Jul 27 2009 Fedora Release Engineering - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild