From 2e8c2ac026c55cd2099df46dc7e09ec23348b7b4 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sat, 30 Nov 2019 15:25:28 -0600 Subject: [PATCH] Update to 4.21 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 13 ++++++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0d0234f..8f2ddd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-4.20.tar.xz -/wine-4.20.tar.xz.sign -/wine-staging-4.20.tar.gz +/wine-4.21.tar.xz +/wine-4.21.tar.xz.sign +/wine-staging-4.21.tar.gz diff --git a/sources b/sources index 922c220..eb4a540 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-4.20.tar.xz) = c01af88106b8a808fbceb6ace45882c300656a47913142ba7052283b358d6d5b4379895804e15a2ca1870a4e955ea3ca857ec042a8070ea4ffaefa0c7a84e701 -SHA512 (wine-4.20.tar.xz.sign) = 51c961233ec9ad286a0ad1803ae075bc791c7d812a278e5a1129ff5e790f352c185854dc7deb15d33bbafcdcbef2dfc0e08dd796a55004cae70999112995878e -SHA512 (wine-staging-4.20.tar.gz) = 2ce4f6fa83fc275c83bc7f7bbd4b1a4ca65f7e55e16af40958635b8b2efc2b174baa79ed576ed09c4c13b572756fb6262f19281e5b72797c7e0f1f6c4dd1a4ee +SHA512 (wine-4.21.tar.xz) = f962e47577db2de4e74022b8d51e81e30a004f98b37d8eee5889334271f013123e3ff53e5ac1416c2dd93ec90bee8a2d300b3842c20124df99ef067ac5c72f53 +SHA512 (wine-4.21.tar.xz.sign) = 0cee3e00f70e5438de89a273d5b7148a19a976f038125f555c037eedd30a6063b60a90ad08b356a5ef7f4c20edadc2546e64fa5b1bbd19555034ee013f120971 +SHA512 (wine-staging-4.21.tar.gz) = 0c6c32f86d252f827ebb8d5df2b046c4f0a49aa7c0ca47939b33844786e561d5f676db1e199ec3cd9969757985f66b865099061f5e77234c3aabd4fd29d3a063 diff --git a/wine.spec b/wine.spec index a3659b5..3a98d55 100644 --- a/wine.spec +++ b/wine.spec @@ -39,7 +39,7 @@ %endif Name: wine -Version: 4.20 +Version: 4.21 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1441,7 +1441,7 @@ fi %{_libdir}/wine/bluetoothapis.%{winedll} %{_libdir}/wine/browseui.%{winedll} %{_libdir}/wine/bthprops.%{winecpl} -%{_libdir}/wine/cabinet.dll.so +%{_libdir}/wine/cabinet.dll.%{winedll} %{_libdir}/wine/cards.%{winedll} %{_libdir}/wine/cdosys.%{winedll} %{_libdir}/wine/cfgmgr32.%{winedll} @@ -1779,7 +1779,7 @@ fi %{_libdir}/wine/olepro32.%{winedll} %{_libdir}/wine/olesvr32.%{winedll} %{_libdir}/wine/olethk32.%{winedll} -%{_libdir}/wine/opcservices.dll.so +%{_libdir}/wine/opcservices.%{winedll} %{_libdir}/wine/packager.%{winedll} %{_libdir}/wine/pdh.%{winedll} %{_libdir}/wine/photometadatahandler.%{winedll} @@ -1908,8 +1908,8 @@ fi %{_libdir}/wine/winevulkan.dll.so %{_libdir}/wine/winex11.drv.so %{_libdir}/wine/wing32.%{winedll} -%{_libdir}/wine/winhttp.dll.so -%{_libdir}/wine/wininet.dll.so +%{_libdir}/wine/winhttp.%{winedll} +%{_libdir}/wine/wininet.%{winedll} %{_libdir}/wine/winmm.%{winedll} %{_libdir}/wine/winnls32.%{winedll} %{_libdir}/wine/winspool.drv.so @@ -2280,6 +2280,9 @@ fi %endif %changelog +* Sat Nov 30 2019 Michael Cronenworth 4.21-1 +- version update + * Sat Nov 16 2019 Michael Cronenworth 4.20-1 - version and wine-mono update