From 6973665f818933aac7427972a65fd15975dda018 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Tue, 9 Aug 2016 12:02:41 -0500 Subject: [PATCH] Update to 1.9.16 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7a7d32f..6e6c137 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.9.15.tar.bz2 -/wine-1.9.15.tar.bz2.sign -/wine-staging-1.9.15.tar.gz +/wine-1.9.16.tar.bz2 +/wine-1.9.16.tar.bz2.sign +/wine-staging-1.9.16.tar.gz diff --git a/sources b/sources index dba9820..62c409f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -385ef1e93d45ad871f5d38d52af602dd wine-1.9.15.tar.bz2 -45d708b63e6e856430759a8e19c4be9f wine-1.9.15.tar.bz2.sign -f5ef9cf51e45d4e8d856675c3f57e370 wine-staging-1.9.15.tar.gz +11a2fc9592609acacd779509e8c7210f wine-1.9.16.tar.bz2 +ebc05e9c4ab12ce91d560c7837da1d44 wine-1.9.16.tar.bz2.sign +bdaac48fdfdbfe2c03ad7431b7c75c41 wine-staging-1.9.16.tar.gz diff --git a/wine.spec b/wine.spec index 89d7510..dc455fe 100644 --- a/wine.spec +++ b/wine.spec @@ -25,7 +25,7 @@ %endif Name: wine -Version: 1.9.15 +Version: 1.9.16 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1505,6 +1505,7 @@ fi %{_libdir}/wine/msvcp110.dll.so %{_libdir}/wine/msvcp120.dll.so %{_libdir}/wine/msvcp120_app.dll.so +%{_libdir}/wine/msvcp140.dll.so %{_libdir}/wine/msvcr70.dll.so %{_libdir}/wine/msvcr71.dll.so %{_libdir}/wine/msvcr80.dll.so @@ -2037,6 +2038,9 @@ fi %endif %changelog +* Tue Aug 09 2016 Michael Cronenworth 1.9.16-1 +- version update + * Fri Jul 29 2016 Michael Cronenworth 1.9.15-1 - version update