Hello community,

here is the log from the commit of package perl-Plack-Middleware-Session for 
openSUSE:Factory checked in at 2017-10-18 16:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Plack-Middleware-Session (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Plack-Middleware-Session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Plack-Middleware-Session"

Wed Oct 18 16:16:36 2017 rev:2 rq:534620 version:0.30

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Plack-Middleware-Session/perl-Plack-Middleware-Session.changes
      2016-02-17 12:20:27.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Plack-Middleware-Session.new/perl-Plack-Middleware-Session.changes
 2017-10-18 16:16:37.360350641 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 04:42:38 UTC 2017 - [email protected]
+
+- make sure . is in @INC while testing
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Plack-Middleware-Session.spec ++++++
--- /var/tmp/diff_new_pack.XP395g/_old  2017-10-18 16:16:38.200311339 +0200
+++ /var/tmp/diff_new_pack.XP395g/_new  2017-10-18 16:16:38.204311153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Plack-Middleware-Session
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,8 @@
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Plack-Middleware-Session/
-Source:         
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -60,13 +61,15 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check
+# put . back into @INC for tests
+export PERL5LIB=$PWD
 ./Build test
 
 %install
@@ -75,6 +78,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 
 %changelog

++++++ cpanspec.yml ++++++
---
custom_test: |-
  # put . back into @INC for tests
  export PERL5LIB=$PWD
  ./Build test

Reply via email to