Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wesnoth for openSUSE:Factory checked 
in at 2023-02-04 14:15:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wesnoth (Old)
 and      /work/SRC/openSUSE:Factory/.wesnoth.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wesnoth"

Sat Feb  4 14:15:44 2023 rev:34 rq:1063151 version:1.17.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/wesnoth/wesnoth.changes  2022-03-13 
20:25:44.163695498 +0100
+++ /work/SRC/openSUSE:Factory/.wesnoth.new.4462/wesnoth.changes        
2023-02-04 14:33:07.855698705 +0100
@@ -1,0 +2,13 @@
+Fri Feb  3 17:19:25 UTC 2023 - Carsten Ziepke <[email protected]>
+
+- Update to 1.17.12:
+  * https://github.com/wesnoth/wesnoth/blob/master/changelog.md#version-11712
+- Changed source URL from github to http://files.wesnoth.org,
+  see https://github.com/wesnoth/wesnoth/issues/6986
+- Package fslayout uses now noarch as BuildArch
+- Raise some minimum requirements: cmake >= 3.14 (3.7),
+  pkgconfig(pangocairo) >= 1.44.0 (1.22.0),
+  pkgconfig(sdl2) >= 2.0.10 (2.0.8)
+- Rebase wesnoth-cmake-fix-find-readline.patch
+
+-------------------------------------------------------------------

Old:
----
  wesnoth-1.17.1.tar.gz

New:
----
  wesnoth-1.17.12.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wesnoth.spec ++++++
--- /var/tmp/diff_new_pack.RV7Umi/_old  2023-02-04 14:33:08.207700928 +0100
+++ /var/tmp/diff_new_pack.RV7Umi/_new  2023-02-04 14:33:08.211700953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wesnoth
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,17 @@
 
 %define boost_min_version 1.66
 Name:           wesnoth
-Version:        1.17.1
+Version:        1.17.12
 Release:        0
 Summary:        Fantasy Turn-Based Strategy Game
 License:        EPL-1.0 AND GPL-2.0-or-later
 Group:          Amusements/Games/Strategy/Turn Based
 URL:            https://www.wesnoth.org/
-Source:         
https://github.com/wesnoth/wesnoth/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# https://github.com/wesnoth/wesnoth/issues/6986 - How about adding a note to 
the GitHub release page saying "Don't download the tarballs from here"?
+Source:         http://files.wesnoth.org/%{name}-%{version}.tar.bz2 
 # PATCH-FIX-OPENSUSE wesnoth-cmake-fix-find-readline.patch - cmake 3.20 (used 
on leap) can't find readline via pkg_check_modules
 Patch1:         wesnoth-cmake-fix-find-readline.patch
-BuildRequires:  cmake >= 3.7
+BuildRequires:  cmake >= 3.14
 BuildRequires:  dejavu
 BuildRequires:  fdupes
 BuildRequires:  fribidi-devel
@@ -57,8 +58,8 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(fontconfig) >= 2.4.1
 BuildRequires:  pkgconfig(libcrypto)
-BuildRequires:  pkgconfig(pangocairo) >= 1.22.0
-BuildRequires:  pkgconfig(sdl2) >= 2.0.8
+BuildRequires:  pkgconfig(pangocairo) >= 1.44.0
+BuildRequires:  pkgconfig(sdl2) >= 2.0.10
 Requires:       dejavu
 Requires:       sazanami-fonts
 Requires:       wesnoth-data = %{version}
@@ -93,6 +94,7 @@
 %package fslayout
 Summary:        Battle for Wesnoth: Basic file system layout
 Group:          Amusements/Games/Strategy/Turn Based
+BuildArch:      noarch
 
 %description data
 This package contains the game data for Battle For Wesnoth.
@@ -111,7 +113,7 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} <= 1500
+%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
 %patch1 -p1
 %endif
 

++++++ wesnoth-1.17.1.tar.gz -> wesnoth-1.17.12.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wesnoth/wesnoth-1.17.1.tar.gz 
/work/SRC/openSUSE:Factory/.wesnoth.new.4462/wesnoth-1.17.12.tar.bz2 differ: 
char 1, line 1

++++++ wesnoth-cmake-fix-find-readline.patch ++++++
--- /var/tmp/diff_new_pack.RV7Umi/_old  2023-02-04 14:33:08.279701383 +0100
+++ /var/tmp/diff_new_pack.RV7Umi/_new  2023-02-04 14:33:08.283701408 +0100
@@ -1,6 +1,6 @@
-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
+diff -Nur wesnoth-1.17.12-orig/cmake/FindReadline.cmake 
wesnoth-1.17.12/cmake/FindReadline.cmake
+--- wesnoth-1.17.12-orig/cmake/FindReadline.cmake      1970-01-01 
01:00:00.000000000 +0100
++++ wesnoth-1.17.12/cmake/FindReadline.cmake   2023-02-03 17:22:14.082627810 
+0100
 @@ -0,0 +1,47 @@
 +# - Try to find readline include dirs and libraries 
 +#
@@ -49,21 +49,21 @@
 +        Readline_INCLUDE_DIR
 +        Readline_LIBRARY
 +)
-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 @@
+diff -Nur wesnoth-1.17.12-orig/CMakeLists.txt wesnoth-1.17.12/CMakeLists.txt
+--- wesnoth-1.17.12-orig/CMakeLists.txt        2023-01-15 01:27:55.000000000 
+0100
++++ wesnoth-1.17.12/CMakeLists.txt     2023-02-03 17:23:18.942981085 +0100
+@@ -491,6 +491,7 @@
        find_package(VorbisFile REQUIRED)
        find_package(PkgConfig REQUIRED)
        find_package(Fontconfig REQUIRED)
 +      find_package(Readline REQUIRED)
+       find_package(SDL2 2.0.10 REQUIRED)
        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
-@@ -489,7 +490,6 @@
+@@ -506,7 +507,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(PANGOCAIRO REQUIRED pangocairo>=1.44.0)
+       pkg_check_modules(PANGO REQUIRED pango>=1.44.0)
 -      pkg_check_modules(LIBREADLINE readline)
  endif()
  

Reply via email to