Accepting request 509322 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/509322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2017-07-11 09:48:25 +00:00
committed by Git OBS Bridge
parent ebcab15d01
commit 00b48319ec
4 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Unixish
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -17,14 +17,14 @@
Name: perl-Data-Unixish
Version: 1.55
Version: 1.56
Release: 0
%define cpan_name Data-Unixish
Summary: Implementation for Unixish, a data transformation framework
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Unixish/
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
@@ -33,7 +33,6 @@ BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::Cmd) >= 0.52
BuildRequires: perl(JSON::MaybeXS)
BuildRequires: perl(Log::Any::IfLOG) >= 0.07
BuildRequires: perl(Module::Load)
BuildRequires: perl(Number::Format)
BuildRequires: perl(Number::Format::Metric)
@@ -52,7 +51,6 @@ BuildRequires: perl(experimental)
Requires: perl(File::Which)
Requires: perl(IPC::Cmd) >= 0.52
Requires: perl(JSON::MaybeXS)
Requires: perl(Log::Any::IfLOG) >= 0.07
Requires: perl(Module::Load)
Requires: perl(Number::Format)
Requires: perl(Number::Format::Metric)
@@ -91,6 +89,7 @@ inspired by Unix toolbox philosophy.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog