diff --git a/Data-Sah-Normalize-0.050.tar.gz b/Data-Sah-Normalize-0.050.tar.gz deleted file mode 100644 index d7ac609..0000000 --- a/Data-Sah-Normalize-0.050.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:893452f1267f8831bb61b10d91c9a5ec16cfe9a9e3e7a2c91f6db48f211954fa -size 16710 diff --git a/Data-Sah-Normalize-0.051.tar.gz b/Data-Sah-Normalize-0.051.tar.gz new file mode 100644 index 0000000..239faf8 --- /dev/null +++ b/Data-Sah-Normalize-0.051.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1d880bac8b887980d3311487bce6b67a15a78e74eb46d7a4c7d265c84e7758 +size 17631 diff --git a/perl-Data-Sah-Normalize.changes b/perl-Data-Sah-Normalize.changes index c18aa3d..b5190c2 100644 --- a/perl-Data-Sah-Normalize.changes +++ b/perl-Data-Sah-Normalize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 30 03:06:59 UTC 2021 - Tina Müller + +- updated to 0.051 + see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes + ------------------------------------------------------------------- Wed Sep 19 05:15:24 UTC 2018 - Stephan Kulow diff --git a/perl-Data-Sah-Normalize.spec b/perl-Data-Sah-Normalize.spec index fedb696..b783831 100644 --- a/perl-Data-Sah-Normalize.spec +++ b/perl-Data-Sah-Normalize.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Sah-Normalize # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Data-Sah-Normalize -Version: 0.050 -Release: 0 %define cpan_name Data-Sah-Normalize +Name: perl-Data-Sah-Normalize +Version: 0.051 +Release: 0 Summary: Normalize Sah schema 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/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Exception) @@ -39,14 +37,14 @@ This often-needed functionality is split from the main Data::Sah to keep it in a small and minimal-dependencies package. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{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 @@ -54,7 +52,6 @@ in a small and minimal-dependencies package. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE