Hello community,
here is the log from the commit of package perl-DBIx-Class-Schema-Config for
openSUSE:Factory checked in at 2017-10-18 10:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-Schema-Config"
Wed Oct 18 10:54:40 2017 rev:2 rq:534499 version:0.001011
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config/perl-DBIx-Class-Schema-Config.changes
2015-01-15 15:58:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new/perl-DBIx-Class-Schema-Config.changes
2017-10-18 10:54:44.044904352 +0200
@@ -1,0 +2,5 @@
+Sun Oct 15 14:10:35 UTC 2017 - [email protected]
+
+- fix build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-Schema-Config.spec ++++++
--- /var/tmp/diff_new_pack.E1UFIb/_old 2017-10-18 10:54:44.860866072 +0200
+++ /var/tmp/diff_new_pack.E1UFIb/_new 2017-10-18 10:54:44.864865884 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-Schema-Config
#
-# 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-Schema-Config/
-Source:
http://www.cpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -51,11 +52,14 @@
A simple tutorial that compliments this documentation and explains
converting an existing DBIx::Class Schema to use this software to manage
-credentials can be found at the
-http://www.symkat.com/credential-management-in-dbix-class manpage
+credentials can be found at
+http://www.symkat.com/credential-management-in-dbix-class
%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 ++++++
---
post_prep: |-
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse
inc::Module::Install;/' Makefile.PL