[wine] 1.4-0.1.rc1

Andreas Bierfert awjb at fedoraproject.org
Sat Jan 28 15:57:49 UTC 2012


commit f1f1f4a8c2544bb22c171d9999651278689e74e9
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Sat Jan 28 16:57:39 2012 +0100

    1.4-0.1.rc1
    
    - version upgrade

 .gitignore |    2 ++
 sources    |    4 ++--
 wine.spec  |   14 +++++++++-----
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d9e71c..fd0393c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@
 /wine-1.3.36.tar.bz2.sign
 /wine-1.3.37.tar.bz2
 /wine-1.3.37.tar.bz2.sign
+/wine-1.4-rc1.tar.bz2.sign
+/wine-1.4-rc1.tar.bz2
diff --git a/sources b/sources
index 7cfc721..e37c072 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4bf25be22c130765283d9953d03b65c4  wine-1.3.37.tar.bz2
-301c7ed5210002c0dcd50a69253c0107  wine-1.3.37.tar.bz2.sign
+d268353482c700f301ce038a9ecc9769  wine-1.4-rc1.tar.bz2.sign
+c8b7c5c1adaeebc8be1de01f5aa5b6c6  wine-1.4-rc1.tar.bz2
diff --git a/wine.spec b/wine.spec
index 17169c0..383e652 100644
--- a/wine.spec
+++ b/wine.spec
@@ -1,14 +1,14 @@
 %global no64bit 0
 Name:           wine
-Version:        1.3.37
-Release:        2%{?dist}
+Version:        1.4
+Release:        0.1.rc1%{?dist}
 Summary:        A Windows 16/32/64 bit emulator
 
 Group:          Applications/Emulators
 License:        LGPLv2+
 URL:            http://www.winehq.org/
-Source0:        http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}.tar.bz2
-Source10:       http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign
+Source0:        http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}-rc1.tar.bz2
+Source10:       http://downloads.sourceforge.net/wine/wine-%{version}-rc1.tar.bz2.sign
 
 Source1:        wine.init
 Source2:        wine.systemd
@@ -447,7 +447,7 @@ This package adds an openal driver for wine.
 %endif
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc1
 
 %build
 # disable fortify as it breaks wine
@@ -1404,6 +1404,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Sat Jan 28 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.4-0.1.rc1
+- version upgrade
+
 * Wed Jan 25 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.3.37-2
 - Add initial support for wine on ARM
 


More information about the scm-commits mailing list