Accepting request 303901 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/303901 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-TreeDumper?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
a74efae12e
commit
60524fdf37
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09a3db05b6a035e1b5a5b733c9434fbae52e3973c71c7a0b703f7362c8d75d1e
|
|
||||||
size 27775
|
|
3
Data-TreeDumper-0.40.tar.gz
Normal file
3
Data-TreeDumper-0.40.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e618577a79601785b375b121c0c31a97803bf6f257b5777dbe24fc7dec73c20
|
||||||
|
size 27843
|
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,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 25 07:06:41 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.40
|
||||||
|
see /usr/share/doc/packages/perl-Data-TreeDumper/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 22 06:51:51 UTC 2011 - coolo@opensuse.org
|
Fri Apr 22 06:51:51 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Data-TreeDumper
|
Name: perl-Data-TreeDumper
|
||||||
Version: 0.37
|
Version: 0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Data-TreeDumper
|
%define cpan_name Data-TreeDumper
|
||||||
Summary: Improved replacement for Data::Dumper. Powerful filtering capability.
|
Summary: Improved replacement for Data::Dumper. Powerful filtering capability
|
||||||
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
License: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Data-TreeDumper/
|
Url: http://search.cpan.org/dist/Data-TreeDumper/
|
||||||
Source: http://www.cpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/N/NK/NKH/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -32,16 +33,13 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Check::ISA)
|
BuildRequires: perl(Check::ISA)
|
||||||
BuildRequires: perl(Class::ISA)
|
BuildRequires: perl(Class::ISA)
|
||||||
BuildRequires: perl(Devel::Size) >= 0.58
|
BuildRequires: perl(Devel::Size) >= 0.58
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(Sort::Naturally)
|
BuildRequires: perl(Sort::Naturally)
|
||||||
BuildRequires: perl(Term::Size) >= 0.2
|
BuildRequires: perl(Term::Size) >= 0.2
|
||||||
BuildRequires: perl(Text::Wrap) >= 2001.0929
|
|
||||||
Requires: perl(Check::ISA)
|
Requires: perl(Check::ISA)
|
||||||
Requires: perl(Class::ISA)
|
Requires: perl(Class::ISA)
|
||||||
Requires: perl(Devel::Size) >= 0.58
|
Requires: perl(Devel::Size) >= 0.58
|
||||||
Requires: perl(Sort::Naturally)
|
Requires: perl(Sort::Naturally)
|
||||||
Requires: perl(Term::Size) >= 0.2
|
Requires: perl(Term::Size) >= 0.2
|
||||||
Requires: perl(Text::Wrap) >= 2001.0929
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -69,9 +67,6 @@ a format more easily understood.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README s Todo
|
%doc Changes README s Todo
|
||||||
|
Reference in New Issue
Block a user