Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-LWP-ConsoleLogger for 
openSUSE:Factory checked in at 2026-06-10 16:14:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-LWP-ConsoleLogger (Old)
 and      /work/SRC/openSUSE:Factory/.perl-LWP-ConsoleLogger.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-LWP-ConsoleLogger"

Wed Jun 10 16:14:20 2026 rev:6 rq:1358509 version:1.000002

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-LWP-ConsoleLogger/perl-LWP-ConsoleLogger.changes
    2023-07-12 17:27:12.674445382 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-ConsoleLogger.new.2375/perl-LWP-ConsoleLogger.changes
  2026-06-10 16:18:31.771813988 +0200
@@ -1,0 +2,20 @@
+Wed May 13 10:46:38 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 1.000002
+   see /usr/share/doc/packages/perl-LWP-ConsoleLogger/Changes
+
+  1.000002  2026-05-12 17:28:01Z
+      - Replace Text::SimpleTable::AutoWidth (last released 2015) with
+        Term::Table to fix box-border misalignment when output contains
+        wide characters such as emoji or CJK glyphs (GH#49). Border style
+        changes from .-/' corners to +/-.
+      - Decode non-ASCII HTTP header values, cookie field values, and the
+        user agent's title to character strings before logging, so they
+        no longer render as mojibake (GH#38).
+      - Open the LWPCL_LOGFILE log file with a UTF-8 layer in
+        LWP::ConsoleLogger::Everywhere to stop "Wide character in print"
+        warnings (GH#38).
+      - Non-pretty header dumps now honor headers_to_redact, matching the
+        pretty-mode behavior.
+
+-------------------------------------------------------------------

Old:
----
  LWP-ConsoleLogger-1.000001.tar.gz

New:
----
  LWP-ConsoleLogger-1.000002.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-LWP-ConsoleLogger.spec ++++++
--- /var/tmp/diff_new_pack.6MPbQa/_old  2026-06-10 16:18:32.755854768 +0200
+++ /var/tmp/diff_new_pack.6MPbQa/_new  2026-06-10 16:18:32.759854933 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-ConsoleLogger
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,32 +18,36 @@
 
 %define cpan_name LWP-ConsoleLogger
 Name:           perl-LWP-ConsoleLogger
-Version:        1.000001
+Version:        1.000002
 Release:        0
 License:        Artistic-2.0
 Summary:        LWP tracing and debugging
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 Patch0:         0001-replace-env.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Class::Method::Modifiers)
-BuildRequires:  perl(Data::Printer) >= 0.36
+BuildRequires:  perl(Data::Printer) >= 0.360
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(HTML::FormatText::WithLinks)
 BuildRequires:  perl(HTML::Restrict)
 BuildRequires:  perl(HTTP::Body)
 BuildRequires:  perl(HTTP::CookieJar::LWP)
 BuildRequires:  perl(HTTP::CookieMonster)
+BuildRequires:  perl(HTTP::Cookies)
+BuildRequires:  perl(HTTP::Headers)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
-BuildRequires:  perl(JSON::MaybeXS) >= 1.003005
+BuildRequires:  perl(IPC::Run3)
+BuildRequires:  perl(JSON::MaybeXS) >= 1.3.5
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(List::AllUtils)
-BuildRequires:  perl(Log::Dispatch) >= 2.56
+BuildRequires:  perl(Log::Dispatch) >= 2.560
 BuildRequires:  perl(Log::Dispatch::Array)
 BuildRequires:  perl(Module::Load::Conditional)
 BuildRequires:  perl(Module::Runtime)
@@ -58,30 +62,30 @@
 BuildRequires:  perl(String::Trim)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Term::Size::Any)
+BuildRequires:  perl(Term::Table) >= 0.028
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::LWP::UserAgent)
-BuildRequires:  perl(Test::Most)
+BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Test::Warnings)
-BuildRequires:  perl(Text::SimpleTable::AutoWidth) >= 0.09
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(Types::Common::Numeric)
 BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(URI::QueryParam)
 BuildRequires:  perl(URI::file)
+BuildRequires:  perl(Unicode::GCString)
 BuildRequires:  perl(WWW::Mechanize)
-BuildRequires:  perl(XML::Simple)
 BuildRequires:  perl(version)
 Requires:       perl(Class::Method::Modifiers)
-Requires:       perl(Data::Printer) >= 0.36
+Requires:       perl(Data::Printer) >= 0.360
 Requires:       perl(DateTime)
 Requires:       perl(HTML::Restrict)
 Requires:       perl(HTTP::Body)
 Requires:       perl(HTTP::CookieMonster)
 Requires:       perl(HTTP::Request)
 Requires:       perl(HTTP::Response)
-Requires:       perl(JSON::MaybeXS) >= 1.003005
+Requires:       perl(JSON::MaybeXS) >= 1.3.5
 Requires:       perl(List::AllUtils)
-Requires:       perl(Log::Dispatch) >= 2.56
+Requires:       perl(Log::Dispatch) >= 2.560
 Requires:       perl(Module::Load::Conditional)
 Requires:       perl(Module::Runtime)
 Requires:       perl(Moo)
@@ -91,13 +95,14 @@
 Requires:       perl(String::Trim)
 Requires:       perl(Sub::Exporter)
 Requires:       perl(Term::Size::Any)
-Requires:       perl(Text::SimpleTable::AutoWidth) >= 0.09
+Requires:       perl(Term::Table) >= 0.028
 Requires:       perl(Try::Tiny)
 Requires:       perl(Types::Common::Numeric)
 Requires:       perl(Types::Standard)
 Requires:       perl(URI::QueryParam)
-Requires:       perl(XML::Simple)
 Recommends:     perl(HTML::FormatText::Lynx) >= 23
+Recommends:     perl(Unicode::GCString)
+Recommends:     perl(XML::Simple)
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  netcfg

++++++ LWP-ConsoleLogger-1.000001.tar.gz -> LWP-ConsoleLogger-1.000002.tar.gz 
++++++
++++ 3065 lines of diff (skipped)

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-LWP-ConsoleLogger/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-LWP-ConsoleLogger)



++++++ _scmsync.obsinfo ++++++
mtime: 1778669199
commit: b51c20c09baf29cfc4294d0476bba92f3fe5947259ea340ab14502af42851d35
url: https://src.opensuse.org/perl/perl-LWP-ConsoleLogger
revision: b51c20c09baf29cfc4294d0476bba92f3fe5947259ea340ab14502af42851d35
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-13 12:46:39.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to