Hello community,

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

Package is "perl-Config-MySQL"

Tue Oct  3 23:19:11 2017 rev:2 rq:530761 version:0.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-MySQL/perl-Config-MySQL.changes      
2014-12-03 22:48:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-MySQL.new/perl-Config-MySQL.changes 
2017-10-03 23:19:12.742144054 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:13:12 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Config-MySQL.spec ++++++
--- /var/tmp/diff_new_pack.QPTwkP/_old  2017-10-03 23:19:13.286067507 +0200
+++ /var/tmp/diff_new_pack.QPTwkP/_new  2017-10-03 23:19:13.290066943 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-MySQL
 #
-# Copyright (c) 2014 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/Config-MySQL/
-Source:         
http://www.cpan.org/authors/id/I/IA/IARNELL/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/I/IA/IARNELL/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -36,13 +37,16 @@
 %{perl_requires}
 
 %description
-This module extends the Config::INI manpage to support reading and writing
-MySQL-style configuration files. Although deceptively similar to standard
-'.INI' files, they can include bare boolean options with no value
-assignment and additional features like '!include' and '!includedir'.
+This module extends Config::INI to support reading and writing MySQL-style
+configuration files. Although deceptively similar to standard '.INI' files,
+they can include bare boolean options with no value assignment and
+additional features like '!include' and '!includedir'.
 
 %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

Reply via email to