Hello community, here is the log from the commit of package steamtricks-data for openSUSE:Factory checked in at 2017-02-16 17:06:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/steamtricks-data (Old) and /work/SRC/openSUSE:Factory/.steamtricks-data.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steamtricks-data" Changes: -------- --- /work/SRC/openSUSE:Factory/steamtricks-data/steamtricks-data.changes 2017-01-25 23:30:19.923490511 +0100 +++ /work/SRC/openSUSE:Factory/.steamtricks-data.new/steamtricks-data.changes 2017-02-16 17:06:08.282618419 +0100 @@ -1,0 +2,8 @@ +Tue Feb 14 23:10:32 UTC 2017 - [email protected] + +- Update to version 0~git20170214.e263295: + * Allow GPLv2+ for compatibility with steam-linux-workarounds. + * BattleBlock Theater Mesa Fix. +- Require bsdiff for binary patching fixes. + +------------------------------------------------------------------- Old: ---- steamtricks-data-0~git20161009.c7ed0fa.tar.xz New: ---- steamtricks-data-0~git20170214.e263295.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steamtricks-data.spec ++++++ --- /var/tmp/diff_new_pack.xw1aHO/_old 2017-02-16 17:06:08.682561829 +0100 +++ /var/tmp/diff_new_pack.xw1aHO/_new 2017-02-16 17:06:08.686561263 +0100 @@ -1,7 +1,7 @@ # # spec file for package steamtricks-data # -# 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,7 +17,7 @@ Name: steamtricks-data -Version: 0~git20161009.c7ed0fa +Version: 0~git20170214.e263295 Release: 0 Summary: Steamtricks companion data repository License: GPL-2.0 @@ -27,6 +27,8 @@ BuildArch: noarch BuildRequires: steamtricks Requires: steamtricks +# https://github.com/steamtricks/steamtricks-data/commit/e263295 +Requires: bsdiff %description steamtricks companion data repository ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.xw1aHO/_old 2017-02-16 17:06:08.730555038 +0100 +++ /var/tmp/diff_new_pack.xw1aHO/_new 2017-02-16 17:06:08.730555038 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/steamtricks/steamtricks-data.git</param> - <param name="changesrevision">c7ed0fa410bd4c7c2a93fd67bbab033633608c78</param> + <param name="changesrevision">e2632956231dd517c5e1cdedaa6addb053b269cd</param> </service> </servicedata> ++++++ steamtricks-data-0~git20161009.c7ed0fa.tar.xz -> steamtricks-data-0~git20170214.e263295.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steamtricks-data-0~git20161009.c7ed0fa/COPYING new/steamtricks-data-0~git20170214.e263295/COPYING --- old/steamtricks-data-0~git20161009.c7ed0fa/COPYING 2016-10-09 11:23:11.000000000 +0200 +++ new/steamtricks-data-0~git20170214.e263295/COPYING 2017-02-15 00:06:12.000000000 +0100 @@ -1,9 +1,3 @@ -Note that the only valid version of the GPL as far as the steamtricks -is concerned is _this_ particular version of the license (ie v2, not -v2.2 or v3.x or whatever), unless explicitly otherwise stated. - ----------------------------------------- - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steamtricks-data-0~git20161009.c7ed0fa/data/238460-BattleBlock_Theater/842731/00-pre new/steamtricks-data-0~git20170214.e263295/data/238460-BattleBlock_Theater/842731/00-pre --- old/steamtricks-data-0~git20161009.c7ed0fa/data/238460-BattleBlock_Theater/842731/00-pre 1970-01-01 01:00:00.000000000 +0100 +++ new/steamtricks-data-0~git20170214.e263295/data/238460-BattleBlock_Theater/842731/00-pre 2017-02-15 00:06:12.000000000 +0100 @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +BSPATCH="$(dirname $0)/mesa.bspatch" + +if [ -f BattleBlockTheater ] ; then + bspatch BattleBlockTheater BattleBlockTheater_patched "$BSPATCH" + mv BattleBlockTheater_patched BattleBlockTheater + chmod +x BattleBlockTheater +fi Binary files old/steamtricks-data-0~git20161009.c7ed0fa/data/238460-BattleBlock_Theater/842731/mesa.bspatch and new/steamtricks-data-0~git20170214.e263295/data/238460-BattleBlock_Theater/842731/mesa.bspatch differ
