Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package weechat for openSUSE:Factory checked in at 2023-03-21 17:42:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/weechat (Old) and /work/SRC/openSUSE:Factory/.weechat.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "weechat" Tue Mar 21 17:42:04 2023 rev:69 rq:1073273 version:3.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/weechat/weechat.changes 2022-11-10 14:23:34.770789473 +0100 +++ /work/SRC/openSUSE:Factory/.weechat.new.31432/weechat.changes 2023-03-21 17:42:05.517992095 +0100 @@ -1,0 +2,6 @@ +Mon Mar 6 08:50:05 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Add weechat-ruby3.2.patch: Fix build against Ruby 3.2. +- Add pkgconfig(libzstd) BuildRequires: fix linking of the + binaries. +------------------------------------------------------------------- New: ---- weechat-ruby3.2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ weechat.spec ++++++ --- /var/tmp/diff_new_pack.RfOrUq/_old 2023-03-21 17:42:06.197995348 +0100 +++ /var/tmp/diff_new_pack.RfOrUq/_new 2023-03-21 17:42:06.205995386 +0100 @@ -28,6 +28,7 @@ Source2: https://weechat.org/files/src/%{name}-%{version}.tar.xz.asc Source3: %{name}.keyring Source4: %{name}.changes +Patch0: weechat-ruby3.2.patch BuildRequires: ca-certificates BuildRequires: cmake BuildRequires: curl-devel @@ -47,6 +48,7 @@ BuildRequires: pkgconfig(enchant) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(lua) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(tcl) Requires: ca-certificates ++++++ weechat-ruby3.2.patch ++++++ Index: weechat-3.7.1/cmake/FindRuby.cmake =================================================================== --- weechat-3.7.1.orig/cmake/FindRuby.cmake +++ weechat-3.7.1/cmake/FindRuby.cmake @@ -37,7 +37,7 @@ if(PKG_CONFIG_FOUND) # set specific search path for macOS set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/opt/ruby/lib/pkgconfig") endif() - pkg_search_module(RUBY ruby-3.1 ruby-3.0 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby) + pkg_search_module(RUBY ruby-3.2 ruby-3.1 ruby-3.0 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 ruby-2.2 ruby-2.1 ruby-2.0 ruby-1.9 ruby) if(RUBY_FOUND AND ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") # FIXME: weird hack: hardcoding the Ruby lib location on macOS set(RUBY_LDFLAGS "${RUBY_LDFLAGS} -L/usr/local/opt/ruby/lib")
