Mailinglist Archive: opensuse-commit (999 mails)

< Previous Next >
commit wine for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 09 Jul 2009 11:30:36 +0200
  • Message-id: <20090709093036.832886320@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package wine for openSUSE:Factory
checked in at Thu Jul 9 11:30:36 CEST 2009.


--------
--- wine/wine.changes 2009-06-22 10:58:08.000000000 +0200
+++ wine/wine.changes 2009-07-04 15:32:01.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Jul 4 12:58:33 CEST 2009 - meissner@xxxxxxxxxx
+
+- spec file cleanup, make it possible to rpmbuild -ba
+ on x86_64 machines. bnc#519192
+- Updated to upstream 1.1.25
+ - A ton of translation updates.
+ - Support for various Unicode file encodings in Notepad.
+ - Improved memory management, especially for OpenGL.
+ - Desktop menus now cleaned up automatically.
+ - Beginnings of a windowscodecs DLL implementation.
+ - Various bug fixes.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
wine-1.1.24.tar.bz2

New:
----
wine-1.1.25.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.jMLLPr/_old 2009-07-09 11:28:30.000000000 +0200
+++ /var/tmp/diff_new_pack.jMLLPr/_new 2009-07-09 11:28:30.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package wine (Version 1.1.24)
+# spec file for package wine (Version 1.1.25)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,7 +23,7 @@
License: LGPL v2.1 or later
Group: System/Emulators/PC
AutoReqProv: on
-Version: 1.1.24
+Version: 1.1.25
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@@ -73,24 +73,18 @@
)

%build
-rm -f ./config.cache
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr --verbose
+cat VERSION
+CFLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-m64//'` \
+./configure --prefix=/usr --libdir=/usr/lib --with-x --verbose
+grep "have_x=yes" config.log || exit 1
+make %{?jobs:-j%jobs} depend
make %{?jobs:-j%jobs} all

%install
-rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT
-make install prefix=$RPM_BUILD_ROOT%{_prefix}
-#
-# install documentation
-install -d -m 755 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
-cp ANNOUNCE AUTHORS LICENSE LICENSE.OLD README* \
- $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
-#
-find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type d|xargs chmod ogu+rx
-find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type f|xargs chmod ogu+r
+make install DESTDIR=$RPM_BUILD_ROOT
+# install desktop file
+install -d $RPM_BUILD_ROOT/usr/share/applications/
+install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de
mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr
@@ -106,22 +100,21 @@

%files
%defattr(-,root,root)
+%doc ANNOUNCE AUTHORS LICENSE LICENSE.OLD README*
/usr/bin/*
/usr/share/wine
-%{_libdir}/lib*
-%dir %{_libdir}/wine
-%{_libdir}/wine/*.so
-%{_libdir}/wine/*.*16
+/usr/lib/lib*
+%dir /usr/lib/wine
+/usr/lib/wine/*.so
+/usr/lib/wine/*.*16
/usr/share/applications/wine.desktop
-%doc %{_defaultdocdir}/wine
%doc %{_mandir}/*/*
-%doc %{_mandir}/*/*/*

%files devel
%defattr(-,root,root)
%{_includedir}/wine
-%{_libdir}/wine/*.def
-%{_libdir}/wine/*.a
+/usr/lib/wine/*.def
+/usr/lib/wine/*.a
/usr/share/aclocal/wine.m4

%changelog

++++++ wine-1.1.24.tar.bz2 -> wine-1.1.25.tar.bz2 ++++++
wine/wine-1.1.24.tar.bz2 wine/wine-1.1.25.tar.bz2 differ: char 11, line 1


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread