Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wesnoth for openSUSE:Factory checked in at 2022-03-13 20:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wesnoth (Old) and /work/SRC/openSUSE:Factory/.wesnoth.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wesnoth" Sun Mar 13 20:25:19 2022 rev:33 rq:961439 version:1.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wesnoth/wesnoth.changes 2022-03-11 11:37:48.370374800 +0100 +++ /work/SRC/openSUSE:Factory/.wesnoth.new.25692/wesnoth.changes 2022-03-13 20:25:44.163695498 +0100 @@ -1,0 +2,5 @@ +Thu Mar 10 19:10:45 UTC 2022 - Carsten Ziepke <kiel...@gmail.com> + +- Rebase wesnoth-cmake-fix-find-readline.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wesnoth-cmake-fix-find-readline.patch ++++++ --- /var/tmp/diff_new_pack.vCg18V/_old 2022-03-13 20:25:47.783699756 +0100 +++ /var/tmp/diff_new_pack.vCg18V/_new 2022-03-13 20:25:47.787699761 +0100 @@ -1,6 +1,6 @@ -diff -Nur wesnoth-1.16.2.orig/cmake/FindReadline.cmake wesnoth-1.16.2/cmake/FindReadline.cmake ---- wesnoth-1.16.2.orig/cmake/FindReadline.cmake 1970-01-01 01:00:00.000000000 +0100 -+++ wesnoth-1.16.2/cmake/FindReadline.cmake 2022-02-26 17:25:21.206738255 +0100 +diff -Nur wesnoth-1.17.1.orig/cmake/FindReadline.cmake wesnoth-1.17.1/cmake/FindReadline.cmake +--- wesnoth-1.17.1.orig/cmake/FindReadline.cmake 1970-01-01 01:00:00.000000000 +0100 ++++ wesnoth-1.17.1/cmake/FindReadline.cmake 2022-03-10 20:07:38.474800882 +0100 @@ -0,0 +1,47 @@ +# - Try to find readline include dirs and libraries +# @@ -49,10 +49,10 @@ + Readline_INCLUDE_DIR + Readline_LIBRARY +) -diff -Nur wesnoth-1.16.2.orig/CMakeLists.txt wesnoth-1.16.2/CMakeLists.txt ---- wesnoth-1.16.2.orig/CMakeLists.txt 2022-01-16 19:10:36.000000000 +0100 -+++ wesnoth-1.16.2/CMakeLists.txt 2022-02-26 17:33:50.183109995 +0100 -@@ -479,6 +479,7 @@ +diff -Nur wesnoth-1.17.1.orig/CMakeLists.txt wesnoth-1.17.1/CMakeLists.txt +--- wesnoth-1.17.1.orig/CMakeLists.txt 2022-02-20 18:32:14.000000000 +0100 ++++ wesnoth-1.17.1/CMakeLists.txt 2022-03-10 20:09:22.146658333 +0100 +@@ -470,6 +470,7 @@ find_package(VorbisFile REQUIRED) find_package(PkgConfig REQUIRED) find_package(Fontconfig REQUIRED) @@ -60,11 +60,11 @@ if(NOT MSVC) # for everything else, use pkgconfig # find_package can't be used for SDL2 since at least as of Ubuntu 20.04 they forgot to include the sdl2-config-version.cmake, so cmake can't tell if it's >= 2.0.8 and thus rejects using it -@@ -500,7 +501,6 @@ - # TODO: can use find_package and Fontconfig::Fontconfig with cmake 3.14+ - pkg_check_modules(FONTCONFIG REQUIRED fontconfig>=2.4.1) +@@ -489,7 +490,6 @@ + pkg_check_modules(CAIRO REQUIRED cairo>=1.10) + pkg_check_modules(PANGOCAIRO REQUIRED pangocairo>=1.22.0) pkg_check_modules(PANGO REQUIRED pango>=1.22.0) -- pkg_check_modules(LIBREADLINE REQUIRED readline) +- pkg_check_modules(LIBREADLINE readline) endif() if(ENABLE_TESTS)