SHA256
1
0
forked from pool/wine

- 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
This commit is contained in:
Marcus Meissner 2013-08-06 15:45:09 +00:00 committed by Git OBS Bridge
parent 489fa68e56
commit 70c6b045dc
6 changed files with 23 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f130efbdcbfa211ca56ee03357ccd17a31443889b4feebdcb88248520b42ae
size 21124403

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlHoLKkACgkQ9ebp7rlGHdf9lQCgjKr35gKJnm1xPRlpcMRP34du
N20An2Djww70t3LDI13kY+AZPxibWZIR
=wwvU
-----END PGP SIGNATURE-----

3
wine-1.7.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0106ba3c8f0699cc7ae6edfcf505f7709c9e6d963bf32ff9c690607def9d4d77
size 21217085

7
wine-1.7.0.tar.bz2.sign Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlH79hEACgkQ9ebp7rlGHdc6RQCg2zGdFHACphTcRkL9VTUEMXTk
DeYAnA1CgSmTXGyUYyUtVUPWAvd06Qvz
=B5Q+
-----END PGP SIGNATURE-----

View File

@ -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 Tue Jul 30 06:22:29 UTC 2013 - meissner@suse.com

View File

@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-devel
Version: 1.6 Version: 1.7.0
Release: 0 Release: 0
Summary: An MS Windows Emulator Summary: An MS Windows Emulator
License: LGPL-2.1+ License: LGPL-2.1+
@ -89,8 +89,7 @@ Requires: unzip
BuildRequires: gpg-offline BuildRequires: gpg-offline
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Perhaps arm later... ExclusiveArch: %{ix86} x86_64 ppc %arm
ExclusiveArch: %{ix86} x86_64 ppc armv7l
%description %description
An MS Windows emulator, consisting of both runtime and source An MS Windows emulator, consisting of both runtime and source