8
0

Compare commits

2 Commits

Author SHA256 Message Date
2a3eae5d86 Accepting request 1244954 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Perl-Version?expand=0&rev=13
2025-02-11 20:25:04 +00:00
7cd06de795 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-Version?expand=0&rev=12
2025-02-11 07:08:13 +00:00
4 changed files with 19 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

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,14 @@
%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
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -93,7 +93,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 +110,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