Hello community,

here is the log from the commit of package perl-Module-Signature for 
openSUSE:Factory checked in at 2017-10-03 23:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Signature (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Signature.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Signature"

Tue Oct  3 23:18:42 2017 rev:19 rq:530693 version:0.81

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Module-Signature/perl-Module-Signature.changes  
    2016-09-13 22:25:45.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Signature.new/perl-Module-Signature.changes
 2017-10-03 23:18:45.869925858 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 07:30:32 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Module-Signature.spec ++++++
--- /var/tmp/diff_new_pack.sPYgZG/_old  2017-10-03 23:18:46.829790773 +0200
+++ /var/tmp/diff_new_pack.sPYgZG/_new  2017-10-03 23:18:46.833790209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Signature
 #
-# Copyright (c) 2016 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
@@ -25,7 +25,7 @@
 License:        CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Module-Signature/
-Source0:        
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +59,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.sPYgZG/_old  2017-10-03 23:18:46.873784581 +0200
+++ /var/tmp/diff_new_pack.sPYgZG/_new  2017-10-03 23:18:46.873784581 +0200
@@ -1,21 +1,8 @@
 ---
-#description_paragraphs: 3
-#no_testing: broken upstream
-#sources:
-#  - source1
-#  - source2
-#patches:
-#  foo.patch: -p1
-#  bar.patch:
 preamble: |-
  BuildRequires:  gpg
  Requires:       gpg
-#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 
-#post_install: |-
-# sed on %{name}.files
 license: CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
-#skip_noarch: 1
-#custom_build: -
-#./Build build flags=%{?_smp_mflags} --myflag
+post_prep:
+ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+


Reply via email to