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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdd5d2a239809f821d1ca23ae5208249f07713e27472d10a3775252893f2161b
size 46534

3
Data-Unixish-1.56.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 11 05:22:22 UTC 2017 - coolo@suse.com
- updated to 1.56
see /usr/share/doc/packages/perl-Data-Unixish/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 13 06:56:33 UTC 2016 - coolo@suse.com Mon Jun 13 06:56:33 UTC 2016 - coolo@suse.com

View File

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