- update to new 1.2.1 release
* General - Add Hungarian translation. - Add Brazilian Portuguese translation. * Cruise: - Fixed a problem with Raoul appearing when examining the Book * Groovie: - Fixed a regression that made the Russian version of T7G crash. * Lure: - Fixed several NPC movement bugs OBS-URL: https://build.opensuse.org/package/show/games/scummvm?expand=0&rev=19
This commit is contained in:
parent
927c9a59c5
commit
67afe8600b
9
_service
9
_service
@ -1,13 +1,14 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<services>
|
<services>
|
||||||
<service name="download_url">
|
<service name="download_url">
|
||||||
<param name="protocol">https</param>
|
<param name="protocol">http</param>
|
||||||
<param name="host">downloads.sourceforge.net</param>
|
<param name="host">downloads.sourceforge.net</param>
|
||||||
<param name="path">/project/scummvm/scummvm/1.2.0/scummvm-1.2.0.tar.bz2</param>
|
<param name="path">/project/scummvm/scummvm/1.2.1/scummvm-1.2.1.tar.bz2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="verify_file">
|
<service name="verify_file">
|
||||||
<param name="file">_service:download_url:scummvm-1.2.0.tar.bz2</param>
|
<param name="file">_service:download_url:scummvm-1.2.1.tar.bz2</param>
|
||||||
<param name="verifier">sha256</param>
|
<param name="verifier">sha256</param>
|
||||||
<param name="checksum">3ffc594d7ce3c14ad9bbbfaec70479f83a8bdbda81cf1eacf2988127f1d4dac0</param>
|
<param name="checksum">488e0fc0fb48509f8d2dcc8f87a77d03655e8ae0e9f4333963aaa07ff75f2a09</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ffc594d7ce3c14ad9bbbfaec70479f83a8bdbda81cf1eacf2988127f1d4dac0
|
|
||||||
size 9514141
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 12 05:19:55 UTC 2010 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- update to new 1.2.1 release
|
||||||
|
* General
|
||||||
|
- Add Hungarian translation.
|
||||||
|
- Add Brazilian Portuguese translation.
|
||||||
|
* Cruise:
|
||||||
|
- Fixed a problem with Raoul appearing when examining the Book
|
||||||
|
* Groovie:
|
||||||
|
- Fixed a regression that made the Russian version of T7G crash.
|
||||||
|
* Lure:
|
||||||
|
- Fixed several NPC movement bugs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 11 13:04:24 UTC 2010 - reddwarf@opensuse.org
|
Mon Oct 11 13:04:24 UTC 2010 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package scummvm (Version 1.2.0)
|
# spec file for package scummvm (Version 1.2.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,8 +19,8 @@
|
|||||||
%bcond_with mp3
|
%bcond_with mp3
|
||||||
|
|
||||||
Name: scummvm
|
Name: scummvm
|
||||||
Version: 1.2.0
|
Version: to_be_filled_by_service
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPLv2+, LGPLv2.1+, BSD
|
License: GPLv2+, LGPLv2.1+, BSD
|
||||||
Summary: Interpreter for several adventure games
|
Summary: Interpreter for several adventure games
|
||||||
Url: http://www.scummvm.org
|
Url: http://www.scummvm.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user