From 0da4987d278568ed7ea1f8c1f703e3780f3fbdfd Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Tue, 17 Jun 2008 15:25:52 +0000 Subject: [PATCH] - version upgrade --- .cvsignore | 2 +- sources | 2 +- wine-docs.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4ff7c1e..6dd4634 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wine-docs-1.0-rc4.tar.bz2 +wine-docs-1.0.tar.bz2 diff --git a/sources b/sources index 8d15b73..690eeb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -015902ab03258d7e3d997c9be53dbf96 wine-docs-1.0-rc4.tar.bz2 +53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2 diff --git a/wine-docs.spec b/wine-docs.spec index a187945..dafd9cf 100644 --- a/wine-docs.spec +++ b/wine-docs.spec @@ -1,13 +1,13 @@ %define debug_package %{nil} Name: wine-docs Version: 1.0 -Release: 0.4.rc4%{?dist} +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}-rc4.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -18,7 +18,7 @@ This package is Wine's documentation repository. It consists of various guides and their translations. %prep -%setup -q -n %{name}-%{version}-rc4 +%setup -q -n %{name}-%{version} %build ./configure @@ -37,6 +37,10 @@ rm -rf $RPM_BUILD_ROOT %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Tue Jun 17 2008 Andreas Bierfert +- 1.0-1 +- version upgrade + * Sat Jun 07 2008 Andreas Bierfert - 1.0-0.4.rc4 - version upgrade