From a36f2f2051883b37338b2a8c77f7993b1e6003fb Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 28 Apr 2019 12:51:48 -0500 Subject: [PATCH] Update to 4.7 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 7 +++++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 673ef3d..f41c4eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-4.6.tar.xz -/wine-4.6.tar.xz.sign -/wine-staging-4.6.tar.gz +/wine-4.7.tar.xz +/wine-4.7.tar.xz.sign +/wine-staging-4.7.tar.gz diff --git a/sources b/sources index ea0ba6c..4bddd5a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-4.6.tar.xz) = b5d8568de0256bdd9f3fcaef725c8daa90d028838fd490f75d7f08a7c538103a957a4fd03857a8fbbdf1de6acb7237b183dad24d6057be50dae12af227cd2c98 -SHA512 (wine-4.6.tar.xz.sign) = 5ad6633820e14447469c268daef6bf0bc4eeedc3cabb2a2bb01440bc3a503fd524eb442c8a86e5b433d744700be4ff07e990a3e9943c422c4ab39c7c5d788b7a -SHA512 (wine-staging-4.6.tar.gz) = 4b44cbdeffc8042c22d485c3d440894287793652734b7a791269a2f45ea10ceb81ce8c8bd302c55f62b04c127344532772ce2078d99835d22afa0088e153a888 +SHA512 (wine-4.7.tar.xz) = cb768528db510f81d464b9c1bb48847162baaa86ef00dc7a418afdce38aa51262d150c14b3362fb40c93cc2e3633fc02b2916167f21af8a708eb393da6ba9163 +SHA512 (wine-4.7.tar.xz.sign) = 5ab8ee632d5cddbcc36fe68b7cfa06c5d8f77670af5ac2ed9e6eedbe4390a14d461b5920e199dc35f55b25f184f71d7718a54a250dd10fa30ced65e3c1c0f4a6 +SHA512 (wine-staging-4.7.tar.gz) = 1d9040ea542d18d5d041179cede7e1db40fc638bdb4ffef70a257dc50310e9fd0f93e5aa222d2d90551783b5a5064b3919a19e9072f931a7ae89506c462fb3e6 diff --git a/wine.spec b/wine.spec index efe2610..6de0a16 100644 --- a/wine.spec +++ b/wine.spec @@ -3,7 +3,7 @@ %global no64bit 0 %global winegecko 2.47 -%global winemono 4.8.1 +%global winemono 4.8.3 #global _default_patch_fuzz 2 # build with wine-staging patches, see: https://github.com/wine-staging/wine-staging @@ -20,7 +20,7 @@ %endif Name: wine -Version: 4.6 +Version: 4.7 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -2192,6 +2192,9 @@ fi %endif %changelog +* Sun Apr 28 2019 Michael Cronenworth 4.7-1 +- version update + * Sun Apr 14 2019 Michael Cronenworth 4.6-1 - version update