Hello community, here is the log from the commit of package voxelands for openSUSE:Factory checked in at 2018-03-09 10:47:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/voxelands (Old) and /work/SRC/openSUSE:Factory/.voxelands.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "voxelands" Fri Mar 9 10:47:23 2018 rev:4 rq:584609 version:1709.00 Changes: -------- --- /work/SRC/openSUSE:Factory/voxelands/voxelands.changes 2018-02-07 18:42:26.669285995 +0100 +++ /work/SRC/openSUSE:Factory/.voxelands.new/voxelands.changes 2018-03-09 10:47:35.788515885 +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: ------------------ ++++++ voxelands.spec ++++++ --- /var/tmp/diff_new_pack.B2dUYM/_old 2018-03-09 10:47:36.564487933 +0100 +++ /var/tmp/diff_new_pack.B2dUYM/_new 2018-03-09 10:47:36.568487789 +0100 @@ -22,7 +22,7 @@ Version: 1709.00 Release: 0 Summary: An InfiniMiner/Minecraft inspired game -License: GPL-3.0+ and CC-BY-SA-3.0 +License: GPL-3.0-or-later AND CC-BY-SA-3.0 Group: Amusements/Games/3D/Simulation Url: http://www.voxelands.com/ Source: https://gitlab.com/voxelands/voxelands/repository/archive.tar.bz2?ref=v%{version}#/%{name}-%{version}.tar.bz2 @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libpng12) +BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(vorbis) @@ -64,7 +64,8 @@ %build # cmake macro does not work cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG + -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG \ + -DPNG_PNG_INCLUDE_DIR=$(pkg-config libpng --variable=includedir) make %install
