diff --git a/DBI-1.642.tar.gz b/DBI-1.642.tar.gz deleted file mode 100644 index 50812fc..0000000 --- a/DBI-1.642.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d -size 604581 diff --git a/DBI-1.643.tar.gz b/DBI-1.643.tar.gz new file mode 100644 index 0000000..8fdb76c --- /dev/null +++ b/DBI-1.643.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa +size 612372 diff --git a/perl-DBI.changes b/perl-DBI.changes index 63399dd..8628963 100644 --- a/perl-DBI.changes +++ b/perl-DBI.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 1 03:11:35 UTC 2020 - + +- updated to 1.643 + see /usr/share/doc/packages/perl-DBI/Changes + ------------------------------------------------------------------- Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez diff --git a/perl-DBI.spec b/perl-DBI.spec index 95605dd..a45be36 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DBI # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -17,7 +17,7 @@ Name: perl-DBI -Version: 1.642 +Version: 1.643 Release: 0 %define cpan_name DBI Summary: Database independent interface for Perl @@ -27,6 +27,7 @@ Url: https://metacpan.org/release/%{cpan_name} 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 @@ -51,7 +52,7 @@ and perlboot. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"