Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nml for openSUSE:Factory checked in at 2021-03-17 20:16:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nml (Old) and /work/SRC/openSUSE:Factory/.nml.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nml" Wed Mar 17 20:16:35 2021 rev:17 rq:879583 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nml/nml.changes 2021-01-07 21:22:42.413256644 +0100 +++ /work/SRC/openSUSE:Factory/.nml.new.2401/nml.changes 2021-03-17 20:20:02.375324463 +0100 @@ -1,0 +2,9 @@ +Tue Mar 16 22:36:46 UTC 2021 - Antoine Belvire <[email protected]> + +- Backport corrected pcx images to fix tests with Pillow 8.1.0 + (gh#OpenTTD/nml!188, deb#980641): + * arctic_railwagons.pcx + * opengfx_generic_trams1.pcx + * opengfx_trains_start.pcx + +------------------------------------------------------------------- New: ---- arctic_railwagons.pcx opengfx_generic_trams1.pcx opengfx_trains_start.pcx ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nml.spec ++++++ --- /var/tmp/diff_new_pack.MgxwlR/_old 2021-03-17 20:20:03.003325321 +0100 +++ /var/tmp/diff_new_pack.MgxwlR/_new 2021-03-17 20:20:03.007325327 +0100 @@ -24,6 +24,10 @@ Group: Development/Tools/Building URL: http://dev.openttdcoop.org/projects/nml Source: https://github.com/OpenTTD/nml/releases/download/%{version}/%{name}-%{version}.tar.gz +# Backport fixed pcx images for regression tests (gh#OpenTTD/nml!188, deb#980641) +Source1: https://github.com/OpenTTD/nml/raw/07c5a4de27fec1383d2657aa51a092b1d2c658fe/regression/arctic_railwagons.pcx +Source2: https://github.com/OpenTTD/nml/raw/07c5a4de27fec1383d2657aa51a092b1d2c658fe/regression/opengfx_generic_trams1.pcx +Source3: https://github.com/OpenTTD/nml/raw/07c5a4de27fec1383d2657aa51a092b1d2c658fe/regression/opengfx_trains_start.pcx Source99: nml-rpmlintrc BuildRequires: gcc BuildRequires: python3-devel @@ -42,6 +46,7 @@ %prep %setup -q -n %{name}-%{version} +cp %{SOURCE1} %{SOURCE2} %{SOURCE3} regression %build make
