Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-hpricot for openSUSE:Factory
checked in at 2024-08-27 19:38:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hpricot (Old)
and /work/SRC/openSUSE:Factory/.rubygem-hpricot.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-hpricot"
Tue Aug 27 19:38:42 2024 rev:3 rq:1195673 version:0.8.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hpricot/rubygem-hpricot.changes
2018-02-13 10:30:35.270532990 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-hpricot.new.2698/rubygem-hpricot.changes
2024-08-27 19:38:51.135247498 +0200
@@ -1,0 +2,7 @@
+Mon Aug 12 14:53:24 UTC 2024 - Martin Jambor <[email protected]>
+
+- Pass -Wno-error=incompatible-pointer-types (and also all the other
+ optflags) on the command line so that use of incompatible pointers
+ does not prevent the package from building. [boo#1225921]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-hpricot.spec ++++++
--- /var/tmp/diff_new_pack.Evxr2R/_old 2024-08-27 19:38:51.691270922 +0200
+++ /var/tmp/diff_new_pack.Evxr2R/_new 2024-08-27 19:38:51.695271090 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-hpricot
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# 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/
#
@@ -33,7 +33,7 @@
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
-Url: http://code.whytheluckystiff.net/hpricot/
+URL: http://code.whytheluckystiff.net/hpricot/
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A fast and flexible HTML Parser
@@ -42,12 +42,14 @@
%description
Hpricot is a flexible HTML parser written in C. It's designed to be similar to
Tanaka Akira's HTree, and has a library. Hpricot can read broken XML files,
since many of the same techniques can be used.
+
%prep
%build
%install
%gem_install \
+ --extconf-opts=--with-cflags="%{optflags}
-Wno-error=incompatible-pointer-types" \
--doc-files="CHANGELOG COPYING README.md" \
-f
%gem_cleanup