1
0

3 Commits

7 changed files with 50 additions and 10 deletions

View File

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

BIN
Devel-PatchPerl-2.14.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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-Devel-PatchPerl/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-Devel-PatchPerl)

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1757333336
commit: 746d07160ec53a88c9dc49671f3d4b7dd1a8abdb8ef65f374f82958b2d02ae95
url: https://src.opensuse.org/perl/perl-Devel-PatchPerl.git
revision: 746d07160ec53a88c9dc49671f3d4b7dd1a8abdb8ef65f374f82958b2d02ae95
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

3
build.specials.obscpio Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 8 12:08:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.140.0 (2.14)
see /usr/share/doc/packages/perl-Devel-PatchPerl/Changes
-------------------------------------------------------------------
Thu Jun 12 18:52:23 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Tue Jan 12 03:07:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-PatchPerl
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,27 @@
%define cpan_name Devel-PatchPerl
Name: perl-Devel-PatchPerl
Version: 2.08
Version: 2.140.0
Release: 0
Summary: Patch perl source a la Devel::PPPort's buildperl.pl
# 2.14 -> normalize -> 2.140.0
%define cpan_version 2.14
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Patch perl source a la Devel::PPPort's buildperl.pl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::pushd) >= 1.00
BuildRequires: perl(File::pushd) >= 1.0
BuildRequires: perl(Module::Pluggable)
Requires: perl(File::pushd) >= 1.00
Requires: perl(File::pushd) >= 1.0
Requires: perl(Module::Pluggable)
Provides: perl(Devel::PatchPerl) = %{version}
Provides: perl(Devel::PatchPerl::Hints) = %{version}
Provides: perl(Devel::PatchPerl::Plugin) = %{version}
Provides: perl(Devel::PatchPerl::Plugin::TEST)
%undefine __perllib_provides
%{perl_requires}
%description
@@ -41,7 +49,7 @@ It does not build perls, it merely provides an interface to the source
patching functionality.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"