Sync from SUSE:SLFO:Main perl-Class-Data-Inheritable revision c4f9370a2734323be6fcc3ea40a049fc

This commit is contained in:
Adrian Schröter 2025-02-26 13:52:17 +01:00
parent da6b94384b
commit 8475cff51d
4 changed files with 22 additions and 9 deletions

BIN
Class-Data-Inheritable-0.09.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Class-Data-Inheritable-0.10.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 24 05:32:14 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.100.0 (0.10)
see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
0.10 Thu Oct 24 01:40:24 UTC 2024
- don't use vars, use our (thanks haarg)
-------------------------------------------------------------------
Sat Jul 31 03:06:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Data-Inheritable
#
# Copyright (c) 2021 SUSE LLC
# 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
@ -18,16 +18,20 @@
%define cpan_name Class-Data-Inheritable
Name: perl-Class-Data-Inheritable
Version: 0.09
Version: 0.100.0
Release: 0
Summary: Inheritable, overridable class data
# 0.10 -> normalize -> 0.100.0
%define cpan_version 0.10
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Inheritable, overridable class data
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSHERER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Class::Data::Inheritable) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -51,7 +55,7 @@ The interesting part happens when a class inherits from Pere::Ubu:
package Raygun;
use base qw(Pere::Ubu);
# Raygun's suitcase is Red.
$suitcase = Raygun->Suitcase;
@ -79,7 +83,7 @@ longer effect Raygun.
Pere::Ubu->Suitcase('Samsonite');
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor