Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Text-RecordParser for
openSUSE:Factory checked in at 2022-01-23 12:15:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-RecordParser (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-RecordParser.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-RecordParser"
Sun Jan 23 12:15:41 2022 rev:9 rq:948070 version:1.6.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Text-RecordParser/perl-Text-RecordParser.changes
2018-03-28 10:33:03.917411959 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-RecordParser.new.1938/perl-Text-RecordParser.changes
2022-01-23 12:16:54.983975332 +0100
@@ -1,0 +2,6 @@
+Sat Jan 22 08:53:28 UTC 2022 - Stephan Kulow <[email protected]>
+
+- Remove graphviz from build environment not to run test cases with
+ bug reports open for 7 years
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-RecordParser.spec ++++++
--- /var/tmp/diff_new_pack.vPdUc7/_old 2022-01-23 12:16:55.423972391 +0100
+++ /var/tmp/diff_new_pack.vPdUc7/_new 2022-01-23 12:16:55.427972365 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-RecordParser
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 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/
#
@@ -22,9 +22,9 @@
#Upstream: GPL-1.0+
%define cpan_name Text-RecordParser
Summary: Read Record-Oriented Files
-License: GPL-2.0
+License: GPL-2.0-only
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Text-RecordParser/
+URL: http://search.cpan.org/dist/Text-RecordParser/
Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -45,13 +45,6 @@
Recommends: perl(GraphViz)
Recommends: perl(Text::TabularDisplay) >= 1.22
%{perl_requires}
-# MANUAL BEGIN
-BuildRequires: cairo
-BuildRequires: ghostscript-fonts-std
-BuildRequires: graphviz-gnome
-BuildRequires: pango
-BuildRequires: perl(GraphViz)
-# MANUAL END
%description
This module is for reading record-oriented data in a delimited text file.
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.vPdUc7/_old 2022-01-23 12:16:55.463972124 +0100
+++ /var/tmp/diff_new_pack.vPdUc7/_new 2022-01-23 12:16:55.467972097 +0100
@@ -7,12 +7,6 @@
#patches:
# foo.patch: -p1
# bar.patch:
-preamble: |-
- BuildRequires: cairo
- BuildRequires: ghostscript-fonts-std
- BuildRequires: graphviz-gnome
- BuildRequires: pango
- BuildRequires: perl(GraphViz)
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL