Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-grpc for openSUSE:Factory checked in at 2024-07-28 17:18:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-grpc (Old) and /work/SRC/openSUSE:Factory/.rubygem-grpc.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-grpc" Sun Jul 28 17:18:55 2024 rev:8 rq:1189785 version:1.63.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-grpc/rubygem-grpc.changes 2024-05-13 17:57:12.539986185 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-grpc.new.1882/rubygem-grpc.changes 2024-07-28 17:19:02.998849286 +0200 @@ -1,0 +2,6 @@ +Fri Jul 26 13:18:48 UTC 2024 - Marcus Rueckert <mrueck...@suse.de> + +- Added gcc14.patch dont hard enforce those errors until upstream + has fixed them + +------------------------------------------------------------------- New: ---- gcc14.patch BETA DEBUG BEGIN: New: - Added gcc14.patch dont hard enforce those errors until upstream has fixed them BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-grpc.spec ++++++ --- /var/tmp/diff_new_pack.kJwtLs/_old 2024-07-28 17:19:04.190896933 +0200 +++ /var/tmp/diff_new_pack.kJwtLs/_new 2024-07-28 17:19:04.194897093 +0200 @@ -30,13 +30,13 @@ %define mod_full_name %{mod_name}-%{version} # MANUAL BuildRequires: gcc-c++ -BuildRequires: pkgconfig BuildRequires: grpc-devel >= 1.60.0 +BuildRequires: pkgconfig # /MANUAL BuildRequires: ruby-macros >= 5 BuildRequires: %{rubydevel >= 2.5.0} BuildRequires: %{rubygem gem2rpm} -Url: https://github.com/google/grpc/tree/master/src/ruby +URL: https://github.com/google/grpc/tree/master/src/ruby Source: https://rubygems.org/gems/%{mod_full_name}.gem Source1: rubygem-grpc.rpmlintrc Source2: series @@ -44,6 +44,7 @@ # MANUAL Patch0: 0001-Return-Qnil-from-grpc_rb_fork_unsafe_begin-end_api.patch Patch1: use_system_libs.patch +Patch2: gcc14.patch # /MANUAL Summary: GRPC system in Ruby License: Apache-2.0 @@ -55,6 +56,7 @@ %gem_unpack %patch -P 0 -p1 %patch -P 1 -p1 +%patch -P 2 -p1 find -type f -print0 | xargs -0 touch -r %{S:0} %gem_build @@ -73,6 +75,5 @@ rm -rf %{buildroot}%{_libdir}/ruby/gems/*/gems/grpc-%{version}/src/ruby/spec/ # /MANUAL - %gem_packages ++++++ gcc14.patch ++++++ Index: grpc/src/ruby/ext/grpc/extconf.rb =================================================================== --- grpc.orig/src/ruby/ext/grpc/extconf.rb +++ grpc/src/ruby/ext/grpc/extconf.rb @@ -208,6 +208,7 @@ $CFLAGS << ' -std=c11 ' $CFLAGS << ' -Wall ' $CFLAGS << ' -Wextra ' $CFLAGS << ' -pedantic ' +$CFLAGS << ' -Wno-error=incompatible-pointer-types ' $LDFLAGS << ' -lgrpc ' output = File.join('grpc', 'grpc_c') ++++++ series ++++++ --- /var/tmp/diff_new_pack.kJwtLs/_old 2024-07-28 17:19:04.270900131 +0200 +++ /var/tmp/diff_new_pack.kJwtLs/_new 2024-07-28 17:19:04.274900290 +0200 @@ -1,3 +1,4 @@ 0001-Return-Qnil-from-grpc_rb_fork_unsafe_begin-end_api.patch use_system_libs.patch +gcc14.patch