Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2012-03-09 21:29:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2012-02-20 
16:19:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2012-03-09 
21:29:29.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Mar  7 17:35:05 CET 2012 - [email protected]
+
+- Wine 1.4 final release
+  This release represents 20 months of development effort and over
+  16,000 individual changes. The main highlights are the new DIB
+  graphics engine, a redesigned audio stack, and full support for
+  bidirectional text and character shaping.
+
+-------------------------------------------------------------------

Old:
----
  wine-1.4-rc4.tar.bz2

New:
----
  wine-1.4.tar.bz2

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.vVy128/_old  2012-03-09 21:29:33.000000000 +0100
+++ /var/tmp/diff_new_pack.vVy128/_new  2012-03-09 21:29:33.000000000 +0100
@@ -57,15 +57,13 @@
 %if 0%{?suse_version} > 1130
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 %endif
-Version:        1.3.38_1.4rc4
+Version:        1.4
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+
 Group:          System/Emulators/PC
 Url:            http://www.winehq.com
-# vanilla Wine release
-%define winever 1.4-rc4
-Source0:        wine-%{winever}.tar.bz2
+Source0:        %name-%version.tar.bz2
 Source1:        http://kegel.com/wine/winetricks
 Source2:        http://kegel.com/wine/wisotool
 Source3:        README.SuSE
@@ -84,19 +82,8 @@
 Requires:       wine-32bit = %version
 %endif
 # for winetricks:
-Requires:       unzip cabextract
-%ifarch x86_64
-Requires:       libX11.so.6()(64bit) libXext.so.6()(64bit) 
libXcursor.so.1()(64bit) libXi.so.6()(64bit) libXxf86vm.so.1()(64bit) 
libXrender.so.1()(64bit) libXrandr.so.2()(64bit) libXinerama.so.1()(64bit) 
libXcomposite.so.1()(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) 
libxslt.so.1()(64bit) libncurses.so.6()(64bit) libfreetype.so.6()(64bit) 
libfontconfig.so.1()(64bit) libcups.so.2()(64bit)
-%else
-%ifarch %ix86
-Requires:       libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 
libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libncurses.so.6 
libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 
libcups.so.2 libpng14.so.14
-%if 0%{?suse_version} < 1210
-Requires:       libgnutls.so.26 
-%else
-Requires:       libgnutls.so.28
-%endif
-%endif
-%endif
+Requires:       cabextract
+Requires:       unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,7 +111,7 @@
 libraries.
 
 %prep
-%setup -q -n %name-%winever
+%setup -q
 #%patch0 -p1
 #
 cp %{S:3} .
@@ -194,6 +181,21 @@
         install -c -m 644 *.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 cd ..
 
+# find the implicit dependencies
+%define winedir %_builddir/%name-%version/
+cat >%winedir/my-find-requires.sh <<EOF
+#!/bin/bash
+%{__find_requires}
+%ifarch x86_64
+grep SONAME_ %winedir/config.log|grep -v 'so"'|sed -e 
's/^.*"\(.*\)".*$/\1()(64bit)/;'|sort -u
+%else
+grep SONAME_ %winedir/config.log|grep -v 'so"'|sed -e 
's/^.*"\(.*\)".*$/\1/;'|sort -u
+%endif
+EOF
+chmod 755 %winedir/my-find-requires.sh
+%define _use_internal_dependency_generator 0
+%define __find_requires %winedir/my-find-requires.sh
+
 # breaks btrfs installation, see bnc#723402
 # %fdupes -s %{buildroot}
 

++++++ wine-1.4-rc4.tar.bz2 -> wine-1.4.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wine/wine-1.4-rc4.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.4.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to