Accepting request 636545 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/636545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Sah-Normalize?expand=0&rev=4
This commit is contained in:
2018-09-19 12:09:37 +00:00
committed by Git OBS Bridge
parent da0d8d202c
commit 4e18c9bb15
4 changed files with 18 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 19 05:15:24 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.050
see /usr/share/doc/packages/perl-Data-Sah-Normalize/Changes
-------------------------------------------------------------------
Thu Sep 10 09:34:59 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Sah-Normalize
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# 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-Sah-Normalize
Version: 0.04
Version: 0.050
Release: 0
%define cpan_name Data-Sah-Normalize
Summary: Normalize Sah schema
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Sah-Normalize/
Source0: http://www.cpan.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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,12 +35,11 @@ BuildRequires: perl(Test::More) >= 0.98
%{perl_requires}
%description
This often-needed functionality is split from the main the Data::Sah
manpage to keep it in a small and minimal-dependencies package.
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}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,6 +55,7 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog