From 933f03e4ed6eb4655f6520250c22547c3b56e29f5a8fc35aa61d74b01980f5eb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 25 Nov 2016 07:32:52 +0000 Subject: [PATCH] Accepting request 441751 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/441751 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=26 --- Class-Inspector-1.28.tar.gz | 3 --- Class-Inspector-1.30.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Class-Inspector.changes | 21 +++++++++++++++++++++ perl-Class-Inspector.spec | 19 +++++-------------- 5 files changed, 57 insertions(+), 17 deletions(-) delete mode 100644 Class-Inspector-1.28.tar.gz create mode 100644 Class-Inspector-1.30.tar.gz create mode 100644 cpanspec.yml diff --git a/Class-Inspector-1.28.tar.gz b/Class-Inspector-1.28.tar.gz deleted file mode 100644 index 8859c33..0000000 --- a/Class-Inspector-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112 -size 39816 diff --git a/Class-Inspector-1.30.tar.gz b/Class-Inspector-1.30.tar.gz new file mode 100644 index 0000000..8d7d2ac --- /dev/null +++ b/Class-Inspector-1.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f7619373fdbb9d3ccf2e456a4a0524bd02833dc5d1bd94a26fa5fbe44fb022 +size 28950 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#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 diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 38c548c..bd833da 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Nov 24 06:10:14 UTC 2016 - coolo@suse.com + +- updated to 1.30 + see /usr/share/doc/packages/perl-Class-Inspector/Changes + + 1.30 23 Nov 2016 + - Moving to prod release + + 1.29_02 23 Nov 2016 + - Update metadata to point to github repository. + Plus some other minor dist meta tweaks. + - Note: planning on doing a migration from Module::Install + to ExtUtils::MakeMaker shortly AFTER the next production + release. + + 1.29_01 22 Nov 2016 + - Fix Makefile.PL to work with Perls without '.' in @INC + - Fix for the installed method when used with a PAR archive (rt#42846) + - Minor documentation fixes (grammar, spelling: rt#74481, rt#85356) + ------------------------------------------------------------------- Mon Jun 3 15:32:25 UTC 2013 - coolo@suse.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 78e6d79..91d4b0d 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Inspector # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,28 +17,19 @@ Name: perl-Class-Inspector -Version: 1.28 +Version: 1.30 Release: 0 %define cpan_name Class-Inspector Summary: Get information about a class and its structure License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Class-Inspector/ -Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Class::Inspector) -#BuildRequires: perl(Class::Inspector::Functions) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(inc::Module::Install::DSL) >= 1.06 -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(YAML::Tiny) %{perl_requires} %description @@ -65,6 +56,6 @@ provide an easier, more friendly interface to this information. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE MYMETA.json README +%doc Changes %changelog