Hello community,
here is the log from the commit of package perl-DBIx-Class-DynamicDefault for
openSUSE:Factory checked in at 2017-10-18 10:51:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-DynamicDefault (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-DynamicDefault.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-DynamicDefault"
Wed Oct 18 10:51:17 2017 rev:2 rq:534171 version:0.04
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-DynamicDefault/perl-DBIx-Class-DynamicDefault.changes
2015-01-15 15:58:36.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-DynamicDefault.new/perl-DBIx-Class-DynamicDefault.changes
2017-10-18 10:51:20.330461483 +0200
@@ -1,0 +2,5 @@
+Mon Oct 16 09:32:53 UTC 2017 - [email protected]
+
+- fix build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-DynamicDefault.spec ++++++
--- /var/tmp/diff_new_pack.PYUoFn/_old 2017-10-18 10:51:21.038428269 +0200
+++ /var/tmp/diff_new_pack.PYUoFn/_new 2017-10-18 10:51:21.042428081 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-DynamicDefault
#
-# Copyright (c) 2015 SUSE LINUX Products 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/DBIx-Class-DynamicDefault/
-Source:
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -39,6 +40,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
@@ -54,6 +58,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes MYMETA.json MYMETA.yml
+%doc Changes
%changelog
++++++ cpanspec.yml ++++++
---
post_prep: |-
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse
inc::Module::Install;/' Makefile.PL