Accepting request 983157 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/983157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Package-Stash-XS?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-06-18 20:05:27 +00:00 committed by Git OBS Bridge
commit 7e86f74cf1
4 changed files with 22 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3676ba94641e03d6a30e951f09266c4c3ca3f5b58aa7b314a67f28e419878aa
size 87491

BIN
Package-Stash-XS-0.30.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 13 03:11:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.30
see /usr/share/doc/packages/perl-Package-Stash-XS/Changes
0.30 2022-06-12 20:00:39Z
- misc tooling updates
- fixed redundant argument in sprintf in tests (RT#143205)
-------------------------------------------------------------------
Mon Dec 31 06:26:11 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Package-Stash-XS
#
# Copyright (c) 2018 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,22 +16,20 @@
#
Name: perl-Package-Stash-XS
Version: 0.29
Release: 0
%define cpan_name Package-Stash-XS
Summary: Faster and More Correct Implementation of the Package::Stash Api
Name: perl-Package-Stash-XS
Version: 0.30
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Faster and more correct implementation of the Package::Stash API
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Needs)
%{perl_requires}
%description
@ -40,11 +38,11 @@ way that's less buggy and much faster. It will be used by default if it's
installed, and should be preferred in all environments with a compiler.
%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
@ -55,7 +53,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README
%license LICENSE