Compare commits

...

10 Commits

Author SHA256 Message Date
fe12446970 Accepting request 1160778 from devel:languages:perl:autoupdate
- updated to 4.020
   see /usr/share/doc/packages/perl-Pod-Weaver/Changes
  4.020     2024-03-21 13:58:33-04:00 America/New_York
          - do not allow Moose::Util::TypeConstraints to turn warnings back on
            after they were turned off by experimental.pm! (thanks, Karen
            Etheridge)

OBS-URL: https://build.opensuse.org/request/show/1160778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=11
2024-04-06 12:56:44 +00:00
3922b82c95 Accepting request 1061373 from devel:languages:perl:autoupdate
- updated to 4.019
   see /usr/share/doc/packages/perl-Pod-Weaver/Changes
  4.019     2023-01-11 21:59:08-05:00 America/New_York
          - update dist metadata
          - update a test to pass under Test2::Harness (even though I'm not sure
            why I had to!)

OBS-URL: https://build.opensuse.org/request/show/1061373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=10
2023-01-31 14:00:10 +00:00
3bfc3cf6c1 Accepting request 901142 from devel:languages:perl:autoupdate
- updated to 4.018
   see /usr/share/doc/packages/perl-Pod-Weaver/Changes
  4.018     2021-06-19 10:55:10-04:00 America/New_York
          - update author contact info
          - use postfix dereferencing, since we already require v5.20.0
          - add perl support section to docs

OBS-URL: https://build.opensuse.org/request/show/901142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=9
2021-06-29 09:30:03 +00:00
00b9effb0d Accepting request 886961 from devel:languages:perl:autoupdate
- updated to 4.017
   see /usr/share/doc/packages/perl-Pod-Weaver/Changes
  4.017     2021-04-17 17:51:31-04:00 America/New_York
          - no changes from previous trial release
  4.016     2021-04-06 22:22:59-04:00 America/New_York (TRIAL RELEASE)
          - GenerateSection by David Miguel Susano Pinto has been bundled with
            Pod::Weaver.  Although it has been fairly heavily edited, it should
            be entirely compatible with previous versions.  Thanks, David!

OBS-URL: https://build.opensuse.org/request/show/886961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=8
2021-04-22 15:31:57 +00:00
Stephan Kulow
2fe4a057d1 Accepting request 435461 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/435461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=7
2016-10-17 06:41:00 +00:00
Stephan Kulow
63afb67b3e Accepting request 428889 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/428889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=6
2016-09-23 04:13:11 +00:00
Stephan Kulow
8aa7e2152f Accepting request 393850 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/393850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=5
2016-05-20 05:14:20 +00:00
Stephan Kulow
d4e2cd3f32 Accepting request 305887 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/305887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=4
2015-05-08 09:03:42 +00:00
Stephan Kulow
f0c492c6f9 Accepting request 295953 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/295953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=3
2015-04-14 05:38:12 +00:00
Stephan Kulow
472f235eee OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Pod-Weaver?expand=0&rev=2 2011-11-11 11:21:41 +00:00
5 changed files with 292 additions and 37 deletions

View File

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

3
Pod-Weaver-4.020.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:655fcf261206c1adbc3038981790b116c31508485135c648093b99b3b3de09d2
size 44548

23
cpanspec.yml Normal file
View 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

View File

