Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Dancer2 for openSUSE:Factory 
checked in at 2021-08-26 23:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dancer2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Dancer2.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Dancer2"

Thu Aug 26 23:15:03 2021 rev:4 rq:914269 version:0.301004

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Dancer2/perl-Dancer2.changes        
2021-03-24 16:13:17.655960524 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Dancer2.new.1899/perl-Dancer2.changes      
2021-08-26 23:16:09.904206156 +0200
@@ -1,0 +2,41 @@
+Mon Jun  7 03:06:48 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.301004
+   see /usr/share/doc/packages/perl-Dancer2/Changes
+
+  0.301004  2021-06-06 13:30:28-04:00 America/New_York
+      [ BUG FIXES ]
+      * GH #1624: Fix missing gen subcommand in tutorial (racke)
+      * PR #1626: Add File::Which to Dancer2 dependencies (Jason A. Crome)
+      [ ENHANCEMENTS ]
+      * None
+      [ DOCUMENTATION ]
+      * None
+  0.301003  2021-06-03 09:24:33-04:00 America/New_York
+      [ BUG FIXES ]
+      * GH #1611: Redirect '/' doesn't always work as expected (Russell
+        @veryrusty Jenkins, Christopher Gurnee)
+      * PR #1620: Quiet spammy failing CI builds (Jason A. Crome)
+      * PR #1623: Copy Dockerfile from the right spot (Jason A. Crome)
+      [ ENHANCEMENTS ]
+      * PR #1613: Add git features to Dancer2 CLI (Jason A. Crome)
+      * PR #1614: Generate Dockerfile when creating new app (Jason A. Crome)
+      [ DOCUMENTATION ]
+      * PR #1563: Fix typos in perlcritic.rc notes (Achyut Kumar Panda)
+      * PR #1609: Document and test for missing DSL keywords (racke, Jason A.
+        Crome)
+      * PR #1618: Provide a consistent list of community resources (Jason A.
+        Crome)
+      * PR #1619: Clarify Dancer2::Template::Simple's role in life (Jason A.
+        Crome)
+  0.301002  2021-04-18 15:29:32-04:00 America/New_York
+      [ BUG FIXES ]
+      * None
+      [ ENHANCEMENTS ]
+      * GH #1593: Log files used to build config (Nick Tonkin)
+      * PR #1608: Migrate CLI to CLI::Osprey (Jason A. Crome)
+      # PR #1610: Replace File::Find with Path::Tiny in CLI (Jason A. Crome)
+      [ DOCUMENTATION ]
+      * PR #1597: Update Core/Hook.pm Pod (Paul Clements)
+
+-------------------------------------------------------------------

Old:
----
  Dancer2-0.301001.tar.gz

New:
----
  Dancer2-0.301004.tar.gz

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

Other differences:
------------------
++++++ perl-Dancer2.spec ++++++
--- /var/tmp/diff_new_pack.Z2QCa2/_old  2021-08-26 23:16:10.332205795 +0200
+++ /var/tmp/diff_new_pack.Z2QCa2/_new  2021-08-26 23:16:10.336205792 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Dancer2
 Name:           perl-Dancer2
-Version:        0.301001
+Version:        0.301004
 Release:        0
 Summary:        Lightweight yet powerful web application framework
 License:        Artistic-1.0 OR GPL-1.0-or-later
@@ -28,6 +28,7 @@
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CLI::Osprey)
 BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120620
 BuildRequires:  perl(Capture::Tiny) >= 0.12
 BuildRequires:  perl(Clone)
@@ -36,6 +37,7 @@
 BuildRequires:  perl(Exporter::Tiny)
 BuildRequires:  perl(File::Share)
 BuildRequires:  perl(File::ShareDir::Install) >= 0.06
+BuildRequires:  perl(File::Which)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Headers)
@@ -51,9 +53,11 @@
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moo) >= 2.000000
 BuildRequires:  perl(Moo::Role)
+BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Plack) >= 1.0040
 BuildRequires:  perl(Plack::Middleware::FixMissingBodyInRedirect)
 BuildRequires:  perl(Plack::Middleware::RemoveRedundantBody)
+BuildRequires:  perl(Pod::Simple::SimpleTree)
 BuildRequires:  perl(Ref::Util)
 BuildRequires:  perl(parent)
 #BuildRequires:  perl(Role::Tiny) >= 2.000000
@@ -68,11 +72,13 @@
 BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(YAML) >= 0.86
+Requires:       perl(CLI::Osprey)
 Requires:       perl(Clone)
 Requires:       perl(Config::Any)
 Requires:       perl(Digest::SHA)
 Requires:       perl(Exporter::Tiny)
 Requires:       perl(File::Share)
+Requires:       perl(File::Which)
 Requires:       perl(HTTP::Date)
 Requires:       perl(HTTP::Headers::Fast) >= 0.21
 Requires:       perl(HTTP::Tiny)
@@ -85,6 +91,7 @@
 Requires:       perl(Module::Runtime)
 Requires:       perl(Moo) >= 2.000000
 Requires:       perl(Moo::Role)
+Requires:       perl(Path::Tiny)
 Requires:       perl(Plack) >= 1.0040
 Requires:       perl(Plack::Middleware::FixMissingBodyInRedirect)
 Requires:       perl(Plack::Middleware::RemoveRedundantBody)

++++++ Dancer2-0.301001.tar.gz -> Dancer2-0.301004.tar.gz ++++++
++++ 5976 lines of diff (skipped)

Reply via email to