Hello community,
here is the log from the commit of package perl-DBIx-Class-IntrospectableM2M
for openSUSE:Factory checked in at 2017-10-17 01:51:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-IntrospectableM2M (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-IntrospectableM2M.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-IntrospectableM2M"
Tue Oct 17 01:51:32 2017 rev:7 rq:533550 version:0.001002
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-IntrospectableM2M/perl-DBIx-Class-IntrospectableM2M.changes
2015-06-12 20:30:56.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-IntrospectableM2M.new/perl-DBIx-Class-IntrospectableM2M.changes
2017-10-17 01:51:33.921112105 +0200
@@ -1,0 +2,5 @@
+Thu Oct 12 05:46:41 UTC 2017 - [email protected]
+
+- Fix build with perl 5.26
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-IntrospectableM2M.spec ++++++
--- /var/tmp/diff_new_pack.P35Zcj/_old 2017-10-17 01:51:34.541083062 +0200
+++ /var/tmp/diff_new_pack.P35Zcj/_new 2017-10-17 01:51:34.545082875 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-IntrospectableM2M
#
-# 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: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
-Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,12 +38,15 @@
Because the many-to-many relationships are not real relationships, they can
not be introspected with DBIx::Class. Many-to-many relationships are
actually just a collection of convenience methods installed to bridge two
-relationships. This the DBIx::Class manpage component can be used to store
-all relevant information about these non-relationships so they can later be
-introspected and examined.
+relationships. This DBIx::Class component can be used to store all relevant
+information about these non-relationships so they can later be introspected
+and examined.
%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.P35Zcj/_old 2017-10-17 01:51:34.577081376 +0200
+++ /var/tmp/diff_new_pack.P35Zcj/_new 2017-10-17 01:51:34.577081376 +0200
@@ -1,23 +1,4 @@
---
-#description_paragraphs: 3
-#no_testing: broken upstream
-#sources:
-# - source1
-# - source2
-#patches:
-# foo.patch: -p1
-# bar.patch:
-#preamble: |-
-# BuildRequires: gcc-c++
-#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
-#custom_test: |-
-#startserver && make test
-#ignore_requires: Bizarre::Module
+post_prep: |-
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse
inc::Module::Install;/' Makefile.PL
+