This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit e766ed9c799ee8522cf761a0fda566a274cb014d Author: Alexandre Detiste <[email protected]> Date: Mon Jan 4 19:09:53 2016 +0100 fedora: define correct engines for ROTT see also: https://bugzilla.redhat.com/show_bug.cgi?id=1295511 --- data/rott.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/rott.yaml b/data/rott.yaml index 953c16e..cb26246 100644 --- a/data/rott.yaml +++ b/data/rott.yaml @@ -28,6 +28,8 @@ packages: Use the 'rott-shareware' command to play this game. debian: suggests: rott-registered-data + fedora: + engine: rott-shareware install: - DEMO1_3.DMO - DEMO2_3.DMO @@ -48,6 +50,8 @@ packages: Use the 'rott-commercial' command to play this game. debian: depends: rott-data + fedora: + engine: rott-registered url_misc: https://3drealms.com/catalog/rise-triad-dark-war_44/ install_to: $assets/rott install: @@ -64,6 +68,8 @@ packages: longname: "Extreme Rise of the Triad" description: | Use the 'rott-commercial -filertl extreme.rtl' command to play this game. + fedora: + engine: rott-registered install_to: $assets/rott install: - EXTREME.RTL -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

