8
0

Compare commits

3 Commits

Author SHA256 Message Date
d4ddd6ba5e Add Gitea build results 2025-08-12 18:15:32 +02:00
ff71832597 Accepting request 1203941 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1203941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Info?expand=0&rev=28
2024-09-27 15:10:52 +00:00
9a883c231c Accepting request 1203068 from devel:languages:perl:autoupdate
- updated to 0.390.0 (0.39)
   see /usr/share/doc/packages/perl-Module-Info/Changes
  0.39 2024-08-28 NEILB
      - Fixed RT#129677 with patch from HAARG++.
  0.38 2024-08-28 NEILB
      - Get rid of ' as package namespace separator

OBS-URL: https://build.opensuse.org/request/show/1203068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Info?expand=0&rev=21
2024-09-26 16:24:16 +00:00
5 changed files with 48 additions and 18 deletions

View File

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

3
Module-Info-0.39.tar.gz Normal file
View File

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

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-Module-Info/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-Module-Info)

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Aug 31 05:35:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.390.0 (0.39)
see /usr/share/doc/packages/perl-Module-Info/Changes
0.39 2024-08-28 NEILB
- Fixed RT#129677 with patch from HAARG++.
0.38 2024-08-28 NEILB
- Get rid of ' as package namespace separator
-------------------------------------------------------------------
Tue Nov 3 10:11:13 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Info
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Module-Info
Version: 0.37
Release: 0
%define cpan_name Module-Info
Name: perl-Module-Info
Version: 0.390.0
Release: 0
# 0.39 -> normalize -> 0.390.0
%define cpan_version 0.39
License: SUSE-Public-Domain
Summary: Information about Perl modules
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Info/
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(B::Utils) >= 0.27
Requires: perl(B::Utils) >= 0.27
Provides: perl(B::Module::Info) = %{version}
Provides: perl(Module::Info)
Provides: perl(Module::Info::Safe)
Provides: perl(Module::Info::Unsafe)
Provides: perl(Module::Info::_version)
%undefine __perllib_provides
%{perl_requires}
%description
@@ -40,14 +47,14 @@ loading the module*. It actually isn't specific to modules and should work
on any perl code.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -55,7 +62,6 @@ on any perl code.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog