From 80585e0e4e85d6f251d3760d68f4b8ab89502e31 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 8 Feb 2016 12:26:00 -0600 Subject: [PATCH] Update to 1.9.3 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a775115..bf23adb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.9.2.tar.bz2 -/wine-1.9.2.tar.bz2.sign -/wine-staging-1.9.2.tar.gz +/wine-1.9.3.tar.bz2 +/wine-1.9.3.tar.bz2.sign +/wine-staging-1.9.3.tar.gz diff --git a/sources b/sources index 48c7147..43b6805 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -13c74ba8b92a72cd6d7d79168ed9eaae wine-1.9.2.tar.bz2 -c6328c4121a4b1a3d81161d20adaca46 wine-1.9.2.tar.bz2.sign -a1874a85ac5f795dc75caf3dfc245513 wine-staging-1.9.2.tar.gz +3b1a5b198dabc51f1cb37b6ae729727a wine-1.9.3.tar.bz2 +0c33587cae9db289fa6ed91409b9cf4a wine-1.9.3.tar.bz2.sign +578018f8b332bb3f6830b30f6d1d2543 wine-staging-1.9.3.tar.gz diff --git a/wine.spec b/wine.spec index d976508..5157e1f 100644 --- a/wine.spec +++ b/wine.spec @@ -2,11 +2,7 @@ %undefine _hardened_build %global no64bit 0 -%if 0%{?fedora} > 23 %global winegecko 2.44 -%else -%global winegecko 2.40 -%endif %global winemono 4.5.6 #global _default_patch_fuzz 2 @@ -25,7 +21,7 @@ %endif Name: wine -Version: 1.9.2 +Version: 1.9.3 Release: 1%{?dist} Summary: A compatibility layer for windows applications @@ -1460,6 +1456,7 @@ fi %{_libdir}/wine/msdaps.dll.so %{_libdir}/wine/msdelta.dll.so %{_libdir}/wine/msdmo.dll.so +%{_libdir}/wine/msdrm.dll.so %{_libdir}/wine/msftedit.dll.so %{_libdir}/wine/msg711.acm.so %{_libdir}/wine/msgsm32.acm.so @@ -2008,6 +2005,9 @@ fi %endif %changelog +* Mon Feb 08 2016 Michael Cronenworth 1.9.3-1 +- version upgrade + * Sun Jan 24 2016 Michael Cronenworth 1.9.2-1 - version upgrade - enable gstreamer support