Hello community, here is the log from the commit of package bsd-games for openSUSE:Factory checked in at 2019-01-24 14:10:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bsd-games (Old) and /work/SRC/openSUSE:Factory/.bsd-games.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bsd-games" Thu Jan 24 14:10:41 2019 rev:32 rq:666694 version:2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/bsd-games/bsd-games.changes 2017-03-12 20:04:28.217764112 +0100 +++ /work/SRC/openSUSE:Factory/.bsd-games.new.28833/bsd-games.changes 2019-01-24 14:10:43.907548082 +0100 @@ -1,0 +2,5 @@ +Fri Jan 4 20:31:03 UTC 2019 - Cristian RodrÃguez <[email protected]> + +- Switch to ncurses 6 wide char ABI + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bsd-games.spec ++++++ --- /var/tmp/diff_new_pack.8E9p9d/_old 2019-01-24 14:10:45.103546705 +0100 +++ /var/tmp/diff_new_pack.8E9p9d/_new 2019-01-24 14:10:45.103546705 +0100 @@ -1,7 +1,7 @@ # # spec file for package bsd-games # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -47,8 +47,8 @@ BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libopenssl-devel -BuildRequires: ncurses-devel BuildRequires: words +BuildRequires: pkgconfig(ncursesw) Requires(pre): user(games) group(games) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,8 +82,8 @@ for i in {1..9}; do echo; done # 9 times default echo "n" # Set owners/groups on installed files yes "") | ./configure -make CC="gcc" CXX="g++" OPTIMIZE="%{optflags} -I/usr/include/ncurses" \ - dab_CXXFLAGS="-DHAVE_fgetln" %{?_smp_mflags} +make CC="gcc" CXX="g++" OPTIMIZE="%{optflags} $(pkg-config --cflags-only-I ncursesw) -DNCURSES_WIDECHAR" \ + dab_CXXFLAGS="-DHAVE_fgetln" %{?_smp_mflags} NCURSES_LIB="$(pkg-config --libs ncursesw)" %install make INSTALL_PREFIX=%{buildroot} install SBINDIR="%{_bindir}"
