Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2016-07-01 10:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2016-06-14 
23:07:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2016-07-01 
10:00:05.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Jun 28 19:42:07 UTC 2016 - [email protected]
+
+- Resolve rpmlint warnings: summary-not-capitalized,
+  spurious-executable-perm, devel-package-with-non-devel-group.
+- Rework description not to talk of the program as an emulator.
+  Use path-invariant download URLs.
+
+-------------------------------------------------------------------
+Fri Jun 24 13:42:30 UTC 2016 - [email protected]
+
+- Updated to 1.9.13 development snapshot
+  - New version of the Gecko engine based on Firefox 47.
+  - More Shader Model 5 support in Direct3D.
+  - Unicode data updated to Unicode 9.0.0.
+  - Improvements to GDI paths and metafiles.
+  - More progress towards the Direct3D command stream.
+  - Joystick support improvements on Mac OS X.
+  - Various bug fixes.
+- updated winetricks
+
+-------------------------------------------------------------------

Old:
----
  wine-1.9.12.tar.bz2
  wine-1.9.12.tar.bz2.sign

New:
----
  wine-1.9.13.tar.bz2
  wine-1.9.13.tar.bz2.sign

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.tIs9RD/_old  2016-07-01 10:00:07.000000000 +0200
+++ /var/tmp/diff_new_pack.tIs9RD/_new  2016-07-01 10:00:07.000000000 +0200
@@ -53,16 +53,16 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-%define realver 1.9.12
-Version:        1.9.12
+%define realver 1.9.13
+Version:        1.9.13
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+
 Group:          System/Emulators/PC
 Url:            http://www.winehq.org/
-Source0:        
http://downloads.sourceforge.net/project/wine/Source/wine-%{realver}.tar.bz2
+Source0:        http://downloads.sourceforge.net/wine/wine-%{realver}.tar.bz2
 Source41:       wine.keyring
-Source42:       
http://downloads.sourceforge.net/project/wine/Source//%{name}-%{realver}.tar.bz2.sign
+Source42:       
http://downloads.sourceforge.net/wine/%{name}-%{realver}.tar.bz2.sign
 Source1:        
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
 Source11:       
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks.1
 Source2:        http://kegel.com/wine/wisotool
@@ -74,7 +74,7 @@
 # SUSE specific patches
 # - currently none, but add them here
 #Patch0:         susepatches.patch
-Recommends:     wine-gecko >= 2.24
+Recommends:     wine-gecko >= 2.47
 Recommends:     wine-mp3
 # not packaged in distro...
 Recommends:     wine-mono
@@ -93,12 +93,16 @@
 ExclusiveArch:  %{ix86} x86_64 ppc %arm
 
 %description
-An MS Windows emulator, consisting of both runtime and source
-compatibility functions. You can run your MS executables with it and
-write your Windows programs under Linux and link against the WINE
-libraries.
-
-It is not necessary to have a Windows installation to run WINE.
+Wine is a compatibility layer capable of running Windows
+applications. Instead of simulating internal Windows logic like a
+virtual machine or emulator, Wine translates Windows API calls into
+POSIX calls on-the-fly, eliminating the performance and memory
+penalties of other methods and allowing you to cleanly integrate
+Windows applications into your desktop.
+
+You can run your Windows executables with it and write your Windows
+programs under Linux and link against the WINE libraries. It is not
+necessary to have a Windows installation to run WINE.
 
 Refer to %{_datadir}/doc/packages/wine/README.SUSE. There is more
 documentation available in that directory. Read 'man wine' for further
@@ -109,8 +113,8 @@
 
 
 %package devel
-Summary:        files for wine development
-Group:          System/Emulators/PC
+Summary:        Files for Wine development
+Group:          Development/Libraries/C and C++
 
 %description devel
 This RPM contains the header files and development tools for the WINE
@@ -118,7 +122,7 @@
 
 %prep
 %setup -q -n wine-%{realver}
-#%patch0 -p1
+#%%patch0 -p1
 #
 cp %{S:3} .
 #
@@ -126,7 +130,7 @@
 %build
 cat VERSION
 %ifarch %ix86
-# e.g. Steam and other copy protections hate removed %ebp.
+# e.g. Steam and other copy protections hate EBP being used for something else.
 export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
 %endif
 
@@ -177,9 +181,9 @@
 %ifnarch x86_64
 mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
 %endif
-install -c %{SOURCE11} %{buildroot}/%{_mandir}/man1/
+install -pm0644 -c %{SOURCE11} %{buildroot}/%{_mandir}/man1/
 
-tar xjf %{SOURCE5}
+tar -xjf %{SOURCE5}
 # Copied from Ubuntu Wine out of debian.diff
 # https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
 # taken on 1.2rc2 time.
@@ -227,7 +231,7 @@
 %define __find_requires %winedir/my-find-requires.sh
 
 # breaks btrfs installation, see bnc#723402
-# %fdupes -s %{buildroot}
+# %%fdupes -s %{buildroot}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig

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


++++++ winetricks ++++++
++++ 2166 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/wine/winetricks
++++ and /work/SRC/openSUSE:Factory/.wine.new/winetricks

++++++ winetricks.1 ++++++
--- /var/tmp/diff_new_pack.tIs9RD/_old  2016-07-01 10:00:07.000000000 +0200
+++ /var/tmp/diff_new_pack.tIs9RD/_new  2016-07-01 10:00:07.000000000 +0200
@@ -1,7 +1,7 @@
 .\" -*- nroff -*-
-.TH WINETRICKS 1 "April 2016" "Winetricks 20160425" "Wine package manager"
+.TH WINETRICKS 1 "June 2016" "Winetricks 20160622" "Wine Package Manager"
 .SH NAME
-winetricks \- manage virtual windows environments using wine
+winetricks \- manage virtual Windows environments using Wine
 .SH SYNOPSIS
 .BI "winetricks "
 [options] [verb ... ]
@@ -12,9 +12,9 @@
 It provides simple commands to
 tweak Wine settings,
 download and install missing Windows DLLs and fonts,
-or install various games or apps with appropriate workarounds for the current 
version of wine.
+or install various games or apps with appropriate workarounds for the current 
version of Wine.
 .PP
-It can be used via gui or commandline.  The commandline mode is intended both 
for interactive use and as a building block in fancier wine frontends and in 
automated regression testing.
+It can be used via GUI or command line.  The command-line mode is intended 
both for interactive use and as a building block in fancier Wine frontends and 
in automated regression testing.
 
 .B winetricks
 with no arguments displays a GUI using either Zenity or Kdialog.
@@ -27,7 +27,7 @@
 .TP
 .B
 \-\-gui
-Show gui diagnostics even when driven by commandline
+Show GUI diagnostics even when driven by the command-line interface
 .TP
 .B
 \-\-isolate
@@ -35,7 +35,7 @@
 .TP
 .B
 \-k, \-\-keep_isos
-Cache isos (allows later installation without disc)
+Cache ISOs (allows later installation without disc)
 .TP
 .B
 \-\-no\-isolate
@@ -55,7 +55,7 @@
 .TP
 .B
 \-\-showbroken
-Even show verbs that are currently broken in wine
+Even show verbs that are currently broken in Wine
 .TP
 .B
 \-v, \-\-verbose


Reply via email to