update to 1.7.30 [release 1.7.30-1mamba;Thu Nov 06 2014]
This commit is contained in:
parent
003f894a94
commit
be4ba928db
15
wine.spec
15
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.19
|
||||
%define WINE_GECKO_CHECKED_FOR_VERSION 1.7.30
|
||||
%define wine_patchset_date 20140427
|
||||
Name: wine
|
||||
Version: 1.7.19
|
||||
Version: 1.7.30
|
||||
Release: 1mamba
|
||||
Epoch: 3
|
||||
Summary: An open source implementation of the Windows API on top of X and Unix
|
||||
@ -37,7 +37,7 @@ 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-%{version}.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
|
||||
@ -168,7 +168,8 @@ Header, include files and library definition files for developing applications w
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version} -a41
|
||||
%setup -q -n %{name}-%{version}
|
||||
#-a41
|
||||
%if "%{version}" != "%{WINE_GECKO_CHECKED_FOR_VERSION}"
|
||||
echo "ERROR: please check if Wine Gecko is latest available at"
|
||||
echo "http://sourceforge.net/projects/wine/files/Wine%20Gecko/"
|
||||
@ -436,6 +437,12 @@ exit 0
|
||||
%doc documentation/README.*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.30-1mamba
|
||||
- update to 1.7.30
|
||||
|
||||
* Tue Jul 22 2014 Automatic Build System <autodist@mambasoft.it> 1.7.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 09 2014 Automatic Build System <autodist@mambasoft.it> 1.7.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user