11
0

Compare commits

3 Commits

5 changed files with 32 additions and 10 deletions

View File

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

View File

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

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-Perl-Version/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-Perl-Version)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 28 05:31:25 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.18.0 (1.018)
see /usr/share/doc/packages/perl-Perl-Version/Changes
1.018 2025-01-27T13:07:40Z
* refresh distro and move to BRIANDFOY
-------------------------------------------------------------------
Fri Mar 22 16:35:15 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-Version
#
# 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,14 +18,15 @@
%define cpan_name Perl-Version
Name: perl-Perl-Version
Version: 1.17.0
Version: 1.18.0
Release: 0
# 1.017 -> normalize -> 1.17.0
%define cpan_version 1.017
# 1.018 -> normalize -> 1.18.0
%define cpan_version 1.018
License: Artistic-2.0
Summary: Parse and manipulate Perl version strings
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -93,7 +94,7 @@ case if either of them starts with a zero they will be zero padded to the
same length when stringifying the version.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
@@ -110,7 +111,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes examples Notes.txt
%doc Changes examples Notes.txt SECURITY.md
%license LICENSE
%changelog