Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Net-OBS-Client for
openSUSE:Factory checked in at 2024-04-26 23:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-OBS-Client (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-OBS-Client.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-OBS-Client"
Fri Apr 26 23:27:27 2024 rev:6 rq:1170263 version:0.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-OBS-Client/perl-Net-OBS-Client.changes
2024-03-28 14:33:05.430822776 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Net-OBS-Client.new.1880/perl-Net-OBS-Client.changes
2024-04-26 23:27:34.521615764 +0200
@@ -1,0 +2,6 @@
+Fri Apr 26 09:00:33 UTC 2024 - Frank Schreiner <[email protected]>
+
+- updated to 0.1.3
+ see /usr/share/doc/packages/perl-Net-OBS-Client/Changes
+
+-------------------------------------------------------------------
Old:
----
Net-OBS-Client-0.1.2.tar.gz
New:
----
Net-OBS-Client-0.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-OBS-Client.spec ++++++
--- /var/tmp/diff_new_pack.WViUX7/_old 2024-04-26 23:27:35.941667673 +0200
+++ /var/tmp/diff_new_pack.WViUX7/_new 2024-04-26 23:27:35.941667673 +0200
@@ -18,7 +18,7 @@
%define cpan_name Net-OBS-Client
Name: perl-Net-OBS-Client
-Version: 0.1.2
+Version: 0.1.3
Release: 0
License: Artistic-2.0
Summary: Simple OBS API calls
++++++ Net-OBS-Client-0.1.2.tar.gz -> Net-OBS-Client-0.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/Changes
new/Net-OBS-Client-0.1.3/Changes
--- old/Net-OBS-Client-0.1.2/Changes 2024-03-27 16:11:10.902957250 +0100
+++ new/Net-OBS-Client-0.1.3/Changes 2024-04-26 09:31:52.382236675 +0200
@@ -1,4 +1,9 @@
Revision history for Net-OBS-Client
+0.1.3 2024-04-26
+
+ * add "use Carp" in Net::OBS::LWP::UserAgent
+
+
0.1.2 2024-03-27
* added Net::OBS::LWP::UserAgent with 'mirror' method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/META.json
new/Net-OBS-Client-0.1.3/META.json
--- old/Net-OBS-Client-0.1.2/META.json 2024-03-28 10:56:55.322310870 +0100
+++ new/Net-OBS-Client-0.1.3/META.json 2024-04-26 09:40:56.925566753 +0200
@@ -34,6 +34,7 @@
},
"runtime" : {
"requires" : {
+ "Carp" : "0",
"Config::INI::Reader" : "0",
"Config::Tiny" : "0",
"Const::Fast" : "0",
@@ -60,6 +61,6 @@
"web" : "https://github.com/M0ses/Net-OBS-Client"
}
},
- "version" : "v0.1.2",
+ "version" : "v0.1.3",
"x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/META.yml
new/Net-OBS-Client-0.1.3/META.yml
--- old/Net-OBS-Client-0.1.2/META.yml 2024-03-28 10:56:55.095645447 +0100
+++ new/Net-OBS-Client-0.1.3/META.yml 2024-04-26 09:40:56.762233420 +0200
@@ -20,6 +20,7 @@
- t
- inc
requires:
+ Carp: '0'
Config::INI::Reader: '0'
Config::Tiny: '0'
Const::Fast: '0'
@@ -35,5 +36,5 @@
resources:
bugtracker: https://github.com/M0ses/Net-OBS-Client/issues
repository: https://github.com/M0ses/Net-OBS-Client.git
-version: v0.1.2
+version: v0.1.3
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/Makefile.PL
new/Net-OBS-Client-0.1.3/Makefile.PL
--- old/Net-OBS-Client-0.1.2/Makefile.PL 2024-03-28 09:50:33.200829213
+0100
+++ new/Net-OBS-Client-0.1.3/Makefile.PL 2024-04-26 09:29:40.845570835
+0200
@@ -31,6 +31,7 @@
'URI::URL' => 0,
'Path::Class' => 0,
'Const::Fast' => 0,
+ 'Carp' => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/lib/Net/OBS/Client.pm
new/Net-OBS-Client-0.1.3/lib/Net/OBS/Client.pm
--- old/Net-OBS-Client-0.1.2/lib/Net/OBS/Client.pm 2024-03-27
16:11:21.136234428 +0100
+++ new/Net-OBS-Client-0.1.3/lib/Net/OBS/Client.pm 2024-04-26
09:30:25.602237215 +0200
@@ -8,7 +8,7 @@
with 'Net::OBS::Client::Roles::Client';
-our $VERSION = '0.1.2';
+our $VERSION = '0.1.3';
sub project {
my ($self, @args) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-OBS-Client-0.1.2/lib/Net/OBS/LWP/UserAgent.pm
new/Net-OBS-Client-0.1.3/lib/Net/OBS/LWP/UserAgent.pm
--- old/Net-OBS-Client-0.1.2/lib/Net/OBS/LWP/UserAgent.pm 2024-03-26
17:25:16.922675325 +0100
+++ new/Net-OBS-Client-0.1.3/lib/Net/OBS/LWP/UserAgent.pm 2024-04-26
09:27:49.155571530 +0200
@@ -3,6 +3,7 @@
use strict;
use warnings;
use Const::Fast;
+use Carp;
use base 'LWP::UserAgent';