WIP: Automatic update to v0.781.0 (0.7810) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:132362b0046e8dc4f12e1560903623a88a8871d09bf1c29d93d48d3f4a582acb
|
|
||||||
size 21739
|
|
BIN
Sys-Info-Base-0.7810.tar.gz
(Stored with Git LFS)
Normal file
BIN
Sys-Info-Base-0.7810.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:30:16 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.781.0 (0.7810)
|
||||||
|
see /usr/share/doc/packages/perl-Sys-Info-Base/Changes
|
||||||
|
|
||||||
|
0.7810 2025-09-04 BURAK
|
||||||
|
- Returned the device id instead of ip in the previous version.
|
||||||
|
- Filter out the localhost.
|
||||||
|
|
||||||
|
0.7809 2025-09-04 BURAK
|
||||||
|
- Filter out junk ips.
|
||||||
|
|
||||||
|
0.7808 2025-08-29 BURAK
|
||||||
|
- Release the Sys::HostIP change.
|
||||||
|
- use parent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 17:02:44 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Tue Mar 12 17:02:44 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Sys-Info-Base
|
# spec file for package perl-Sys-Info-Base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Sys-Info-Base
|
%define cpan_name Sys-Info-Base
|
||||||
Name: perl-Sys-Info-Base
|
Name: perl-Sys-Info-Base
|
||||||
Version: 0.780.700
|
Version: 0.781.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.7807
|
# 0.7810 -> normalize -> 0.781.0
|
||||||
|
%define cpan_version 0.7810
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Base class for Sys::Info
|
Summary: Base class for Sys::Info
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -30,8 +31,12 @@ Source100: README.md
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Sys::HostIP)
|
||||||
BuildRequires: perl(Text::Template::Simple)
|
BuildRequires: perl(Text::Template::Simple)
|
||||||
|
BuildRequires: perl(parent)
|
||||||
|
Requires: perl(Sys::HostIP)
|
||||||
Requires: perl(Text::Template::Simple)
|
Requires: perl(Text::Template::Simple)
|
||||||
|
Requires: perl(parent)
|
||||||
Provides: perl(Sys::Info::Base) = %{version}
|
Provides: perl(Sys::Info::Base) = %{version}
|
||||||
Provides: perl(Sys::Info::Constants) = %{version}
|
Provides: perl(Sys::Info::Constants) = %{version}
|
||||||
Provides: perl(Sys::Info::Device) = %{version}
|
Provides: perl(Sys::Info::Device) = %{version}
|
||||||
@@ -46,7 +51,7 @@ Provides: perl(Sys::Info::OS) = %{version}
|
|||||||
Includes some common methods.
|
Includes some common methods.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user