Accepting request 328912 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/328912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Unixish?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
020ece58f7
commit
c0b5d2cf15
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c393d04f7466f504c2c92c173f17e5e99fd338cdab7db99c237ac76b8668addb
|
||||
size 46737
|
3
Data-Unixish-1.50.tar.gz
Normal file
3
Data-Unixish-1.50.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f096236ed59966a9049b6ed752c5449cd37ef5e2ab222d94b6e20c21b26b1c95
|
||||
size 44915
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 09:15:50 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.50
|
||||
see /usr/share/doc/packages/perl-Data-Unixish/Changes
|
||||
|
||||
1.50 2015-09-03 (PERLANCAR)
|
||||
|
||||
- No functional changes.
|
||||
|
||||
- [dist] Move spec prereqs from RuntimeRequires to
|
||||
DevelopRecommends to reduce deps but still allow indicating spec
|
||||
requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 11:52:09 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Data-Unixish
|
||||
Version: 1.49
|
||||
Version: 1.50
|
||||
Release: 0
|
||||
%define cpan_name Data-Unixish
|
||||
Summary: Implementation for Unixish, a data transformation framework
|
||||
@@ -25,6 +25,7 @@ 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
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -32,12 +33,10 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Which)
|
||||
BuildRequires: perl(IPC::Cmd) >= 0.52
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(Log::Any)
|
||||
BuildRequires: perl(Log::Any::IfLOG)
|
||||
BuildRequires: perl(Number::Format)
|
||||
BuildRequires: perl(Number::Format::Metric)
|
||||
BuildRequires: perl(Package::MoreUtil)
|
||||
BuildRequires: perl(Perl::osnames) >= 0.09
|
||||
BuildRequires: perl(Rinci) >= 1.1.67
|
||||
BuildRequires: perl(String::Pad)
|
||||
BuildRequires: perl(String::ShellQuote)
|
||||
BuildRequires: perl(Syntax::Feature::EachOnArray)
|
||||
@@ -46,21 +45,18 @@ BuildRequires: perl(Text::ANSI::Util) >= 0.06
|
||||
BuildRequires: perl(Text::WideChar::Util) >= 0.03
|
||||
BuildRequires: perl(Text::sprintfn)
|
||||
BuildRequires: perl(Tie::Simple)
|
||||
BuildRequires: perl(Unixish) >= 1.0.1
|
||||
BuildRequires: perl(experimental)
|
||||
Requires: perl(IPC::Cmd) >= 0.52
|
||||
Requires: perl(Log::Any)
|
||||
Requires: perl(Log::Any::IfLOG)
|
||||
Requires: perl(Number::Format)
|
||||
Requires: perl(Number::Format::Metric)
|
||||
Requires: perl(Package::MoreUtil)
|
||||
Requires: perl(Rinci) >= 1.1.67
|
||||
Requires: perl(String::Pad)
|
||||
Requires: perl(Syntax::Feature::EachOnArray)
|
||||
Requires: perl(Text::ANSI::Util) >= 0.06
|
||||
Requires: perl(Text::WideChar::Util) >= 0.03
|
||||
Requires: perl(Text::sprintfn)
|
||||
Requires: perl(Tie::Simple)
|
||||
Requires: perl(Unixish) >= 1.0.1
|
||||
Requires: perl(experimental)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -85,6 +81,6 @@ framework inspired by Unix toolbox philosophy.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README TODO.md
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user