rpms/wine-docs/EL-6 wine-build.patch, NONE, 1.1 .cvsignore, 1.48, 1.49 sources, 1.48, 1.49 wine-docs.spec, 1.51, 1.52

Andreas Bierfert awjb at fedoraproject.org
Thu Jul 22 18:06:38 UTC 2010


Author: awjb

Update of /cvs/pkgs/rpms/wine-docs/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6572/EL-6

Modified Files:
	.cvsignore sources wine-docs.spec 
Added Files:
	wine-build.patch 
Log Message:
- version upgrade


wine-build.patch:
 winedev-testing.sgml     |    3 ++-
 wineusr-configuring.sgml |    3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE wine-build.patch ---
--- 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.
           </para>
           <para>
-            Run <command>yum install mingw32-gcc</>.
+            Run <command>yum install mingw32-gcc</command>.
+          </para>
         </sect3>
         <sect3>
           <title>*BSD</title>
--- 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:
-           <para>
             <programlisting>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found</programlisting>
-           <para>
          </para>
          <para>
            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.
+         </para>
          <para>
            Most often applications will assume that a required redistributable
            package has already been installed and subsequently fail to run when


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wine-docs/EL-6/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- .cvsignore	17 Jun 2008 15:27:56 -0000	1.48
+++ .cvsignore	22 Jul 2010 18:06:38 -0000	1.49
@@ -1 +1 @@
-wine-docs-1.0.tar.bz2
+wine-docs-1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wine-docs/EL-6/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- sources	17 Jun 2008 15:27:56 -0000	1.48
+++ sources	22 Jul 2010 18:06:38 -0000	1.49
@@ -1 +1 @@
-53e626174eb3f38d2cab8381b9ee1e50  wine-docs-1.0.tar.bz2
+9428acc48b72be9476d59d468da2ea3f  wine-docs-1.2.tar.bz2


Index: wine-docs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wine-docs/EL-6/wine-docs.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- wine-docs.spec	27 Jul 2009 07:17:13 -0000	1.51
+++ wine-docs.spec	22 Jul 2010 18:06:38 -0000	1.52
@@ -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 <andreas.bierfert[AT]lowlatency.de>
+- 1.2-1
+- version upgrade
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list