Accepting request 1034332 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1034332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-B-COW?expand=0&rev=5
This commit is contained in:
commit
cc98aa27ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fcafb775ed84a45bc2c06c5ffd71342cb3c06fb0bdcd5c1b51b0c12f8b585f51
|
|
||||||
size 18295
|
|
BIN
B-COW-0.007.tar.gz
(Stored with Git LFS)
Normal file
BIN
B-COW-0.007.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 21 03:06:05 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 - <timueller+perl@suse.de>
|
Fri Apr 24 03:07:30 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-B-COW
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%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
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: B::COW additional B helpers to check COW status
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@ -36,11 +34,11 @@ B::COW provides some naive additional B helpers to check the COW status of
|
|||||||
one SvPV.
|
one SvPV.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -51,7 +49,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README
|
%doc Changes examples README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user