8
0

Compare commits

...

13 Commits

Author SHA256 Message Date
07595f6ef7 Add Gitea build results 2025-08-12 18:15:34 +02:00
3884b25fa7 Accepting request 1084435 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1084435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=8
2023-05-04 15:09:16 +00:00
bf30aa2dc5 Accepting request 1084382 from devel:languages:perl:autoupdate
- updated to 1.000038
   see /usr/share/doc/packages/perl-Module-Metadata/Changes
  1.000038  2023-04-28 11:25:40Z
    - detects "class" syntax

OBS-URL: https://build.opensuse.org/request/show/1084382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=18
2023-05-03 15:20:06 +00:00
e71d28d72c Accepting request 729395 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/729395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=7
2019-09-20 12:38:34 +00:00
Stephan Kulow
b3ffe9c146 Accepting request 729268 from devel:languages:perl:autoupdate
Automatic update

OBS-URL: https://build.opensuse.org/request/show/729268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=16
2019-09-09 10:12:52 +00:00
c570d4440e Accepting request 698637 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/698637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=6
2019-05-03 20:37:23 +00:00
Lars Vogdt
3e2ac09a2f Accepting request 696112 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/696112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=14
2019-04-27 10:21:41 +00:00
1f3b4508b7 Accepting request 695938 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/695938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=5
2019-04-21 07:03:08 +00:00
f1967229d8 Accepting request 695402 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/695402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=12
2019-04-19 09:17:26 +00:00
a38c3f8ebc Accepting request 416432 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/416432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=4
2016-08-18 08:18:05 +00:00
Stephan Kulow
519f38c2d3 Accepting request 415196 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/415196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=10
2016-08-01 14:58:07 +00:00
d8e44f0d78 Accepting request 306539 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/306539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=3
2015-05-18 19:30:08 +00:00
Stephan Kulow
a00704465d Accepting request 296061 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Metadata?expand=0&rev=2
2015-04-25 19:14:53 +00:00
6 changed files with 134 additions and 20 deletions

View File

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

View File

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

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-Metadata/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-Metadata)

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,77 @@
-------------------------------------------------------------------
Sat Apr 29 03:12:16 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.000038
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000038 2023-04-28 11:25:40Z
- detects "class" syntax
-------------------------------------------------------------------
Sun Sep 8 19:52:14 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.000037
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000037 2019-09-07 18:32:44Z
- add decode_pod option for automatic =encoding handling
-------------------------------------------------------------------
Sat Apr 20 05:15:40 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.000036
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000036 2019-04-18 18:25:15Z
- properly clean up temp dirs after testing
-------------------------------------------------------------------
Thu Apr 18 05:15:25 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.000035
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000035 2019-04-18 02:43:11Z
- quieten noisy tests (issue #31)
1.000034 2018-07-19 20:26:18Z (TRIAL RELEASE)
- fix how relative paths are absolutized, so they work properly on MSWin32
(Christian Walde, PR#24)
-------------------------------------------------------------------
Tue Jul 26 05:32:49 UTC 2016 - coolo@suse.com
- updated to 1.000033
see /usr/share/doc/packages/perl-Module-Metadata/Changes
1.000033 2016-07-24 23:32:58Z
- fix file operation in tests for VMS
1.000032 2016-04-23 22:36:24Z (TRIAL RELEASE)
- use a more strict matching heuristic when attempting to infer the
"primary" module name in a parsed .pm file
- only report "main" as the module name if code was seen outside another
namespace, fixing bad results for pod files (RT#107525)
1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE)
- be less noisy on failure when building as part of perl core (see perl
RT#126685)
1.000030 2015-11-20 03:03:24Z (TRIAL RELEASE)
- temp dirs cleaned up during tests (Steve Hay)
- more accurately mark tests as TODO, so as to have a quieter and less
confusing test run without passing TODO tests. This release is primarily
intended for the perl 5.23.5 release.
1.000029 2015-09-11 16:25:43Z (TRIAL RELEASE)
- fix missing "use" statement in refactored test helper (only affected older
perls, due to other module interactions)
1.000028 2015-09-11 04:24:39Z (TRIAL RELEASE)
- refactored and expanded test cases
- fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17)
- fix the detection of package Foo when $Foo::VERSION is set (RT#85961)
-------------------------------------------------------------------
Sun May 10 13:01:42 UTC 2015 - lars@linux-schulserver.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Metadata
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,24 @@
# 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-Metadata
Version: 1.000027
Release: 0
%define cpan_name Module-Metadata
Name: perl-Module-Metadata
Version: 1.000038
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Gather package and POD information from perl module files
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Metadata/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.82
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(version) >= 0.87
Requires: perl(version) >= 0.87
%{perl_requires}
@@ -41,14 +41,14 @@ determining the version of a module, the '$VERSION' assignment is 'eval'ed,
as is traditional in the CPAN toolchain.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{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
@@ -56,7 +56,7 @@ as is traditional in the CPAN toolchain.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README
%doc Changes CONTRIBUTING README
%license LICENCE
%changelog