From b6207d762e1e51ae5dcdfc463adba3b2f79797e8d2c7832456de981fc5f82438 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:17:58 +0000 Subject: [PATCH] Accepting request 1084364 from devel:languages:perl:autoupdate - updated to 1.66 see /usr/share/doc/packages/perl-Pod-Parser/CHANGES R22-Apr-2023 Marek Rouchal ---------- Version 1.66 + fix CPAN#145128 - Pod::Find does not work any more with 5.36 on Win32 + unixify line endings in this distribution OBS-URL: https://build.opensuse.org/request/show/1084364 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Parser?expand=0&rev=7 --- Pod-Parser-1.65.tar.gz | 3 --- Pod-Parser-1.66.tar.gz | 3 +++ perl-Pod-Parser.changes | 12 ++++++++++++ perl-Pod-Parser.spec | 7 ++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Pod-Parser-1.65.tar.gz create mode 100644 Pod-Parser-1.66.tar.gz diff --git a/Pod-Parser-1.65.tar.gz b/Pod-Parser-1.65.tar.gz deleted file mode 100644 index e43d79b..0000000 --- a/Pod-Parser-1.65.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ba7bdec659416a51fe2a7e59f0883e9c6a3b21bc9d001042c1d6a32d401b28a -size 84349 diff --git a/Pod-Parser-1.66.tar.gz b/Pod-Parser-1.66.tar.gz new file mode 100644 index 0000000..0ae990f --- /dev/null +++ b/Pod-Parser-1.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22928a7bffe61b452c05bbbb8f5216d4b9cf9fe2a849b776c25500d24d20df7c +size 84064 diff --git a/perl-Pod-Parser.changes b/perl-Pod-Parser.changes index c44f383..229cb10 100644 --- a/perl-Pod-Parser.changes +++ b/perl-Pod-Parser.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Apr 23 03:06:36 UTC 2023 - Tina Müller + +- updated to 1.66 + see /usr/share/doc/packages/perl-Pod-Parser/CHANGES + + R22-Apr-2023 Marek Rouchal + ----------------------------------------------------------------------------- + Version 1.66 + + fix CPAN#145128 - Pod::Find does not work any more with 5.36 on Win32 + + unixify line endings in this distribution + ------------------------------------------------------------------- Sun May 22 03:08:30 UTC 2022 - Tina Müller diff --git a/perl-Pod-Parser.spec b/perl-Pod-Parser.spec index 89da400..fe9e36a 100644 --- a/perl-Pod-Parser.spec +++ b/perl-Pod-Parser.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-Parser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Pod-Parser Name: perl-Pod-Parser -Version: 1.65 +Version: 1.66 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Modules for parsing/translating POD format documents @@ -46,7 +46,8 @@ to translate the POD into whatever output format they desire. %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor