From 963fc685a6605087bda296c417135e029882be29199f03b8f9e902708b367686 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 20 Sep 2013 08:38:19 +0000 Subject: [PATCH] - Updated to 1.7.2 development snapshot - Right-to-left text layout improvements. - NTLM and Negotiate authentication for RPC over HTTP. - More glyphs in the built-in Wingdings font. - Better system tray support in the Mac driver. - Activation context improvements. - Various bug fixes. - Updated to 1.7.1 development snapshot - Support for keyed event objects. - Support for the "init once" synchronization mechanism. - Activation context support for DLLs, typelibs, and COM classes. - Support for loading 32-bit typelibs on 64-bit. - Various Mac driver fixes. - Some fixes for serial port devices. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=193 --- wine-1.7.0.tar.bz2 | 3 --- wine-1.7.0.tar.bz2.sign | 7 ------- wine-1.7.2.tar.bz2 | 3 +++ wine-1.7.2.tar.bz2.sign | 7 +++++++ wine.changes | 23 +++++++++++++++++++++++ 5 files changed, 33 insertions(+), 10 deletions(-) delete mode 100644 wine-1.7.0.tar.bz2 delete mode 100644 wine-1.7.0.tar.bz2.sign create mode 100644 wine-1.7.2.tar.bz2 create mode 100644 wine-1.7.2.tar.bz2.sign diff --git a/wine-1.7.0.tar.bz2 b/wine-1.7.0.tar.bz2 deleted file mode 100644 index 8e79424..0000000 --- a/wine-1.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8db9128..0000000 --- a/wine-1.7.0.tar.bz2.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) - -iEYEABECAAYFAlH79hEACgkQ9ebp7rlGHdc6RQCg2zGdFHACphTcRkL9VTUEMXTk -DeYAnA1CgSmTXGyUYyUtVUPWAvd06Qvz -=B5Q+ ------END PGP SIGNATURE----- diff --git a/wine-1.7.2.tar.bz2 b/wine-1.7.2.tar.bz2 new file mode 100644 index 0000000..187635f --- /dev/null +++ b/wine-1.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfc4276c93de1fdd5989f91807c7362b11995efdf581d60601fec789665b7f1 +size 21336327 diff --git a/wine-1.7.2.tar.bz2.sign b/wine-1.7.2.tar.bz2.sign new file mode 100644 index 0000000..7f00443 --- /dev/null +++ b/wine-1.7.2.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.14 (GNU/Linux) + +iEYEABECAAYFAlIzVYsACgkQ9ebp7rlGHddZuwCfdvF16ku+JO0sVdgUE5R/MCfv +m5QAoJ6nnbkBCmHMwq8BETIflMUr0PiE +=Vzp2 +-----END PGP SIGNATURE----- diff --git a/wine.changes b/wine.changes index bb67088..8795a07 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Sep 18 21:42:31 UTC 2013 - meissner@suse.com + +- Updated to 1.7.2 development snapshot + - Right-to-left text layout improvements. + - NTLM and Negotiate authentication for RPC over HTTP. + - More glyphs in the built-in Wingdings font. + - Better system tray support in the Mac driver. + - Activation context improvements. + - Various bug fixes. + +------------------------------------------------------------------- +Sat Aug 31 08:43:28 UTC 2013 - meissner@suse.com + +- Updated to 1.7.1 development snapshot + - Support for keyed event objects. + - Support for the "init once" synchronization mechanism. + - Activation context support for DLLs, typelibs, and COM classes. + - Support for loading 32-bit typelibs on 64-bit. + - Various Mac driver fixes. + - Some fixes for serial port devices. + - Various bug fixes. + ------------------------------------------------------------------- Tue Aug 6 15:44:29 UTC 2013 - meissner@suse.com