From 2fee003f0184ad12f0772a1f678f0bdb0d73ce70 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Jun 08 2016 03:04:53 +0000 Subject: Update to 1.9.11 --- diff --git a/.gitignore b/.gitignore index 86eddaf..a267c25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-1.9.10.tar.bz2 -/wine-1.9.10.tar.bz2.sign -/wine-staging-1.9.10.tar.gz +/wine-1.9.11.tar.bz2 +/wine-1.9.11.tar.bz2.sign +/wine-staging-1.9.11.tar.gz diff --git a/sources b/sources index 24b6beb..75d1146 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -5e22fd3846fb3df3c7acfd61e544452d wine-1.9.10.tar.bz2 -f60332197813f5d90384e07aac337986 wine-1.9.10.tar.bz2.sign -f1157005ffa8cc4385ccb7b715a164eb wine-staging-1.9.10.tar.gz +4671b9db70be056f45ad145bb11a6305 wine-1.9.11.tar.bz2 +7c57071df7227046d5df7c61b07d0407 wine-1.9.11.tar.bz2.sign +23948b7852951073d83072747c3ab2b6 wine-staging-1.9.11.tar.gz diff --git a/wine.spec b/wine.spec index 6c8cad2..0ac5408 100644 --- a/wine.spec +++ b/wine.spec @@ -2,7 +2,11 @@ %undefine _hardened_build %global no64bit 0 +%if 0%{?fedora} <= 23 +%global winegecko 2.44 +%else %global winegecko 2.47 +%endif %global winemono 4.6.2 #global _default_patch_fuzz 2 @@ -21,8 +25,8 @@ %endif Name: wine -Version: 1.9.10 -Release: 2%{?dist} +Version: 1.9.11 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -1521,6 +1525,7 @@ fi %{_libdir}/wine/msxml4.dll.so %{_libdir}/wine/msxml6.dll.so %{_libdir}/wine/nddeapi.dll.so +%{_libdir}/wine/ncrypt.dll.so %{_libdir}/wine/ndis.sys.so %{_libdir}/wine/netapi32.dll.so %{_libdir}/wine/netcfgx.dll.so @@ -2030,6 +2035,9 @@ fi %endif %changelog +* Tue Jun 07 2016 Michael Cronenworth 1.9.11-1 +- version update + * Tue May 24 2016 Michael Cronenworth 1.9.10-2 - gecko update