From 70c6b045dc0ea7f3d8239fd67f10df6144e5407e70abddf551c6b2e3e62f0c3c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 6 Aug 2013 15:45:09 +0000 Subject: [PATCH] - Updated to 1.7.0 development release - Support for vertical text in the Postscript driver. - Version 2 of liblcms used now instead of version 1. - Unicode data updated to Unicode 6.2.0. - Hyperlink controls supported in installers. - Improved support for XML attributes. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=190 --- wine-1.6.tar.bz2 | 3 --- wine-1.6.tar.bz2.sign | 7 ------- wine-1.7.0.tar.bz2 | 3 +++ wine-1.7.0.tar.bz2.sign | 7 +++++++ wine.changes | 11 +++++++++++ wine.spec | 5 ++--- 6 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 wine-1.6.tar.bz2 delete mode 100644 wine-1.6.tar.bz2.sign create mode 100644 wine-1.7.0.tar.bz2 create mode 100644 wine-1.7.0.tar.bz2.sign diff --git a/wine-1.6.tar.bz2 b/wine-1.6.tar.bz2 deleted file mode 100644 index 6468041..0000000 --- a/wine-1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae -size 21124403 diff --git a/wine-1.6.tar.bz2.sign b/wine-1.6.tar.bz2.sign deleted file mode 100644 index 7245f7b..0000000 --- a/wine-1.6.tar.bz2.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) - -iEYEABECAAYFAlHoLKkACgkQ9ebp7rlGHdf9lQCgjKr35gKJnm1xPRlpcMRP34du -N20An2Djww70t3LDI13kY+AZPxibWZIR -=wwvU ------END PGP SIGNATURE----- diff --git a/wine-1.7.0.tar.bz2 b/wine-1.7.0.tar.bz2 new file mode 100644 index 0000000..8e79424 --- /dev/null +++ b/wine-1.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0106ba3c8f0699cc7ae6edfcf505f7709c9e6d963bf32ff9c690607def9d4d77 +size 21217085 diff --git a/wine-1.7.0.tar.bz2.sign b/wine-1.7.0.tar.bz2.sign new file mode 100644 index 0000000..8db9128 --- /dev/null +++ b/wine-1.7.0.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iEYEABECAAYFAlH79hEACgkQ9ebp7rlGHdc6RQCg2zGdFHACphTcRkL9VTUEMXTk +DeYAnA1CgSmTXGyUYyUtVUPWAvd06Qvz +=B5Q+ +-----END PGP SIGNATURE----- diff --git a/wine.changes b/wine.changes index 639dd18..4214df7 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 6 15:44:29 UTC 2013 - meissner@suse.com + +- Updated to 1.7.0 development release + - Support for vertical text in the Postscript driver. + - Version 2 of liblcms used now instead of version 1. + - Unicode data updated to Unicode 6.2.0. + - Hyperlink controls supported in installers. + - Improved support for XML attributes. + - Various bug fixes. + ------------------------------------------------------------------- Tue Jul 30 06:22:29 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 2e4648b..4191508 100644 --- a/wine.spec +++ b/wine.spec @@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version: 1.6 +Version: 1.7.0 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ @@ -89,8 +89,7 @@ Requires: unzip BuildRequires: gpg-offline %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -# Perhaps arm later... -ExclusiveArch: %{ix86} x86_64 ppc armv7l +ExclusiveArch: %{ix86} x86_64 ppc %arm %description An MS Windows emulator, consisting of both runtime and source