Accepting request 909782 from devel:languages:perl:autoupdate

- updated to 0.051
   see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes

OBS-URL: https://build.opensuse.org/request/show/909782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Sah-Normalize?expand=0&rev=6
This commit is contained in:
2021-08-03 08:47:01 +00:00
committed by Git OBS Bridge
parent 082057ab3d
commit 687c7e2abe
4 changed files with 18 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:893452f1267f8831bb61b10d91c9a5ec16cfe9a9e3e7a2c91f6db48f211954fa
size 16710

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e1d880bac8b887980d3311487bce6b67a15a78e74eb46d7a4c7d265c84e7758
size 17631

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 30 03:06:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.051
see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 19 05:15:24 UTC 2018 - Stephan Kulow <coolo@suse.com> Wed Sep 19 05:15:24 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Sah-Normalize # 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 # 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,18 +16,16 @@
# #
Name: perl-Data-Sah-Normalize
Version: 0.050
Release: 0
%define cpan_name Data-Sah-Normalize %define cpan_name Data-Sah-Normalize
Name: perl-Data-Sah-Normalize
Version: 0.051
Release: 0
Summary: Normalize Sah schema Summary: Normalize Sah schema
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/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::Exception) 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. in a small and minimal-dependencies package.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -54,7 +52,6 @@ in a small and minimal-dependencies package.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE %license LICENSE