Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-HTTP-MockServer for
openSUSE:Factory checked in at 2021-04-17 00:02:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-HTTP-MockServer (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-HTTP-MockServer.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-HTTP-MockServer"
Sat Apr 17 00:02:18 2021 rev:2 rq:886077 version:0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-HTTP-MockServer/perl-Test-HTTP-MockServer.changes
2021-02-03 19:55:19.893646324 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-HTTP-MockServer.new.12324/perl-Test-HTTP-MockServer.changes
2021-04-17 00:02:38.105676430 +0200
@@ -1,0 +2,5 @@
+Fri Apr 16 15:36:33 UTC 2021 - Frank Schreiner <[email protected]>
+
+- added "Requires" for netcfg as "/etc/protocols" is needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-HTTP-MockServer.spec ++++++
--- /var/tmp/diff_new_pack.t3Hx4A/_old 2021-04-17 00:02:38.605677221 +0200
+++ /var/tmp/diff_new_pack.t3Hx4A/_new 2021-04-17 00:02:38.609677227 +0200
@@ -16,18 +16,16 @@
#
+%define cpan_name Test-HTTP-MockServer
Name: perl-Test-HTTP-MockServer
Version: 0.0.1
Release: 0
-%define cpan_name Test-HTTP-MockServer
-Summary: Implement a mock HTTP server for use in tests
License: Apache-2.0
-Group: Development/Libraries/Perl
+Summary: Implement a mock HTTP server for use in tests
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DR/DRUOSO/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Parser)
@@ -39,8 +37,9 @@
Requires: perl(JSON::XS)
%{perl_requires}
# MANUAL BEGIN
-BuildRequires: netcfg
BuildRequires: perl(LWP::UserAgent)
+BuildRequires: netcfg
+Requires: netcfg
# MANUAL END
%description
@@ -69,7 +68,7 @@
code.
%prep
-%setup -q -n %{cpan_name}-v%{version}
+%autosetup -n %{cpan_name}-v%{version}
%build
perl Build.PL installdirs=vendor
@@ -83,7 +82,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc README
%changelog
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.t3Hx4A/_old 2021-04-17 00:02:38.637677271 +0200
+++ /var/tmp/diff_new_pack.t3Hx4A/_new 2021-04-17 00:02:38.637677271 +0200
@@ -13,6 +13,7 @@
preamble: |-
BuildRequires: perl(LWP::UserAgent)
BuildRequires: netcfg
+ Requires: netcfg
#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