From 664616a020daa8ed50ca2a75c67de892b32018f0 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Fri, 6 Mar 2015 11:03:00 -0600 Subject: [PATCH] Update to 4.5.6 --- .gitignore | 2 +- sources | 2 +- wine-mono.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 324ebfb..af1de1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/wine-mono-4.5.4.tar.gz +/wine-mono-4.5.6.tar.gz diff --git a/sources b/sources index b0bc3fe..bdcbe7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66941777fe98c6e72351a081ab4d2c09 wine-mono-4.5.4.tar.gz +f8f1e78bf3e454a9f4c88d7470642736 wine-mono-4.5.6.tar.gz diff --git a/wine-mono.spec b/wine-mono.spec index 164fc72..2e66093 100644 --- a/wine-mono.spec +++ b/wine-mono.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: wine-mono -Version: 4.5.4 -Release: 2%{?dist} +Version: 4.5.6 +Release: 1%{?dist} Summary: Mono library required for Wine License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1 @@ -93,6 +93,9 @@ cp mono-basic/LICENSE mono-basic-LICENSE %{_datadir}/wine/mono/wine-mono-%{version}.msi %changelog +* Fri Mar 06 2015 Michael Cronenworth - 4.5.6-1 +- version upgrade + * Thu Feb 05 2015 Michael Cronenworth - 4.5.4-2 - Update bundled valgrind headers (#1141584)