Hello community, here is the log from the commit of package minetest for openSUSE:Factory checked in at 2018-03-09 10:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minetest (Old) and /work/SRC/openSUSE:Factory/.minetest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minetest" Fri Mar 9 10:47:21 2018 rev:5 rq:584608 version:0.4.16 Changes: -------- --- /work/SRC/openSUSE:Factory/minetest/minetest.changes 2018-01-28 20:33:39.522230077 +0100 +++ /work/SRC/openSUSE:Factory/.minetest.new/minetest.changes 2018-03-09 10:47:34.696555219 +0100 @@ -1,0 +2,10 @@ +Fri Mar 9 07:19:19 UTC 2018 - [email protected] + +- Use latest libpng + +------------------------------------------------------------------- +Fri Mar 9 06:53:23 UTC 2018 - [email protected] + +- Use pkg-config information to set PNG_PNG_INCLUDE_DIR for cmake + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minetest.spec ++++++ --- /var/tmp/diff_new_pack.nL09Xi/_old 2018-03-09 10:47:35.408529572 +0100 +++ /var/tmp/diff_new_pack.nL09Xi/_new 2018-03-09 10:47:35.412529428 +0100 @@ -1,7 +1,7 @@ # # spec file for package minetest # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -31,7 +31,7 @@ Version: 0.4.16 Release: 0 Summary: A InfiniMiner/Minecraft inspired game -License: LGPL-2.1+ and CC-BY-SA-3.0 +License: LGPL-2.1-or-later AND CC-BY-SA-3.0 Group: Amusements/Games/3D/Simulation Url: http://minetest.net/ Source: https://github.com/minetest/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -63,7 +63,7 @@ BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libpng12) +BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(luajit) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(sqlite3) @@ -101,7 +101,7 @@ %package -n %{name}server Summary: Minetest server -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Amusements/Games/3D/Simulation Requires: %{name}-data = %{version} Requires(pre): shadow @@ -116,7 +116,7 @@ %package data Summary: Minetest shared data -License: LGPL-2.1+ and CC-BY-SA-3.0 +License: LGPL-2.1-or-later AND CC-BY-SA-3.0 Group: Amusements/Games/3D/Simulation Requires: google-arimo-fonts Requires: google-cousine-fonts @@ -147,6 +147,7 @@ -DENABLE_GETTEXT=ON \ -DENABLE_FREETYPE=ON \ -DENABLE_SYSTEM_JSONCPP=ON \ + -DPNG_PNG_INCLUDE_DIR=$(pkg-config libpng --variable=includedir) \ %if %{with leveldb} -DENABLE_LEVELDB=ON \ %else
