diff --git a/Data-Dump-Partial-0.05.tar.gz b/Data-Dump-Partial-0.05.tar.gz deleted file mode 100644 index a802696..0000000 --- a/Data-Dump-Partial-0.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e08a6fc16a79425ac0268ca92a43912a8b00d8584573e855cfd80a70bd51ad4 -size 16818 diff --git a/Data-Dump-Partial-0.070.tar.gz b/Data-Dump-Partial-0.070.tar.gz new file mode 100644 index 0000000..3bcc155 --- /dev/null +++ b/Data-Dump-Partial-0.070.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ffd3267289ffa6baabc62a59f6db6a2452a1fefd36c0ffd3de3e9e68b640f9 +size 20147 diff --git a/perl-Data-Dump-Partial.changes b/perl-Data-Dump-Partial.changes index 557f0d5..2018ba3 100644 --- a/perl-Data-Dump-Partial.changes +++ b/perl-Data-Dump-Partial.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 3 03:06:42 UTC 2024 - Tina Müller + +- updated to 0.070 + see /usr/share/doc/packages/perl-Data-Dump-Partial/Changes + ------------------------------------------------------------------- Thu Apr 16 20:20:06 UTC 2015 - coolo@suse.com diff --git a/perl-Data-Dump-Partial.spec b/perl-Data-Dump-Partial.spec index 3c44733..5369a93 100644 --- a/perl-Data-Dump-Partial.spec +++ b/perl-Data-Dump-Partial.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Dump-Partial # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,43 +12,44 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-Data-Dump-Partial -Version: 0.05 -Release: 0 %define cpan_name Data-Dump-Partial +Name: perl-Data-Dump-Partial +Version: 0.70.0 +Release: 0 +%define cpan_version 0.070 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Dump data structure compactly and potentially partially -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-Dump-Partial/ -Source0: http://www.cpan.org/authors/id/S/SH/SHARYANTO/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Data::Dump) >= 1.17 +BuildRequires: perl(Data::Dump::Filtered) BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(experimental) -Requires: perl(Data::Dump) >= 1.17 +Requires: perl(Data::Dump::Filtered) Requires: perl(experimental) +Provides: perl(Data::Dump::Partial) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description Dump data structure compactly and potentially partially %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -56,7 +57,7 @@ Dump data structure compactly and potentially partially %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog