diff --git a/.gitignore b/.gitignore index f0c1725..69c66cc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /wine-1.7.15.tar.bz2.sign /wine-1.7.16.tar.bz2 /wine-1.7.16.tar.bz2.sign +/wine-1.7.17.tar.bz2.sign +/wine-1.7.17.tar.bz2 diff --git a/sources b/sources index 97a38ae..40d0f0f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d3d218f9f524998794c5d80e16793b5d wine-1.7.16.tar.bz2 -d77c7e60a1784c19399ca2310ecdad6d wine-1.7.16.tar.bz2.sign +051010d624e2003aee22b8ff7a87e94a wine-1.7.17.tar.bz2.sign +f672039ddf29838be2ac38832da40d6d wine-1.7.17.tar.bz2 diff --git a/wine.spec b/wine.spec index 831da25..013b720 100644 --- a/wine.spec +++ b/wine.spec @@ -4,8 +4,8 @@ #%global _default_patch_fuzz 2 Name: wine -Version: 1.7.16 -Release: 2%{?dist} +Version: 1.7.17 +Release: 1%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators @@ -941,6 +941,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/rpcss.exe.so %{_libdir}/wine/rundll32.exe.so %{_libdir}/wine/schtasks.exe.so +%{_libdir}/wine/sdbinst.exe.so %{_libdir}/wine/secedit.exe.so %{_libdir}/wine/servicemodelreg.exe.so %{_libdir}/wine/services.exe.so @@ -1221,6 +1222,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/nddeapi.dll.so %{_libdir}/wine/netapi32.dll.so %{_libdir}/wine/netcfgx.dll.so +%{_libdir}/wine/netprofm.dll.so %{_libdir}/wine/netsh.exe.so %{_libdir}/wine/newdev.dll.so %{_libdir}/wine/normaliz.dll.so @@ -1612,6 +1614,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Tue Apr 22 2014 Andreas Bierfert +- 1.7.17-1 +- version upgrade + * Mon Apr 07 2014 Andreas Bierfert - 1.7.16-2 - explicitly require libpng (fixes rhbz#1085075)