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-01-27 18:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dancer2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Dancer2.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Dancer2"

Wed Jan 27 18:58:39 2021 rev:2 rq:867243 version:0.300005

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Dancer2/perl-Dancer2.changes        
2020-10-20 16:42:15.242882118 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dancer2.new.28504/perl-Dancer2.changes     
2021-01-27 18:59:21.120537102 +0100
@@ -1,0 +2,37 @@
+Wed Jan 27 11:12:37 UTC 2021 - Tina M??ller <tina.muel...@suse.com>
+
+- Explicitly specify perl(Role::Tiny) >= 2.000008
+
+-------------------------------------------------------------------
+Wed Jan 27 03:07:09 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.300005
+   see /usr/share/doc/packages/perl-Dancer2/Changes
+
+  0.300005  2021-01-26 15:57:41-05:00 America/New_York
+      [ BUG FIXES ]
+      * GH #1546: Add MIME type for all files served from public (Russell
+        @veryrusty Jenkins)
+      * GH #1555: Remove all leftovers of warnings config setting (Sergiy
+        Borodych)
+      * GH #1557: Remove HTTP::XSCookies workaround (Alexander Pankoff)
+      * GH #1564: Add script_name to redirects beginning with / (Nigel 
Gregoire)
+      * GH #1567: Fix CSS so errors do not display ourside of <pre> HTML
+        element (Elliot Holden)
+      * GH #1568: Serializer::Mutable doesn't auto-load other serializers
+        (Russell @veryrusty Jenkins)
+      * GH #1579: Fix missing push_header method in Response::Delayed
+        (Paul Clements)
+      [ ENHANCEMENTS ]
+      * GH #1552: Update jQuery (Sergiy Borodych)
+      * GH #1558: Test to make sure uploads aren't discarded after the
+        forward keyword is used (Alexander Pankoff)
+      * GH #1571: Add GitHub Actions support (Gabor Szabo)
+      * GH #1572: Install Dancer2::Session::Cookie in order to run the test
+        t/issues/gh-811.t (racke)
+      [ DOCUMENTATION ]
+      * GH #1490: Document Dancer2::Core::App->template() (Steve Dondley)
+      * GH #1551: Fix pod for cookie same site attribute (Sergiy Borodych)
+      * GH #1562: Fix links, missing code in Tutorial (cloveistaken)
+
+-------------------------------------------------------------------

Old:
----
  Dancer2-0.300004.tar.gz

New:
----
  Dancer2-0.300005.tar.gz

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

Other differences:
------------------
++++++ perl-Dancer2.spec ++++++
--- /var/tmp/diff_new_pack.bwbWjM/_old  2021-01-27 18:59:21.740538061 +0100
+++ /var/tmp/diff_new_pack.bwbWjM/_new  2021-01-27 18:59:21.744538067 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Dancer2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Dancer2
 Name:           perl-Dancer2
-Version:        0.300004
+Version:        0.300005
 Release:        0
-%define cpan_name Dancer2
 Summary:        Lightweight yet powerful web application framework
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/C/CR/CROMEDOME/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(App::Cmd::Setup)
@@ -58,7 +56,8 @@
 BuildRequires:  perl(Plack::Middleware::FixMissingBodyInRedirect)
 BuildRequires:  perl(Plack::Middleware::RemoveRedundantBody)
 BuildRequires:  perl(Ref::Util)
-BuildRequires:  perl(Role::Tiny) >= 2.000000
+BuildRequires:  perl(parent)
+#BuildRequires:  perl(Role::Tiny) >= >= 2.000000, != 2.000007
 BuildRequires:  perl(Safe::Isa)
 BuildRequires:  perl(Sub::Quote)
 BuildRequires:  perl(Template)
@@ -71,7 +70,6 @@
 BuildRequires:  perl(Types::Standard)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(YAML) >= 0.86
-BuildRequires:  perl(parent)
 Requires:       perl(App::Cmd::Setup)
 Requires:       perl(Clone)
 Requires:       perl(Config::Any)
@@ -94,7 +92,8 @@
 Requires:       perl(Plack::Middleware::FixMissingBodyInRedirect)
 Requires:       perl(Plack::Middleware::RemoveRedundantBody)
 Requires:       perl(Ref::Util)
-Requires:       perl(Role::Tiny) >= 2.000000
+Requires:       perl(parent)
+#Requires:       perl(Role::Tiny) >= >= 2.000000, != 2.000007
 Requires:       perl(Safe::Isa)
 Requires:       perl(Sub::Quote)
 Requires:       perl(Template)
@@ -104,12 +103,11 @@
 Requires:       perl(Types::Standard)
 Requires:       perl(URI::Escape)
 Requires:       perl(YAML) >= 0.86
-Requires:       perl(parent)
 Recommends:     perl(CGI::Deurl::XS)
 Recommends:     perl(Class::XSAccessor)
 Recommends:     perl(Cpanel::JSON::XS)
 Recommends:     perl(Crypt::URandom)
-Recommends:     perl(HTTP::XSCookies) >= 0.000007
+Recommends:     perl(HTTP::XSCookies) >= 0.000015
 Recommends:     perl(HTTP::XSHeaders)
 Recommends:     perl(Math::Random::ISAAC::XS)
 Recommends:     perl(MooX::TypeTiny)
@@ -121,7 +119,9 @@
 Recommends:     perl(YAML::XS)
 %{perl_requires}
 # MANUAL BEGIN
+BuildRequires:  perl(Role::Tiny) >= 2.000008
 BuildRequires:  perl(Test::Deep)
+Requires:       perl(Role::Tiny) >= 2.000008
 # MANUAL END
 
 %description
@@ -142,12 +142,12 @@
 creating a new Dancer2 application.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -158,7 +158,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc AUTHORS Changes examples GitGuide.md
 %license LICENSE
 

++++++ Dancer2-0.300004.tar.gz -> Dancer2-0.300005.tar.gz ++++++
++++ 3388 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.bwbWjM/_old  2021-01-27 18:59:21.944538377 +0100
+++ /var/tmp/diff_new_pack.bwbWjM/_new  2021-01-27 18:59:21.948538383 +0100
@@ -9,6 +9,8 @@
 #  bar.patch:
 preamble: |-
  BuildRequires: perl(Test::Deep)
+ BuildRequires: perl(Role::Tiny) >= 2.000008
+ Requires:      perl(Role::Tiny) >= 2.000008
 #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 
@@ -18,3 +20,4 @@
 #skip_noarch: 1
 #custom_build: -
 #./Build build flags=%{?_smp_mflags} --myflag
+ignore_requires: Role::Tiny

Reply via email to