Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpanspec for openSUSE:Factory checked in at 2023-07-10 16:39:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpanspec (Old) and /work/SRC/openSUSE:Factory/.cpanspec.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpanspec" Mon Jul 10 16:39:42 2023 rev:47 rq:1097846 version:1.84.00.1688930749.8cd1dcd Changes: -------- --- /work/SRC/openSUSE:Factory/cpanspec/cpanspec.changes 2023-01-24 20:18:37.459960375 +0100 +++ /work/SRC/openSUSE:Factory/.cpanspec.new.23466/cpanspec.changes 2023-07-10 16:39:43.702481235 +0200 @@ -1,0 +2,9 @@ +Sun Jul 09 19:28:44 UTC 2023 - Tina Müller <[email protected]> + +- Update to version 1.84.00.1688930749.8cd1dcd: + * v1.84.00 + * Fix code for Module::Build(::Tiny) (#46) + * Exlude scripts/ from removing executable bit (#45) + * Ignore toml and yml files (#43) + +------------------------------------------------------------------- Old: ---- cpanspec-1.83.00.1674496263.ba76ec9.obscpio New: ---- cpanspec-1.84.00.1688930749.8cd1dcd.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpanspec.spec ++++++ --- /var/tmp/diff_new_pack.tMwN23/_old 2023-07-10 16:39:44.570486408 +0200 +++ /var/tmp/diff_new_pack.tMwN23/_new 2023-07-10 16:39:44.574486432 +0200 @@ -18,7 +18,7 @@ %define cpan_name cpanspec Name: cpanspec -Version: 1.83.00.1674496263.ba76ec9 +Version: 1.84.00.1688930749.8cd1dcd Release: 0 Summary: Generate a SUSE spec file for a CPAN module License: Artistic-1.0 OR GPL-1.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tMwN23/_old 2023-07-10 16:39:44.606486623 +0200 +++ /var/tmp/diff_new_pack.tMwN23/_new 2023-07-10 16:39:44.606486623 +0200 @@ -1,6 +1,6 @@ <services> <service name="obs_scm" mode="manual"> - <param name="versionprefix">1.83.00</param> + <param name="versionprefix">1.84.00</param> <param name="url">https://github.com/openSUSE/cpanspec</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.tMwN23/_old 2023-07-10 16:39:44.630486766 +0200 +++ /var/tmp/diff_new_pack.tMwN23/_new 2023-07-10 16:39:44.630486766 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/cpanspec</param> - <param name="changesrevision">ba76ec9b434d40cd09d17927766ab9de40cacf56</param> + <param name="changesrevision">8cd1dcd766260836348611ccdaa1d170231ec79a</param> </service> </servicedata> (No newline at EOF) ++++++ cpanspec-1.83.00.1674496263.ba76ec9.obscpio -> cpanspec-1.84.00.1688930749.8cd1dcd.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cpanspec-1.83.00.1674496263.ba76ec9/Changes new/cpanspec-1.84.00.1688930749.8cd1dcd/Changes --- old/cpanspec-1.83.00.1674496263.ba76ec9/Changes 2023-01-23 18:51:03.000000000 +0100 +++ new/cpanspec-1.84.00.1688930749.8cd1dcd/Changes 2023-07-09 21:25:49.000000000 +0200 @@ -1,3 +1,27 @@ +1.84.00 2023-07-09 + +* Ignore toml and yml files (#43) +* Exlude scripts/ from removing executable bit (#45) +* Fix code for Module::Build(::Tiny) (#46) + +1.83.00 2023-01-23 + +* Fix reading META.yml (#37) +* fix --debug option by adding 'use Data::Dumper' (#31) +* Strip pod from summary (#38) +* Switch to faster CPAN mirror +* Ensure non-interactive mode (#41) +* Add blank line after %autosetup (#42) + +1.82.02 2022-05-05 + +* Deal with missing MYMETA files (#34) + +1.82.01 2022-03-11 + +* Drop perl markup in summary line (#32) +* Read from MYMETA.{json,yml} (#33) + 1.81.01 2021-05-07 18:32:43+02:00 * Also read from META.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cpanspec-1.83.00.1674496263.ba76ec9/cpanspec new/cpanspec-1.84.00.1688930749.8cd1dcd/cpanspec --- old/cpanspec-1.83.00.1674496263.ba76ec9/cpanspec 2023-01-23 18:51:03.000000000 +0100 +++ new/cpanspec-1.84.00.1688930749.8cd1dcd/cpanspec 2023-07-09 21:25:49.000000000 +0200 @@ -190,7 +190,7 @@ use 5.010; our $NAME = "cpanspec"; -our $VERSION = '1.83.00'; +our $VERSION = '1.84.00'; my $script = __FILE__; use Cwd; @@ -1038,15 +1038,8 @@ $debug and warn __PACKAGE__.':'.__LINE__.$".Data::Dumper->Dump([\$dynamic], ['dynamic']); my $usebuildpl = 0; - my $usebuildplt = 0; if (grep /^Build\.PL$/, @files) { $usebuildpl = 1; - if (defined $build_requires{'Module::Build::Tiny'}) { - $usebuildplt = 1; - } - else { - $build_requires{'Module::Build'} ||= 0; - } } else { $build_requires{'ExtUtils::MakeMaker'} ||= 0; @@ -1350,7 +1343,7 @@ END if ($execs) { - print $spec qq{find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644\n}; + print $spec qq{find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644\n}; } if ($config->{patches} && !$all_patch_args_same) { @@ -1408,20 +1401,13 @@ print $spec $config->{custom_build} . "\n"; } else { - if ($usebuildplt) { + if ($usebuildpl) { print $spec <<END; $makefile_env$cmdperl Build.PL --installdirs=vendor@{[$noarch ? '' : qq{ optimize="$macro{optimize}"} ]} ./Build build --flags=\%{?_smp_mflags} END } - elsif ($usebuildpl) { - print $spec <<END; -$makefile_env$cmdperl Build.PL installdirs=vendor@{[$noarch ? '' : qq{ optimize="$macro{optimize}"} ]} -./Build build flags=\%{?_smp_mflags} - -END - } else { print $spec <<END; $makefile_env$cmdperl Makefile.PL INSTALLDIRS=vendor@{[$noarch ? '' : qq{ OPTIMIZE="$macro{optimize}"}]} @@ -1463,12 +1449,9 @@ \%install END - if ($usebuildplt) { + if ($usebuildpl) { print $spec "./Build install --destdir=$macro{buildroot} --create_packlist=0\n"; } - elsif ($usebuildpl) { - print $spec "./Build install destdir=$macro{buildroot} create_packlist=0\n"; - } else { print $spec <<END; %perl_make_install @@ -1847,7 +1830,7 @@ my @doc = sort { $a cmp $b } grep { !m{/} - and !/\.(pl|xs|h|c|pm|ini?|pod|cfg|inl|bak|spec)$/i + and !/\.(pl|xs|h|c|pm|ini?|pod|cfg|inl|bak|spec|yml|toml)$/i and !/^\./ and !/~$/ and $_ ne $path ++++++ cpanspec.obsinfo ++++++ --- /var/tmp/diff_new_pack.tMwN23/_old 2023-07-10 16:39:44.742487433 +0200 +++ /var/tmp/diff_new_pack.tMwN23/_new 2023-07-10 16:39:44.746487457 +0200 @@ -1,5 +1,5 @@ name: cpanspec -version: 1.83.00.1674496263.ba76ec9 -mtime: 1674496263 -commit: ba76ec9b434d40cd09d17927766ab9de40cacf56 +version: 1.84.00.1688930749.8cd1dcd +mtime: 1688930749 +commit: 8cd1dcd766260836348611ccdaa1d170231ec79a
