Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Pod-AsciiDoctor for
openSUSE:Factory checked in at 2023-05-12 20:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor (Old)
and /work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-AsciiDoctor"
Fri May 12 20:34:27 2023 rev:2 rq:1085698 version:0.101002
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor/perl-Pod-AsciiDoctor.changes
2021-09-27 20:08:44.378450973 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1533/perl-Pod-AsciiDoctor.changes
2023-05-12 20:35:30.389280213 +0200
@@ -1,0 +2,18 @@
+Thu May 4 12:24:23 UTC 2023 - Dirk Stoecker <[email protected]>
+
+- updated to 0.101002
+ see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
+
+
+ 0.101002 2023-02-08
+ Further Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
+ - remove leftover Makefile.PL
+ - Thanks to @eserte
+ 0.101001 2023-02-06
+ Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
+ - missing Pod::Parser
+ - Thanks to @eserte
+ 0.101000 2023-02-02
+ Convert to dzil / @SHLOMIF + other cleanups
+
+-------------------------------------------------------------------
Old:
----
Pod-AsciiDoctor-0.1.tar.gz
New:
----
Pod-AsciiDoctor-0.101002.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Pod-AsciiDoctor.spec ++++++
--- /var/tmp/diff_new_pack.C6oGal/_old 2023-05-12 20:35:30.945283268 +0200
+++ /var/tmp/diff_new_pack.C6oGal/_new 2023-05-12 20:35:30.953283312 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-AsciiDoctor
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,24 @@
#
+%define cpan_name Pod-AsciiDoctor
Name: perl-Pod-AsciiDoctor
-Version: 0.1
+Version: 0.101002
Release: 0
-#Upstream: This program is free software; you can redistribute it and/or
modify it under the terms of the the Apache License (2.0). You can get a copy
of the license at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
-%define cpan_name Pod-AsciiDoctor
-Summary: Convert from POD to AsciiDoc
License: Apache-2.0
-Group: Development/Libraries/Perl
+Summary: Convert from POD to AsciiDoc
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/B/BA/BALA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build)
+BuildRequires: perl(Module::Build) >= 0.280000
+BuildRequires: perl(Pod::Parser) >= 1.65
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(parent)
+Requires: perl(Pod::Parser) >= 1.65
+Requires: perl(parent)
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Pod::Parser)
@@ -41,8 +43,7 @@
Convert from POD to AsciiDoc
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
@@ -56,8 +57,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README README.adoc
-%license LICENSE.md
+%license LICENSE LICENSE.md
%changelog
++++++ Pod-AsciiDoctor-0.1.tar.gz -> Pod-AsciiDoctor-0.101002.tar.gz ++++++
++++ 3180 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.C6oGal/_old 2023-05-12 20:35:31.113284191 +0200
+++ /var/tmp/diff_new_pack.C6oGal/_new 2023-05-12 20:35:31.117284214 +0200
@@ -26,7 +26,7 @@
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
-#skip_doc: regexp_to_skip_for_doc.*
+skip_doc: .*\.old
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file