Hello community, here is the log from the commit of package perl-DBI for openSUSE:Factory checked in at 2019-09-30 15:49:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBI (Old) and /work/SRC/openSUSE:Factory/.perl-DBI.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBI" Mon Sep 30 15:49:37 2019 rev:48 rq:732740 version:1.642 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes 2018-11-13 16:26:04.182625213 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBI.new.2352/perl-DBI.changes 2019-09-30 15:49:48.762747323 +0200 @@ -1,0 +2,5 @@ +Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez <[email protected]> + +- Fix invalid utf-8 encoding in Changelogtext + +------------------------------------------------------------------- @@ -196 +201 @@ - [Dagfinn Ilmari Manns�ker] + [Dagfinn Ilmari] @@ -232 +237 @@ - Fixed use of \Q vs in t/70callbacks.t + Fixed use of \Q vs \E in t/70callbacks.t ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBI.spec ++++++ --- /var/tmp/diff_new_pack.OpJMsW/_old 2019-09-30 15:49:52.734736752 +0200 +++ /var/tmp/diff_new_pack.OpJMsW/_new 2019-09-30 15:49:52.738736741 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-DBI # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -27,7 +27,6 @@ Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz Source1: perl-DBI.rpmlintrc Source2: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Simple) >= 0.90 @@ -56,10 +55,10 @@ %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install
