Accepting request 1153663 from devel:languages:perl:autoupdate
- updated to 0.010 see /usr/share/doc/packages/perl-Module-Load-Util/Changes 0.010 2024-01-24 Released-By: PERLANCAR; Urgency: medium - Add functions: call_module_{function,method}_with_optional_args. OBS-URL: https://build.opensuse.org/request/show/1153663 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Util?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb4db02dc8d0590ff096ab6b98074da10d1390ccf6ef3e5be8eecee3d6bbe4ae
|
|
||||||
size 19708
|
|
3
Module-Load-Util-0.010.tar.gz
Normal file
3
Module-Load-Util-0.010.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e994046e70205de2e68dc29b9e58d990f9884ce6cbfe8f9cc892b4853b7b70c
|
||||||
|
size 20808
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 03:08:44 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.010
|
||||||
|
see /usr/share/doc/packages/perl-Module-Load-Util/Changes
|
||||||
|
|
||||||
|
0.010 2024-01-24 Released-By: PERLANCAR; Urgency: medium
|
||||||
|
|
||||||
|
- Add functions: call_module_{function,method}_with_optional_args.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 7 03:08:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Fri Jul 7 03:08:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Load-Util
|
# spec file for package perl-Module-Load-Util
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Module-Load-Util
|
%define cpan_name Module-Load-Util
|
||||||
Name: perl-Module-Load-Util
|
Name: perl-Module-Load-Util
|
||||||
Version: 0.009
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 0.010
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Some utility routines related to module loading
|
Summary: Some utility routines related to module loading
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -32,6 +33,8 @@ BuildRequires: perl(Regexp::Pattern::Perl::Module) >= 0.005
|
|||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
BuildRequires: perl(Test::More) >= 0.98
|
||||||
Requires: perl(Regexp::Pattern::Perl::Module) >= 0.005
|
Requires: perl(Regexp::Pattern::Perl::Module) >= 0.005
|
||||||
|
Provides: perl(Module::Load::Util) = %{version}
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -47,7 +50,7 @@ the applications that use this module.
|
|||||||
Please see the functions' documentation for more details.
|
Please see the functions' documentation for more details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user