Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
de52db0bd9 | |||
7f3724fcfc | |||
5f0767b576 | |||
c7aa70752c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21a184163b90f91f06ffc7f5de0b968356546ae9b400a9d75c573c958c246222
|
|
||||||
size 16258
|
|
BIN
Devel-OverloadInfo-0.008.tar.gz
(Stored with Git LFS)
Normal file
BIN
Devel-OverloadInfo-0.008.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 22 20:49:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.8.0 (0.008)
|
||||||
|
see /usr/share/doc/packages/perl-Devel-OverloadInfo/Changes
|
||||||
|
|
||||||
|
0.008 2025-08-11 17:09:58+01:00 Europe/London
|
||||||
|
- Generate README.md in the repository
|
||||||
|
- Move git repository to Codeberg
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 14:06:22 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Normalize CPAN version
|
||||||
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 29 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Thu Apr 29 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Devel-OverloadInfo
|
# spec file for package perl-Devel-OverloadInfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,25 +18,29 @@
|
|||||||
|
|
||||||
%define cpan_name Devel-OverloadInfo
|
%define cpan_name Devel-OverloadInfo
|
||||||
Name: perl-Devel-OverloadInfo
|
Name: perl-Devel-OverloadInfo
|
||||||
Version: 0.007
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Introspect overloaded operators
|
# 0.008 -> normalize -> 0.8.0
|
||||||
|
%define cpan_version 0.008
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Introspect overloaded operators
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(MRO::Compat)
|
BuildRequires: perl(MRO::Compat)
|
||||||
BuildRequires: perl(Package::Stash) >= 0.14
|
BuildRequires: perl(Package::Stash) >= 0.140
|
||||||
BuildRequires: perl(Sub::Util) >= 1.40
|
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(MRO::Compat)
|
Requires: perl(MRO::Compat)
|
||||||
Requires: perl(Package::Stash) >= 0.14
|
Requires: perl(Package::Stash) >= 0.140
|
||||||
Requires: perl(Sub::Util) >= 1.40
|
Provides: perl(Devel::OverloadInfo) = %{version}
|
||||||
|
Provides: perl(ExtUtils::HasCompiler) = 0.25.0
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,7 +49,7 @@ given class (or object), including where in the inheritance hierarchy the
|
|||||||
overloads are declared and where the code implementing them is.
|
overloads are declared and where the code implementing them is.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user