3 Commits

Author SHA256 Message Date
c37d8a8905 Add Gitea build results 2025-08-12 18:17:18 +02:00
f993de375e Accepting request 1236288 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sub-Name?expand=0&rev=30
2025-01-12 10:15:16 +00:00
c5c1fbbc6c Accepting request 1235423 from devel:languages:perl:autoupdate
- updated to 0.280.0 (0.28)
   see /usr/share/doc/packages/perl-Sub-Name/Changes
  0.28      2024-12-15 20:57:44Z
      - fix version comparison logic for forward compatibility

OBS-URL: https://build.opensuse.org/request/show/1235423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Name?expand=0&rev=41
2025-01-09 16:30:15 +00:00
5 changed files with 33 additions and 7 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Sub-Name/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Sub-Name)

View File

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

3
Sub-Name-0.28.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 16 05:37:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.280.0 (0.28)
see /usr/share/doc/packages/perl-Sub-Name/Changes
0.28 2024-12-15 20:57:44Z
- fix version comparison logic for forward compatibility
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 30 03:09:58 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sun Apr 30 03:09:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Sub-Name # spec file for package perl-Sub-Name
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# 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,15 +18,20 @@
%define cpan_name Sub-Name %define cpan_name Sub-Name
Name: perl-Sub-Name Name: perl-Sub-Name
Version: 0.27 Version: 0.280.0
Release: 0 Release: 0
# 0.28 -> normalize -> 0.280.0
%define cpan_version 0.28
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: (Re)name a sub Summary: (Re)name a sub
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Provides: perl(Sub::Name) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: perl(Devel::CheckBin) BuildRequires: perl(Devel::CheckBin)
@@ -36,7 +41,7 @@ BuildRequires: perl(Devel::CheckBin)
This module has only one function, which is also exported by default: This module has only one function, which is also exported by default:
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"