From f06bded0433eacddb122c63ebb8863ff2f778186176fac4a9b5dfc6a82cba15a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 7 Nov 2022 16:27:25 +0000 Subject: [PATCH] Accepting request 1034224 from devel:languages:perl:autoupdate - updated to 0.007 see /usr/share/doc/packages/perl-B-COW/Changes 0.007 2022-10-20 08:59:44-06:00 America/Denver * Advertise XSLoader dependency 0.006 2022-10-17 09:20:52-06:00 America/Denver * Disable prototypes to silence warning (haarg) 0.005 2022-10-14 09:15:55-06:00 America/Denver * Add version to Test::More use to ensure correct version (haarg) * Remove useless MIN_PERL_VERSION_FOR_COW * Update CI workflow OBS-URL: https://build.opensuse.org/request/show/1034224 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-COW?expand=0&rev=9 --- B-COW-0.004.tar.gz | 3 --- B-COW-0.007.tar.gz | 3 +++ perl-B-COW.changes | 15 +++++++++++++++ perl-B-COW.spec | 19 ++++++++----------- 4 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 B-COW-0.004.tar.gz create mode 100644 B-COW-0.007.tar.gz diff --git a/B-COW-0.004.tar.gz b/B-COW-0.004.tar.gz deleted file mode 100644 index 33af2a4..0000000 --- a/B-COW-0.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcafb775ed84a45bc2c06c5ffd71342cb3c06fb0bdcd5c1b51b0c12f8b585f51 -size 18295 diff --git a/B-COW-0.007.tar.gz b/B-COW-0.007.tar.gz new file mode 100644 index 0000000..793e37b --- /dev/null +++ b/B-COW-0.007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1290daf227e8b09889a31cf182e29106f1cf9f1a4e9bf7752f9de92ed1158b44 +size 18788 diff --git a/perl-B-COW.changes b/perl-B-COW.changes index 4b65f0c..03129f9 100644 --- a/perl-B-COW.changes +++ b/perl-B-COW.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 21 03:06:05 UTC 2022 - Tina Müller + +- updated to 0.007 + see /usr/share/doc/packages/perl-B-COW/Changes + + 0.007 2022-10-20 08:59:44-06:00 America/Denver + * Advertise XSLoader dependency + 0.006 2022-10-17 09:20:52-06:00 America/Denver + * Disable prototypes to silence warning (haarg) + 0.005 2022-10-14 09:15:55-06:00 America/Denver + * Add version to Test::More use to ensure correct version (haarg) + * Remove useless MIN_PERL_VERSION_FOR_COW + * Update CI workflow + ------------------------------------------------------------------- Fri Apr 24 03:07:30 UTC 2020 - diff --git a/perl-B-COW.spec b/perl-B-COW.spec index 87fcf93..e30cb4a 100644 --- a/perl-B-COW.spec +++ b/perl-B-COW.spec @@ -1,7 +1,7 @@ # # spec file for package perl-B-COW # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-B-COW -Version: 0.004 -Release: 0 %define cpan_name B-COW -Summary: B::COW additional B helpers to check COW status +Name: perl-B-COW +Version: 0.007 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: B::COW additional B helpers to check COW status +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -36,11 +34,11 @@ B::COW provides some naive additional B helpers to check the COW status of one SvPV. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -51,7 +49,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README %license LICENSE