Author: charles Date: Sun Jun 3 17:27:08 2012 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 1.5.5 - rm -fontcache.patch (wine removed support for server-side fonts) - updated BRs
---- Files affected: packages/wine: wine.spec (1.391.2.53 -> 1.391.2.54) ---- Diffs: ================================================================ Index: packages/wine/wine.spec diff -u packages/wine/wine.spec:1.391.2.53 packages/wine/wine.spec:1.391.2.54 --- packages/wine/wine.spec:1.391.2.53 Tue Apr 10 15:07:49 2012 +++ packages/wine/wine.spec Sun Jun 3 19:27:03 2012 @@ -24,30 +24,28 @@ Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine -Version: 1.5.1 +Version: 1.5.5 Release: 0.1 Epoch: 1 License: LGPL Group: Applications/Emulators Source0: http://downloads.sourceforge.net/wine/%{name}-%{version}.tar.bz2 -# Source0-md5: 406c61b0162962ab7f539fefd77229af +# Source0-md5: 63639cfe9addb75cd40726cac36bcf8a Source1: http://downloads.sourceforge.net/wine/%{name}_gecko-%{gecko_ver}-x86.msi # Source1-md5: ffb862e3e5f66555e058b7a29a1c62ff Source2: http://downloads.sourceforge.net/wine/%{name}_gecko-%{gecko_ver}-x86_64.msi # Source2-md5: d244f8a4b7a5d5a6b0698306091eb7e7 Source3: %{name}-uninstaller.desktop -Patch0: %{name}-fontcache.patch -Patch1: %{name}-makedep.patch -Patch2: %{name}-ncurses.patch -Patch4: %{name}-disable-valgrind.patch -Patch5: %{name}-ca_certificates.patch -Patch6: %{name}-manpaths.patch -Patch7: desktop.patch +Patch0: %{name}-makedep.patch +Patch1: %{name}-ncurses.patch +Patch2: %{name}-disable-valgrind.patch +Patch3: %{name}-ca_certificates.patch +Patch4: %{name}-manpaths.patch +Patch5: desktop.patch URL: http://www.winehq.org/ BuildRequires: OpenAL-devel >= 1.1 BuildRequires: OpenGL-GLU-devel %{?with_alsa:BuildRequires: alsa-lib-devel} -%{?with_arts:BuildRequires: artsc-devel} BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -61,6 +59,7 @@ BuildRequires: freetype-devel >= 2.0.5 BuildRequires: gettext-devel BuildRequires: giflib-devel +BuildRequires: glibc-misc BuildRequires: gnutls-devel %{?with_gstreamer:BuildRequires: gstreamer-plugins-base-devel} BuildRequires: icoutils @@ -85,6 +84,7 @@ #BuildRequires: valgrind BuildRequires: xorg-lib-libXcomposite-devel BuildRequires: xorg-lib-libXcursor-devel +BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXi-devel BuildRequires: xorg-lib-libXinerama-devel BuildRequires: xorg-lib-libXmu-devel @@ -257,10 +257,9 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %patch4 -p1 %patch5 -p1 -%patch6 -p1 -%patch7 -p1 %build icotool -x --width=32 --height=32 --bit-depth=32 -o . dlls/user32/resources/oic_winlogo.ico @@ -315,7 +314,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -p tools/fnt2bdf $RPM_BUILD_ROOT%{_bindir} +install -p tools/fnt2fon $RPM_BUILD_ROOT%{_bindir} cp -a aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4 install -d \ @@ -464,6 +463,7 @@ %{_mandir}/man1/wine.1* %lang(de) %{_mandir}/de/man1/wine*.1* %lang(fr) %{_mandir}/fr/man1/wine*.1* +%lang(fr) %{_mandir}/pl/man1/wine*.1* %{_mandir}/man1/msiexec.1* %{_mandir}/man1/wineboot.1* %{_mandir}/man1/winecfg.1* @@ -479,7 +479,7 @@ %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/fnt2bdf +%attr(755,root,root) %{_bindir}/fnt2fon %attr(755,root,root) %{_bindir}/function_grep.pl %attr(755,root,root) %{_bindir}/widl %attr(755,root,root) %{_bindir}/winebuild @@ -558,6 +558,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.391.2.54 2012/06/03 17:27:03 charles +- updated to 1.5.5 +- rm -fontcache.patch (wine removed support for server-side fonts) +- updated BRs + Revision 1.391.2.53 2012/04/10 13:07:49 mmazur - up to 1.5.1, current dev version ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/wine/wine.spec?r1=1.391.2.53&r2=1.391.2.54 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
