8
0

Compare commits

...

9 Commits

Author SHA256 Message Date
e3a69cf12b Accepting request 1235353 from devel:languages:perl
- updated to 0.100.0 (0.10)
   see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
  0.10  
      - don't use vars, use our (thanks haarg) (forwarded request 1235324 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1235353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=25
2025-01-07 19:50:36 +00:00
516001a205 Accepting request 1235324 from devel:languages:perl:autoupdate
- updated to 0.100.0 (0.10)
   see /usr/share/doc/packages/perl-Class-Data-Inheritable/Changes
  0.10  
      - don't use vars, use our (thanks haarg)

OBS-URL: https://build.opensuse.org/request/show/1235324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Data-Inheritable?expand=0&rev=19
2025-01-06 17:21:25 +00:00
97c4e61201 Accepting request 909808 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/909808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=24
2021-08-04 20:28:41 +00:00
Stephan Kulow
1f8a2d54f0 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=19
2011-12-06 17:38:36 +00:00
Stephan Kulow
d02e7be4f6 Accepting request 92252 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=18
2011-11-21 11:36:14 +00:00
1f944aadbf Autobuild autoformatter for 55700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=15
2010-12-13 12:25:07 +00:00
47a4572454 Accepting request 55700 from devel:languages:perl
Accepted submit request 55700 from user coolo

OBS-URL: https://build.opensuse.org/request/show/55700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=14
2010-12-13 12:25:02 +00:00
Berthold Gunreben
88528ae307 Autobuild autoformatter for 53903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=13
2010-11-30 14:42:30 +00:00
Berthold Gunreben
4a050116b8 Accepting request 53903 from devel:languages:perl
Accepted submit request 53903 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/53903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=12
2010-11-30 14:42:20 +00:00
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