@@ -1,3 +1,198 @@
-------------------------------------------------------------------
Fri Mar 22 16:36:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 4.020
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.020 2024-03-21 13:58:33-04:00 America/New_York
- do not allow Moose::Util::TypeConstraints to turn warnings back on
after they were turned off by experimental.pm! (thanks, Karen
Etheridge)
-------------------------------------------------------------------
Fri Jan 13 03:10:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 4.019
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.019 2023-01-11 21:59:08-05:00 America/New_York
- update dist metadata
- update a test to pass under Test2::Harness (even though I'm not sure
why I had to!)
-------------------------------------------------------------------
Sun Jun 20 03:08:34 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.018
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.018 2021-06-19 10:55:10-04:00 America/New_York
- update author contact info
- use postfix dereferencing, since we already require v5.20.0
- add perl support section to docs
-------------------------------------------------------------------
Sun Apr 18 03:06:32 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.017
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.017 2021-04-17 17:51:31-04:00 America/New_York
- no changes from previous trial release
4.016 2021-04-06 22:22:59-04:00 America/New_York (TRIAL RELEASE)
- GenerateSection by David Miguel Susano Pinto has been bundled with
Pod::Weaver. Although it has been fairly heavily edited, it should
be entirely compatible with previous versions. Thanks, David!
-------------------------------------------------------------------
Sat Oct 15 05:59:51 UTC 2016 - coolo@suse.com
- updated to 4.015
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.015 2016-10-14 20:48:13-04:00 America/New_York
- fix bugs introduced in 4.014 that would cause [Bugs] and [Legal]
to run even when they should've skipped
-------------------------------------------------------------------
Tue Sep 20 06:05:13 UTC 2016 - coolo@suse.com
- updated to 4.014
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.014 2016-09-18 22:25:51-04:00 America/New_York
- make links in [Bugs] use L<> (thanks, David Zurborg!)
- added debug level logging to the weaver, plugins, and
section. GitHub #42. (thanks, Dave Rolsky)
-------------------------------------------------------------------
Thu May 5 09:58:43 UTC 2016 - coolo@suse.com
- updated to 4.013
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.013 2016-04-24 23:19:14+01:00 Europe/London
- use text for PPI, not octet
-------------------------------------------------------------------
Fri May 8 08:33:30 UTC 2015 - coolo@suse.com
- updated to 4.012
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.012 2015-05-05 21:01:33-04:00 America/New_York
- avoid breaking up words when wrapping text in [Bugs]
-------------------------------------------------------------------
Mon Apr 13 18:28:00 UTC 2015 - coolo@suse.com
- updated to 4.011
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
4.011 2015-03-17 07:48:54-04:00 America/New_York
- add "header" attributes to more sections, to change the =head1
headert ext (thanks, David Wheeler)
4.010 2014-12-30 22:02:58-05:00 America/New_York
- use of Moose::Autobox has been dropped (thanks Karen Etheridge!)
4.009 2014-12-02 23:00:37-05:00 America/New_York
- when a Collect-worthy header exists (like =head1 METHODS) use it,
rather than making a new one *and* leaving the old one around
(thanks, Christian Walde)
4.008 2014-11-12 09:37:13-05:00 America/New_York
- handle UTF-8 data in PODNAME and ABSTRACT (thanks, Blabos de Blebe)
- Explain Section::Region naming, nonpod, and flattening
(thanks, Kent Fredric)
4.007 2014-10-27 22:21:55-04:00 America/New_York
- immutabilize ALL THE THINGS!
4.006 2014-01-07 20:12:37-05:00 America/New_York
- update tests to pass octets to ->read_string, as is proper
4.005 2013-12-21 15:01:46-0500 America/New_York
- updated tests for the new (fixed, consistent) string behavior in
Mixin::Linewise
4.004 2013-11-05 21:50:13 America/New_York
- allow multi-line formats for VERSION plugin (thanks, Alex Peters)
- ...including the %T-prefix for lines only included in
trial releases
- look for PODNAME more consistently (thanks, Chris Weyl)
- put license filename in F<> formatting (thanks, Alex Peters)
4.003 2013-11-02 22:58:43 America/New_York
- note that [@Default] contains [-SingleEncoding] (thanks, Caleb
Cushing)
4.002 2013-11-02 11:37:04 America/New_York
[ THIS MIGHT BREAK YOUR CODE ]
- stable release of previous v4 changes
4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- SingleEncoding now accepts found =encodings as long as they match,
unless the plugin's encoding attribute was set explicitly
4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- the SingleEncoding plugin to force one consistent =encoding
- ...is now enabled, for UTF-8, in the default configuration
3.101640 2013-09-17 08:57:41 Asia/Tokyo
- fix repository links! argh, oops
3.101639 2013-09-17 08:56:05 Asia/Tokyo
- documentation fix: mention that =func exists in the default
configuration (thanks, Joshua Keroes!)
- removed use of deprecated Class::MOP::load_class (thanks, Karen
Etheridge)
3.101638 2012-08-03 20:42:44 America/New_York
- add more helpful information to the "no document name" error (thanks,
Leto Labs, LLC!)
3.101637 2012-06-07 22:18:55 America/New_York
- add header_command attribute to the Collect section
(thanks, Christopher J. Madsen)
3.101636 2012-05-04 21:28:10 America/New_York
- break the content-generating code in the Version section into its own
method (thanks, Chris Weyl)
3.101635 2012-02-07 22:03:26 America/New_York
- restore the full-document scan for ABSTRACT if not found in a comment
token (thanks, David Golden)
3.101634 2011-10-31 22:56:36 America/New_York
- throw a (helpful?) exception when %m is used in a version format, but
no package was found in the file
- the Legal plugin can now be given the filename in which the dist's
full license can be found (thanks, APOCAL!)
3.101633 2011-09-19 15:48:16 America/New_York
- speed up performance by changing how we use PPI (thanks, Dave Rolsky)
-------------------------------------------------------------------
Mon Apr 13 18:27:58 UTC 2015 - coolo@suse.com
- updated to 3.101634
see /usr/share/doc/packages/perl-Pod-Weaver/Changes
3.101634 2011-10-31 22:56:36 America/New_York
throw a (helpful?) exception when %m is used in a version format, but
no package was found in the file
the Legal plugin can now be given the filename in which the dist's
full license can be found (thanks, APOCAL!)
3.101633 2011-09-19 15:48:16 America/New_York
speed up performance by changing how we use PPI (thanks, Dave Rolsky)
-------------------------------------------------------------------
Fri Jan 21 20:25:45 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-Weaver (Version 3.101632)
# spec file for package perl-Pod-Weaver
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,40 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Pod-Weaver
Version: 3.101632
Release: 1
License: GPL+ or Artistic
%define cpan_name Pod-Weaver
Summary: weave together a Pod document from an outline
Url: http://search.cpan.org/dist/Pod-Weaver/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Weaver-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Name: perl-Pod-Weaver
Version: 4.20.0
Release: 0
# 4.020 -> normalize -> 4.20.0
%define cpan_version 4.020
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Weave together a Pod document from an outline
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Config::MVP) >= 2
BuildRequires: perl(Config::MVP::Assembler)
BuildRequires: perl(Config::MVP::Assembler::WithBundles)
BuildRequires: perl(Config::MVP::Reader::Finder)
BuildRequires: perl(Config::MVP::Reader::INI)
BuildRequires: perl(DateTime)
BuildRequires: perl(File::Spec)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Log::Dispatchouli) >= 1.100710
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.103
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Autobox) >= 0.10
BuildRequires: perl(Moose::Role)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(PPI)
BuildRequires: perl(Params::Util)
BuildRequires: perl(Pod::Elemental) >= 0.100220
BuildRequires: perl(Pod::Elemental::Document)
@@ -51,28 +59,31 @@ BuildRequires: perl(Pod::Elemental::Transformer::Gatherer)
BuildRequires: perl(Pod::Elemental::Transformer::Nester)
BuildRequires: perl(Pod::Elemental::Transformer::Pod5)
BuildRequires: perl(Pod::Elemental::Types)
BuildRequires: perl(PPI)
BuildRequires: perl(Software::License::Artistic_1_0)
BuildRequires: perl(Software::License::Perl_5)
BuildRequires: perl(String::Flogger) >= 1
BuildRequires: perl(String::Formatter) >= 0.100680
BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Text::Wrap)
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Text::Template)
BuildRequires: perl(experimental)
BuildRequires: perl(feature)
BuildRequires: perl(namespace::autoclean)
Requires: perl(Config::MVP) >= 2
Requires: perl(Config::MVP::Assembler)
Requires: perl(Config::MVP::Assembler::WithBundles)
Requires: perl(Config::MVP::Reader::Finder)
Requires: perl(Config::MVP::Reader::INI)
Requires: perl(DateTime)
Requires: perl(File::Spec)
Requires: perl(List::MoreUtils)
Requires: perl(List::Util) >= 1.33
Requires: perl(Log::Dispatchouli) >= 1.100710
Requires: perl(Mixin::Linewise::Readers) >= 0.103
Requires: perl(Module::Runtime)
Requires: perl(Moose)
Requires: perl(Moose::Autobox) >= 0.10
Requires: perl(Moose::Role)
Requires: perl(namespace::autoclean)
Requires: perl(Moose::Util::TypeConstraints)
Requires: perl(Params::Util)
Requires: perl(Pod::Elemental) >= 0.100220
Requires: perl(Pod::Elemental::Document)
@@ -89,9 +100,38 @@ Requires: perl(Pod::Elemental::Types)
Requires: perl(String::Flogger) >= 1
Requires: perl(String::Formatter) >= 0.100680
Requires: perl(String::RewritePrefix)
Requires: perl(Text::Wrap)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: perl(Text::Template)
Requires: perl(experimental)
Requires: perl(feature)
Requires: perl(namespace::autoclean)
Provides: perl(Pod::Weaver) = %{version}
Provides: perl(Pod::Weaver::Config) = %{version}
Provides: perl(Pod::Weaver::Config::Assembler) = %{version}
Provides: perl(Pod::Weaver::Config::Finder) = %{version}
Provides: perl(Pod::Weaver::Plugin::EnsurePod5) = %{version}
Provides: perl(Pod::Weaver::Plugin::H1Nester) = %{version}
Provides: perl(Pod::Weaver::Plugin::SingleEncoding) = %{version}
Provides: perl(Pod::Weaver::Plugin::Transformer) = %{version}
Provides: perl(Pod::Weaver::PluginBundle::CorePrep) = %{version}
Provides: perl(Pod::Weaver::PluginBundle::Default) = %{version}
Provides: perl(Pod::Weaver::Role::Dialect) = %{version}
Provides: perl(Pod::Weaver::Role::Finalizer) = %{version}
Provides: perl(Pod::Weaver::Role::Plugin) = %{version}
Provides: perl(Pod::Weaver::Role::Preparer) = %{version}
Provides: perl(Pod::Weaver::Role::Section) = %{version}
Provides: perl(Pod::Weaver::Role::StringFromComment) = %{version}
Provides: perl(Pod::Weaver::Role::Transformer) = %{version}
Provides: perl(Pod::Weaver::Section::Authors) = %{version}
Provides: perl(Pod::Weaver::Section::Bugs) = %{version}
Provides: perl(Pod::Weaver::Section::Collect) = %{version}
Provides: perl(Pod::Weaver::Section::GenerateSection) = %{version}
Provides: perl(Pod::Weaver::Section::Generic) = %{version}
Provides: perl(Pod::Weaver::Section::Leftovers) = %{version}
Provides: perl(Pod::Weaver::Section::Legal) = %{version}
Provides: perl(Pod::Weaver::Section::Name) = %{version}
Provides: perl(Pod::Weaver::Section::Region) = %{version}
Provides: perl(Pod::Weaver::Section::Version) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -102,25 +142,22 @@ will be produced based on an existing Pod document or other provided
information.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes dist.ini LICENSE README
%doc Changes README
%license LICENSE
%changelog