8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
a03cac2587 Accepting request 1156557 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Metrics-Any?expand=0&rev=6
2024-03-09 19:55:29 +00:00
4104af2b48 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Metrics-Any?expand=0&rev=10
2024-03-08 22:43:02 +00:00
ca9dbbc34c Accepting request 1101157 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1101157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Metrics-Any?expand=0&rev=5
2023-07-28 20:20:32 +00:00
b2417b109c Accepting request 1100462 from devel:languages:perl:autoupdate
- updated to 0.10
   see /usr/share/doc/packages/perl-Metrics-Any/Changes
  0.10    2023-07-07
          [CHANGES]
           * Swap all of the unit tests from Test::More to Test2::V0

OBS-URL: https://build.opensuse.org/request/show/1100462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Metrics-Any?expand=0&rev=8
2023-07-28 07:44:37 +00:00
3b86f58733 Accepting request 1042832 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1042832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Metrics-Any?expand=0&rev=4
2022-12-14 13:11:08 +00:00
Stephan Kulow
a61b567996 Accepting request 1041127 from devel:languages:perl:autoupdate
- updated to 0.09
   see /usr/share/doc/packages/perl-Metrics-Any/Changes
  0.09    2022-11-28
          [CHANGES]
           * Define a new API for optional high-performance batch mode
             collection of counter and gauge metrics

OBS-URL: https://build.opensuse.org/request/show/1041127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Metrics-Any?expand=0&rev=6
2022-12-14 08:57:32 +00:00
ba12b10b6f Accepting request 1011021 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1011021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Metrics-Any?expand=0&rev=3
2022-10-15 14:37:53 +00:00
b754793f57 Accepting request 1010907 from devel:languages:perl:autoupdate
- updated to 0.08
   see /usr/share/doc/packages/perl-Metrics-Any/Changes
  0.08    2022-10-11
          [CHANGES]
           * Optionally allow the test adapter to store full values for
             distributions

OBS-URL: https://build.opensuse.org/request/show/1010907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Metrics-Any?expand=0&rev=4
2022-10-14 19:12:27 +00:00
6c4cc5cc17 Accepting request 908179 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/908179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Metrics-Any?expand=0&rev=2
2021-07-26 15:38:08 +00:00
Stephan Kulow
d3bcfd97b1 Accepting request 907946 from devel:languages:perl:autoupdate
- updated to 0.07
   see /usr/share/doc/packages/perl-Metrics-Any/Changes
  0.07    2021-07-21
          [CHANGES]
           * Added METRICS_ANY_DISABLE environment variable (RT137911)
           * Added `SEE ALSO` docs section (RT132901)

OBS-URL: https://build.opensuse.org/request/show/907946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Metrics-Any?expand=0&rev=3
2021-07-26 05:38:55 +00:00
5 changed files with 109 additions and 18 deletions

View File

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

3
Metrics-Any-0.10.tar.gz Normal file
View File

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

35
cpanspec.yml Normal file
View File

@@ -0,0 +1,35 @@
---
#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:
# baz.patch: PATCH-FIX-OPENSUSE
#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
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Mar 8 22:42:57 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sat Jul 8 03:07:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.10
see /usr/share/doc/packages/perl-Metrics-Any/Changes
0.10 2023-07-07
[CHANGES]
* Swap all of the unit tests from Test::More to Test2::V0
-------------------------------------------------------------------
Tue Nov 29 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.09
see /usr/share/doc/packages/perl-Metrics-Any/Changes
0.09 2022-11-28
[CHANGES]
* Define a new API for optional high-performance batch mode
collection of counter and gauge metrics
-------------------------------------------------------------------
Wed Oct 12 03:06:35 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.08
see /usr/share/doc/packages/perl-Metrics-Any/Changes
0.08 2022-10-11
[CHANGES]
* Optionally allow the test adapter to store full values for
distributions
-------------------------------------------------------------------
Thu Jul 22 03:08:36 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.07
see /usr/share/doc/packages/perl-Metrics-Any/Changes
0.07 2021-07-21
[CHANGES]
* Added METRICS_ANY_DISABLE environment variable (RT137911)
* Added `SEE ALSO` docs section (RT132901)
-------------------------------------------------------------------
Fri Oct 16 08:56:38 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Metrics-Any
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -16,24 +16,33 @@
#
Name: perl-Metrics-Any
Version: 0.06
Release: 0
%define cpan_name Metrics-Any
Summary: Abstract collection of monitoring metrics
Name: perl-Metrics-Any
Version: 0.100.0
Release: 0
%define cpan_version 0.10
Provides: perl(Metrics::Any) = 0.100.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Abstract collection of monitoring metrics
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::Util) >= 1.29
BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test2::V0)
Requires: perl(List::Util) >= 1.29
Provides: perl(Metrics::Any::Adapter) = 0.100.0
Provides: perl(Metrics::Any::Adapter::File) = 0.100.0
Provides: perl(Metrics::Any::Adapter::Null) = 0.100.0
Provides: perl(Metrics::Any::Adapter::Stderr) = 0.100.0
Provides: perl(Metrics::Any::Adapter::Tee) = 0.100.0
Provides: perl(Metrics::Any::Adapter::Test) = 0.100.0
Provides: perl(Metrics::Any::AdapterBase::Stored) = 0.100.0
Provides: perl(Metrics::Any::Collector) = 0.100.0
%undefine __perllib_provides
%{perl_requires}
%description
@@ -59,21 +68,20 @@ reporting (as well as to write code which does not itself depend on the
code required to perform that reporting).
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE