Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2016-03-26 15:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-09-22 
09:24:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes     2016-03-26 
15:27:09.000000000 +0100
@@ -1,0 +2,20 @@
+Sun Mar  6 12:25:48 UTC 2016 - mailaen...@opensuse.org
+
+- Update to 1.8.0
+  * New Games:
+    - Amazon: Guardians of Eden
+    - Beavis and Butthead in Virtual Stupidity
+    - Broken Sword 2.5: The Return of the Templars
+    - Labyrinth of Time
+    - Rex Nebular and the Cosmic Gender Bender
+    - Sfinx
+    - The Lost Files of Sherlock Holmes: The Case of the Rose Tattoo
+    - The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel
+    - Zork: Grand Inquisitor
+    - Zork Nemesis: The Forbidden Lands
+  * Updated the MT-32 (Miles Audio) emulator
+  * Overhauled the graphics subsystem in AGI
+- Remove scummvm-underlinking.patch
+- Remove scummvm-themed_icons.patch
+
+-------------------------------------------------------------------

Old:
----
  scummvm-1.7.0.tar.bz2
  scummvm-themed_icons.patch
  scummvm-underlinking.patch

New:
----
  scummvm-1.8.0.tar.xz

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

Other differences:
------------------
++++++ scummvm.spec ++++++
--- /var/tmp/diff_new_pack.qc1DgL/_old  2016-03-26 15:27:10.000000000 +0100
+++ /var/tmp/diff_new_pack.qc1DgL/_new  2016-03-26 15:27:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scummvm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -20,19 +20,13 @@
 %bcond_with mp3
 
 Name:           scummvm
-Version:        1.7.0
+Version:        1.8.0
 Release:        0
 Summary:        Interpreter for several adventure games
 License:        GPL-2.0+
 Group:          Amusements/Games/Other
 Url:            http://www.scummvm.org/
-Source0:        
http://prdownloads.sourceforge.net/scummvm/scummvm-%{version}.tar.bz2
-Patch0:         scummvm-themed_icons.patch
-# It's an ugly workaround but makes the sword25 engine plugin link against
-# png/theora, and since we use --as-needed there are no real problems. Once the
-# engine passes to the main binary the problem will dissapear.
-# It could also be good to make it use the system's Lua.
-Patch1:         scummvm-underlinking.patch
+Source:         
http://www.scummvm.org/frs/scummvm/%{version}/scummvm-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -65,7 +59,7 @@
 LucasArts' SCUMM virtual machine (such as Day of the Tentacle and
 Monkey Island), Sierra's AGI adventures (such as early King's Quest and
 Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files,
-Revolution Software's Beneath a Steel Sky and Broken Sword 1 and 2,
+Revolution Software's Beneath a Steel Sky and Broken Sword 1, 2 and 2.5,
 Interactive Binary Illusions' Flight of the Amazon Queen,
 Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's
 Legend of Kyrandia, and various others.
@@ -76,13 +70,11 @@
 Requires:       %{name} = %{version}
 
 %description extra
-lastexpress, sword25 and toltecs engines for ScummVM.
+lastexpress and toltecs engines for ScummVM.
 These engines are in a worse state, but allow to play extra games.
 
 %prep
 %setup -q
-%patch0
-%patch1
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" base/version.cpp 
backends/plugins/elf/version.cpp
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')
@@ -101,21 +93,22 @@
             --enable-verbose-build \
             --enable-plugins \
             --enable-engine-dynamic=lastexpress \
-            --enable-engine-dynamic=sword25 \
             --enable-engine-dynamic=wintermute
 # Subengines are not included even as dynamic since I don't want to touch the 
main engines
 make %{?_smp_mflags}
 
 %install
 %make_install
-# Since desktop-file-utils 0.19 (openSUSE 12.2) it automatically searches for 
%{buildroot}
+# Since desktop-file-utils 0.19 (openSUSE 12.2) it automatically searches for 
%%{buildroot}
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ 
dists/scummvm.desktop
 
 %post
 %icon_theme_cache_post
+%desktop_database_post
 
 %postun
 %icon_theme_cache_postun
+%desktop_database_postun
 
 %files
 %defattr(0644,root,root,0755)
@@ -124,6 +117,7 @@
 %{_mandir}/man6/scummvm.6*
 %{_datadir}/applications/scummvm.desktop
 %{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/pixmaps/scummvm.xpm
 %{_docdir}/%{name}
 
 %files extra


Reply via email to