Accepting request 1084423 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1084423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Pod-Parser?expand=0&rev=3
This commit is contained in:
commit
04ee5f4c39
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ba7bdec659416a51fe2a7e59f0883e9c6a3b21bc9d001042c1d6a32d401b28a
|
||||
size 84349
|
BIN
Pod-Parser-1.66.tar.gz
(Stored with Git LFS)
Normal file
BIN
Pod-Parser-1.66.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 03:06:36 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.66
|
||||
see /usr/share/doc/packages/perl-Pod-Parser/CHANGES
|
||||
|
||||
R22-Apr-2023 Marek Rouchal <marekr@cpan.org>
|
||||
-----------------------------------------------------------------------------
|
||||
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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user