Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-DBD-ODBC for openSUSE:Factory checked in at 2024-02-21 17:58:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBD-ODBC (Old) and /work/SRC/openSUSE:Factory/.perl-DBD-ODBC.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBD-ODBC" Wed Feb 21 17:58:38 2024 rev:46 rq:1148474 version:1.61 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBD-ODBC/perl-DBD-ODBC.changes 2020-02-04 19:55:43.653404688 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBD-ODBC.new.1706/perl-DBD-ODBC.changes 2024-02-21 17:58:46.368415860 +0100 @@ -1,0 +2,6 @@ +Wed Feb 21 09:22:49 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBD-ODBC.spec ++++++ --- /var/tmp/diff_new_pack.18xrQR/_old 2024-02-21 17:58:46.868433941 +0100 +++ /var/tmp/diff_new_pack.18xrQR/_new 2024-02-21 17:58:46.872434085 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBD-ODBC # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,9 +44,8 @@ ODBC Driver for DBI %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 -%patch0 -p0 # MANUAL BEGIN for file in README.af README.unicode; do perl -p -i -e "s|\r\n|\n|" "$file"