Hello community,

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

Package is "perl-Text-Markdown"

Tue Oct  3 23:18:34 2017 rev:11 rq:530650 version:1.000031

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes    
2015-05-27 12:48:58.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
    2017-10-03 23:18:35.639365636 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 03:28:55 UTC 2017 - co...@suse.com
+
+- patch Makefile.PL to build with perl 5.26
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Text-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.ymo6VI/_old  2017-10-03 23:18:36.379261508 +0200
+++ /var/tmp/diff_new_pack.ymo6VI/_new  2017-10-03 23:18:36.391259819 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Markdown
 #
-# 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,7 @@
 License:        BSD-3-Clause
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Text-Markdown/
-Source0:        
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +58,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
@@ -82,6 +85,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes License.text README Readme.text Todo
+%doc Changes README Readme.text Todo
+%license License.text
 
 %changelog

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.ymo6VI/_old  2017-10-03 23:18:36.555236742 +0200
+++ /var/tmp/diff_new_pack.ymo6VI/_new  2017-10-03 23:18:36.567235054 +0200
@@ -16,9 +16,8 @@
  if [ $1 -eq 0 ] ; then
         update-alternatives --remove markdown %{_bindir}/Markdown.pl
  fi
-#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_prep: |-
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
 post_install: |-
  # update-alternatives
  mkdir -p %{buildroot}%{_sysconfdir}/alternatives


Reply via email to