automatic version update by autodist [release 1.7.19-1mamba;Mon Jun 09 2014]
This commit is contained in:
parent
2b829499c1
commit
003f894a94
3
wine-autoupdate
Normal file
3
wine-autoupdate
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
VERSION=$1
|
||||
curl http://fds-team.de/mirror/wine-patches-minimal.tar.gz -o wine-patches-minimal-$VERSION.tar.gz
|
10
wine.spec
10
wine.spec
@ -1,10 +1,10 @@
|
||||
%define _use_internal_dependency_generator 1
|
||||
%define wine_gecko_ver 2.24
|
||||
%define wine_mono_ver 4.5.2
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 1.7.17
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 1.7.19
|
||||
%define wine_patchset_date 20140427
|
||||
Name: wine
|
||||
Version: 1.7.17
|
||||
Version: 1.7.19
|
||||
Release: 1mamba
|
||||
Epoch: 3
|
||||
Summary: An open source implementation of the Windows API on top of X and Unix
|
||||
@ -37,7 +37,8 @@ Source31: http://downloads.sourceforge.net/wine/wine_gecko-%{wine_gecko_ver
|
||||
# see: http://wiki.winehq.org/Mono
|
||||
Source40: http://downloads.sourceforge.net/wine/wine-mono-%{wine_mono_ver}.msi
|
||||
# pipelight patchset, see http://fds-team.de/cms/pipelight-compile-wine.html
|
||||
Source41: http://fds-team.de/mirror/wine-patches-minimal-%{wine_patchset_date}.tar.gz
|
||||
Source41: http://fds-team.de/mirror/wine-patches-minimal-%{version}.tar.gz
|
||||
Source42: wine-autoupdate
|
||||
Patch2: %{name}-1.1.42-INQUIRY_undeclared.patch
|
||||
Patch3: %{name}-1.5.30-restore-shared-lib.patch
|
||||
#Patch4: ftp://ftp.etersoft.ru/pub/people/amorozov/usb/%{version}/0001-Add-support-of-native-Windows-drivers-for-USB-tokens.txt
|
||||
@ -435,6 +436,9 @@ exit 0
|
||||
%doc documentation/README.*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 09 2014 Automatic Build System <autodist@mambasoft.it> 1.7.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 27 2014 Automatic Build System <autodist@mambasoft.it> 1.7.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user