Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2017-02-02 15:44:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scummvm (Old)
 and      /work/SRC/openSUSE:Factory/.scummvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scummvm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes  2016-09-07 
11:47:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes     2017-02-03 
20:01:28.233076444 +0100
@@ -1,0 +2,70 @@
+Wed Feb  1 13:19:09 UTC 2017 - [email protected]
+
+- Update to version 1.9.0
+  New Games:
+  * Added support for Myst.
+  * Added support for Myst: Masterpiece Edition.
+  * Added support for U.F.O.s.
+  * Added support for Hi-Res Adventure #0: Mission Asteroid.
+  * Added support for Hi-Res Adventure #1: Mystery House.
+  * Added support for Hi-Res Adventure #2: The Wizard and the
+    Princess.
+  General:
+  * Fixed audio corruption in the MS ADPCM decoder.
+  * Fixed audio pitch in the CMS/GameBlaster emulation.
+  * Switched SDL backend to SDL2 by default. SDL1 is still a
+    fallback.
+  AGI:
+  * Added support for Hercules rendering. Both green and amber
+    modes are supported.
+  * Added support for the Hercules high resolution font.
+    The font is also usable outside of Hercules rendering.
+  * Added optional "pause, when entering commands" feature,
+    that was only available in the original interpreter for
+    Hercules rendering.
+  Beneath a Steel Sky:
+  * Fixed a bug that could possibly make the game unfinishable
+    due to a wrong animation for Officer Blunt that makes
+    further interaction with this character impossible.
+  Gob:
+  * Fixed graphical issues in Gobliiins (EGA version).
+  Kyra:
+  * Updated Italian EOB1 translation.
+  * Fixed a bug that caused a crash in Lands of Lore.
+  SCI:
+  * Fixed a missing dialog line in QfG3 which awards the player
+    with 3 additional points. This is a bug in the original game
+    interpreter. Due to this bug, it was not possible to get all
+    points in the original game.
+  * Fixed a bug in Space Quest 1 that caused issues with the
+    spider droid.
+  * Fixed a bug in Laura Bow: The Colonel's Bequest that could
+    cause a lock-up when interacting with the armor in room 37
+    (main house, downstairs). This bug is also present in the
+    original game.
+  * Fixed auto-saving in the fan-made Cascade Quest.
+  * Fixed a game bug in the Conquests of Longbow scripts that
+    could cause crashes in Sherwood Forest.
+  * Added support for the ImagiNation Network (INN) demo.
+  SCUMM:
+  * Fixed missing translations in the in-game quit and restart
+    dialogs in Pajama Sam 1.
+  * Fixed visual glitches in DOTT that occured after loading a
+    savegame with the stereo in Green Tentacle's room turned on.
+  * Improved timing and pathfinding in Maniac Mansion (C64 and
+    Apple II versions)
+  * Added support for the Dutch demo of Let's Explore the
+    Airport with Buzzy.
+  Sherlock:
+  * Fixed a bug that could cause a crash in The Case of the
+    Serrated Scalpel.
+  * Fixed an issue with item hotspots in The Case of the
+    Serrated Scalpel.
+  * Fixed a bug that caused game lockups in the inventory of
+    The Case of the Rose Tattoo.
+
+- Dropped appdata.xml.patch (merged upstream)
+
+- Added optional mpeg2 support
+
+-------------------------------------------------------------------

Old:
----
  appdata.xml.patch
  scummvm-1.8.1.tar.xz

New:
----
  scummvm-1.9.0.tar.xz

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

Other differences:
------------------
++++++ scummvm.spec ++++++
--- /var/tmp/diff_new_pack.mgeYxW/_old  2017-02-03 20:01:29.200940214 +0100
+++ /var/tmp/diff_new_pack.mgeYxW/_new  2017-02-03 20:01:29.204939651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scummvm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
 
 
 %bcond_with faad
+%bcond_with libmpeg2
 %bcond_with mad
 Name:           scummvm
-Version:        1.8.1
+Version:        1.9.0
 Release:        0
 Summary:        Interpreter for several adventure games
 License:        GPL-2.0+
@@ -27,8 +28,6 @@
 Url:            http://www.scummvm.org/
 Source:         
http://www.scummvm.org/frs/scummvm/%{version}/scummvm-%{version}.tar.xz
 Source99:       %{name}.changes
-# PATCH-FEATURE-UPSTREAM https://github.com/scummvm/scummvm/pull/797
-Patch0:         appdata.xml.patch
 # PATCH-FEATURE-UPSTREAM use-getaddrinfo.patch -- 
https://github.com/scummvm/scummvm/pull/811
 Patch1:         use-getaddrinfo.patch
 BuildRequires:  desktop-file-utils
@@ -55,6 +54,9 @@
 %if %{with mad}
 BuildRequires:  pkgconfig(mad)
 %endif
+%if %{with libmpeg2}
+BuildRequires:  pkgconfig(libmpeg2) >= 0.4.0
+%endif
 %ifarch %{ix86}
 BuildRequires:  nasm
 %endif
@@ -80,7 +82,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE99}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""

++++++ scummvm-1.8.1.tar.xz -> scummvm-1.9.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/scummvm/scummvm-1.8.1.tar.xz 
/work/SRC/openSUSE:Factory/.scummvm.new/scummvm-1.9.0.tar.xz differ: char 26, 
line 1


Reply via email to