Accepting request 873330 from devel:languages:perl:autoupdate
- updated to 7.60 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.60 Wed 17 Feb 10:45:47 GMT 2021 No changes since v7.59_01 7.59_01 Tue 2 Feb 09:47:29 GMT 2021 Bug fixes: - Don't allow hyphens in parsed versions Test fixes: - Use correct hint file name in hints.t OBS-URL: https://build.opensuse.org/request/show/873330 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=60
This commit is contained in:
parent
391218e4a4
commit
cf241a77b0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa73736cd926536c0f393f441d1b8742453573ad6efa2d855471e772f84c1eee
|
|
||||||
size 479836
|
|
3
ExtUtils-MakeMaker-7.60.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.60.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a073e72e70ce9b0b043dfd8218e79a82dc8ac2b3958fc9670e927d97820fea39
|
||||||
|
size 479947
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 03:06:25 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 7.60
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||||
|
|
||||||
|
7.60 Wed 17 Feb 10:45:47 GMT 2021
|
||||||
|
No changes since v7.59_01
|
||||||
|
7.59_01 Tue 2 Feb 09:47:29 GMT 2021
|
||||||
|
Bug fixes:
|
||||||
|
- Don't allow hyphens in parsed versions
|
||||||
|
Test fixes:
|
||||||
|
- Use correct hint file name in hints.t
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 22 03:09:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Dec 22 03:09:05 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-MakeMaker
|
# spec file for package perl-ExtUtils-MakeMaker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -16,19 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
|
||||||
Version: 7.58
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
|
Name: perl-ExtUtils-MakeMaker
|
||||||
|
Version: 7.60
|
||||||
|
Release: 0
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: Do_not_set_RPATH_by_default.patch
|
Patch0: Do_not_set_RPATH_by_default.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@ -65,9 +63,8 @@ Perl to handle Unicode filenames, which is not yet the case on Windows.
|
|||||||
See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
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/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export BUILDING_AS_PACKAGE=1
|
export BUILDING_AS_PACKAGE=1
|
||||||
@ -86,7 +83,6 @@ rm $RPM_BUILD_ROOT/usr/share/man/man1/instmodsh.1
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes CONTRIBUTING README README.packaging
|
%doc Changes CONTRIBUTING README README.packaging
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user