From 6415898a833ea5f879de5f808879988ebe036593 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 20 Feb 2017 22:19:23 -0600 Subject: [PATCH] Update to 2.2 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4274eb8..a6332c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-2.1.tar.xz -/wine-2.1.tar.xz.sign -/wine-staging-2.1.tar.gz +/wine-2.2.tar.xz +/wine-2.2.tar.xz.sign +/wine-staging-2.2.tar.gz diff --git a/sources b/sources index 0dce49e..e6ca72e 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-2.1.tar.xz) = 03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6 -SHA512 (wine-2.1.tar.xz.sign) = 182d4603cc2ab65e81b45c2613713193fb67b76270f16e8522f74d569245cd374191b865ee617c80972d22c61d9763ae2c8a044b3941843573d4668d197a846a -SHA512 (wine-staging-2.1.tar.gz) = c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db +SHA512 (wine-2.2.tar.xz) = 0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4 +SHA512 (wine-2.2.tar.xz.sign) = f642f9d105fd1abb0163dfe0ffe7258a1ab05c52703e08c2c446b5a97c781e0dd178498b5b5f69b02919ac686a101c0e4316eda8ddf6664e05e0245a844b49a2 +SHA512 (wine-staging-2.2.tar.gz) = 8ad3f8ba4c6439a9ec4884a55018a67c9e2c2384830074646aac7b70cb9f4f5a20f760247ab42dc3d2f697cdac7ea5322be8ed12c435cb0bc185ac08fdd4dd91 diff --git a/wine.spec b/wine.spec index 7f361a4..343a0a0 100644 --- a/wine.spec +++ b/wine.spec @@ -21,7 +21,7 @@ %endif Name: wine -Version: 2.1 +Version: 2.2 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1728,6 +1728,7 @@ fi %{_libdir}/wine/vcruntime140.dll.so %{_libdir}/wine/vdmdbg.dll.so %{_libdir}/wine/version.dll.so +%{_libdir}/wine/virtdisk.dll.so %{_libdir}/wine/vssapi.dll.so %if 0%{?compholio} %{_libdir}/wine/vulkan-1.dll.so @@ -2117,6 +2118,9 @@ fi %endif %changelog +* Mon Feb 20 2017 Michael Cronenworth 2.2-1 +- version update + * Thu Feb 09 2017 Michael Cronenworth 2.1-1 - version update