Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Code-TidyAll for openSUSE:Factory checked in at 2021-12-07 00:00:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Code-TidyAll (Old) and /work/SRC/openSUSE:Factory/.perl-Code-TidyAll.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Code-TidyAll" Tue Dec 7 00:00:09 2021 rev:2 rq:936010 version:0.80 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Code-TidyAll/perl-Code-TidyAll.changes 2020-10-27 19:00:10.406796870 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Code-TidyAll.new.31177/perl-Code-TidyAll.changes 2021-12-07 00:01:35.180096698 +0100 @@ -1,0 +2,16 @@ +Sat Nov 27 03:06:18 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 0.80 + see /usr/share/doc/packages/perl-Code-TidyAll/Changes + + 0.80 2021-11-26 + - Don't run the PodSpell plugin test unless `ispell` is installed. Reported by + Slaven Rezi??. GH #108. + 0.79 2021-11-26 + - Run `git stash pop` with `--quiet` flag again, as long as Git is not + 2.24.x. See notes in 0.75 for why we stopped passing `--quiet` in the first + place. + - Fixed a bug where the class in the `--tidyall-class` option was not + loaded. Fixed by Shlomi Fish. PR #107. Fixed GH #43. + +------------------------------------------------------------------- Old: ---- Code-TidyAll-0.78.tar.gz New: ---- Code-TidyAll-0.80.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Code-TidyAll.spec ++++++ --- /var/tmp/diff_new_pack.ayprCM/_old 2021-12-07 00:01:35.824094421 +0100 +++ /var/tmp/diff_new_pack.ayprCM/_new 2021-12-07 00:01:35.828094407 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Code-TidyAll # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Code-TidyAll Name: perl-Code-TidyAll -Version: 0.78 +Version: 0.80 Release: 0 -%define cpan_name Code-TidyAll -Summary: Engine for tidyall, your all-in-one code tidier and validator License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Engine for tidyall, your all-in-one code tidier and validator URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) @@ -98,12 +96,12 @@ You can call this API from your own program instead of executing 'tidyall'. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -114,8 +112,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md package.json package-lock.json README.md +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE %changelog ++++++ Code-TidyAll-0.78.tar.gz -> Code-TidyAll-0.80.tar.gz ++++++ ++++ 6219 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.ayprCM/_old 2021-12-07 00:01:36.292092766 +0100 +++ /var/tmp/diff_new_pack.ayprCM/_new 2021-12-07 00:01:36.292092766 +0100 @@ -10,6 +10,7 @@ #patches: # foo.patch: -p1 # bar.patch: +# baz.patch: PATCH-FIX-OPENSUSE #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- @@ -26,3 +27,9 @@ #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module +skip_doc: .(yml|json)$ +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section
