Accepting request 1136569 from devel:languages:perl:autoupdate

- updated to 0.10
   see /usr/share/doc/packages/perl-Sub-Override/Changes

OBS-URL: https://build.opensuse.org/request/show/1136569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Override?expand=0&rev=12
This commit is contained in:
Pedro Monreal Gonzalez 2024-01-04 13:22:07 +00:00 committed by Git OBS Bridge
parent 6bb24d4183
commit f61368a197
4 changed files with 24 additions and 18 deletions

BIN
Sub-Override-0.09.tar.gz (Stored with Git LFS)

Binary file not shown.

3
Sub-Override-0.10.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 6 03:07:31 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.10
see /usr/share/doc/packages/perl-Sub-Override/Changes
-------------------------------------------------------------------
Tue Jun 4 17:18:39 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Sub-Override
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,39 +12,40 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Sub-Override
Version: 0.09
Release: 0
%define cpan_name Sub-Override
Name: perl-Sub-Override
Version: 0.100.0
Release: 0
%define cpan_version 0.10
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl extension for easily overriding subroutines
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Sub-Override/
Source: http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Fatal) >= 0.010
Requires: perl(Test::Fatal) >= 0.010
Provides: perl(Sub::Override) = %{version}
%define __perllib_provides /bin/true
%{perl_requires}
%description
Perl extension for easily overriding subroutines
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@ -52,7 +53,6 @@ Perl extension for easily overriding subroutines
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md
%changelog