Hello community,

here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory 
checked in at 2017-10-08 20:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DBIx-Class"

Sun Oct  8 20:15:39 2017 rev:13 rq:532554 version:0.082840

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes  
2016-06-25 02:24:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes     
2017-10-08 20:15:55.654131410 +0200
@@ -1,0 +2,5 @@
+Wed Oct  4 06:35:01 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-DBIx-Class.spec ++++++
--- /var/tmp/diff_new_pack.q0pnBW/_old  2017-10-08 20:15:56.438096921 +0200
+++ /var/tmp/diff_new_pack.q0pnBW/_new  2017-10-08 20:15:56.438096921 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class
 #
-# 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
@@ -24,7 +24,7 @@
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DBIx-Class/
-Source0:        
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -119,6 +119,9 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+# 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
@@ -134,6 +137,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUTHORS Changes examples LICENSE README
+%doc AUTHORS Changes examples README
+%license LICENSE
 
 %changelog

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.q0pnBW/_old  2017-10-08 20:15:56.494094457 +0200
+++ /var/tmp/diff_new_pack.q0pnBW/_new  2017-10-08 20:15:56.498094281 +0200
@@ -1,21 +1,7 @@
 ---
-#description_paragraphs: 3
-#no_testing: broken upstream
-#sources:
-#  - source1
-#  - source2
-#patches:
-#  foo.patch: -p1
-#  bar.patch:
 preamble: |-
  # workaround a spurious test failure in "skipped" t/cdbi/mk_group_accessors.t
  BuildRequires:  perl(Class::DBI)
-#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: SUSE-NonFree
-#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