11
0

3 Commits

Author SHA256 Message Date
073ef4141d Add Gitea build results 2025-08-12 18:12:44 +02:00
4449c00bd8 Accepting request 1279793 from devel:languages:perl
Forwarded request #1278608 from tinita

- updated to 0.500005
   see /usr/share/doc/packages/perl-CPAN-Changes/Changes
  0.500005 - 2025-04-17
    - fix Test::CPAN::Changes on perl 5.10 without upgrading version.pm

OBS-URL: https://build.opensuse.org/request/show/1279793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CPAN-Changes?expand=0&rev=8
2025-05-26 16:35:46 +00:00
7dc4082030 Accepting request 1278608 from devel:languages:perl:autoupdate
- updated to 0.500005
   see /usr/share/doc/packages/perl-CPAN-Changes/Changes
  0.500005 - 2025-04-17
    - fix Test::CPAN::Changes on perl 5.10 without upgrading version.pm

OBS-URL: https://build.opensuse.org/request/show/1278608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CPAN-Changes?expand=0&rev=17
2025-05-24 14:52:54 +00:00
5 changed files with 28 additions and 6 deletions

View File

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

View File

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

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-CPAN-Changes/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-CPAN-Changes)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 18 05:33:22 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.500005
see /usr/share/doc/packages/perl-CPAN-Changes/Changes
0.500005 - 2025-04-17
- fix Test::CPAN::Changes on perl 5.10 without upgrading version.pm
-------------------------------------------------------------------
Fri May 3 03:06:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Changes
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%define cpan_name CPAN-Changes
Name: perl-CPAN-Changes
Version: 0.500004
Version: 0.500005
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parser for CPAN style change logs
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -52,7 +53,7 @@ This module will help users programmatically read and write Changes files
that conform to the specification.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor