From 304d9cafad321a85d8dfbea11579776af152b3021313e326e29d7f556b678502 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Oct 2008 21:47:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=47 --- wine-1.1.5.tar.bz2 | 3 --- wine-1.1.6.tar.bz2 | 3 +++ wine.changes | 13 +++++++++++++ wine.spec | 16 +++++++++++++--- winetricks | 6 +++--- 5 files changed, 32 insertions(+), 9 deletions(-) delete mode 100644 wine-1.1.5.tar.bz2 create mode 100644 wine-1.1.6.tar.bz2 diff --git a/wine-1.1.5.tar.bz2 b/wine-1.1.5.tar.bz2 deleted file mode 100644 index 6e35808..0000000 --- a/wine-1.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750d04ceacf45315159dac99d95c14dba845baa0adafab5a14f1d8343f61a399 -size 14472814 diff --git a/wine-1.1.6.tar.bz2 b/wine-1.1.6.tar.bz2 new file mode 100644 index 0000000..d497614 --- /dev/null +++ b/wine-1.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a3db12c663828a815001fb7d3f1bd21101c30638167636b9de64f7e11290f7 +size 14596433 diff --git a/wine.changes b/wine.changes index bae9db4..5e7a597 100644 --- a/wine.changes +++ b/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 diff --git a/wine.spec b/wine.spec index 9b5eda0..6f37656 100644 --- a/wine.spec +++ b/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. diff --git a/winetricks b/winetricks index c260e71..4ac4575 100644 --- a/winetricks +++ b/winetricks @@ -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