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
This commit is contained in:
parent
b22a9f808a
commit
933f03e4ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112
|
||||
size 39816
|
3
Class-Inspector-1.30.tar.gz
Normal file
3
Class-Inspector-1.30.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48f7619373fdbb9d3ccf2e456a4a0524bd02833dc5d1bd94a26fa5fbe44fb022
|
||||
size 28950
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user