This commit is contained in:
parent
a3dd76923b
commit
304d9cafad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:750d04ceacf45315159dac99d95c14dba845baa0adafab5a14f1d8343f61a399
|
||||
size 14472814
|
3
wine-1.1.6.tar.bz2
Normal file
3
wine-1.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2a3db12c663828a815001fb7d3f1bd21101c30638167636b9de64f7e11290f7
|
||||
size 14596433
|
13
wine.changes
13
wine.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 18:05:48 CEST 2008 - meissner@suse.de
|
||||
|
||||
- Updated to upstream 1.1.6
|
||||
- Beginnings of schannel implementation using GnuTLS.
|
||||
- Many fixes from various code analysis tools.
|
||||
- Support for X11 desktop work area.
|
||||
- Fixes for Richedit tables.
|
||||
- More complete JavaScript support.
|
||||
- Various bug fixes.
|
||||
- Requires gnutls-devel for schannel support
|
||||
- small winetricks fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 20:22:33 CEST 2008 - meissner@suse.de
|
||||
|
||||
|
16
wine.spec
16
wine.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package wine (Version 1.1.5)
|
||||
# spec file for package wine (Version 1.1.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,11 +19,11 @@
|
||||
|
||||
|
||||
Name: wine
|
||||
BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel hal-devel libgphoto2-devel libjpeg-devel liblcms-devel libpng-devel libxslt-devel ncurses-devel openldap2-devel prelink sane-backends update-desktop-files
|
||||
BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel gnutls-devel hal-devel libgphoto2-devel libjpeg-devel liblcms-devel libpng-devel libxslt-devel ncurses-devel openldap2-devel prelink sane-backends update-desktop-files
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 1
|
||||
Summary: An MS Windows Emulator
|
||||
Url: http://www.winehq.com
|
||||
@ -128,6 +128,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/aclocal/wine.m4
|
||||
|
||||
%changelog
|
||||
* Mon Oct 13 2008 meissner@suse.de
|
||||
- Updated to upstream 1.1.6
|
||||
- Beginnings of schannel implementation using GnuTLS.
|
||||
- Many fixes from various code analysis tools.
|
||||
- Support for X11 desktop work area.
|
||||
- Fixes for Richedit tables.
|
||||
- More complete JavaScript support.
|
||||
- Various bug fixes.
|
||||
- Requires gnutls-devel for schannel support
|
||||
- small winetricks fixes
|
||||
* Fri Sep 19 2008 meissner@suse.de
|
||||
- Updated to upstream 1.1.5
|
||||
- Substantial JavaScript implementation.
|
||||
|
@ -30,7 +30,7 @@ esac
|
||||
|
||||
case "$1" in
|
||||
-V|--version)
|
||||
echo "Winetricks version 20080825. (C) Dan Kegel. LGPL."
|
||||
echo "Winetricks version 20081012. (C) Dan Kegel. LGPL."
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
@ -802,7 +802,7 @@ load_fontfix() {
|
||||
download . http://apt.debian.org.tw/pool/t/ttf-arphic-ukai/ttf-arphic-ukai_0.1.20060108.orig.tar.gz 46cc7b67b6117a7e161c1a573502c0bf2b09cbdc
|
||||
cd "$WINETRICKS_TMP/"
|
||||
tar -xzf "$WINETRICKS_CACHE/ttf-arphic-ukai_0.1.20060108.orig.tar.gz"
|
||||
try mv ttf-arphic-ukai-0.1.20060108/*.ttf "$winefontsdir""
|
||||
try mv ttf-arphic-ukai-0.1.20060108/*.ttf "$winefontsdir"
|
||||
cd "$olddir"
|
||||
fi
|
||||
fi
|
||||
@ -815,7 +815,7 @@ load_fontfix() {
|
||||
download . http://apt.debian.org.tw/pool/t/ttf-arphic-uming/ttf-arphic-uming_0.1.20060108.orig.tar.gz ec34aeb240fcce09d25fce2fbe5e5b6f358c2f24
|
||||
cd "$WINETRICKS_TMP/"
|
||||
tar -xzf "$WINETRICKS_CACHE/ttf-arphic-uming_0.1.20060108.orig.tar.gz"
|
||||
try mv ttf-arphic-uming-0.1.20060108/*.ttf "$winefontsdir""
|
||||
try mv ttf-arphic-uming-0.1.20060108/*.ttf "$winefontsdir"
|
||||
cd "$olddir"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user