Compare commits

...

10 Commits

Author SHA256 Message Date
1e25b0b6bc Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=12
2024-08-16 21:24:09 +00:00
597c448adc Accepting request 1046335 from devel:languages:perl:autoupdate
- updated to 0.207
   see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
  0.207   2022-12-19  Released-By: PERLANCAR; Urgency: low
          - No functional changes.
          - [ux] Tweak an error message to be more informative.
  0.206   2022-12-09  Released-By: PERLANCAR; Urgency: high
          - Derp, fix another checking error.
  0.205   2022-12-09  Released-By: PERLANCAR; Urgency: high; Broken: yes
          - [bugfix] Multiple slurp=1 and slurpy/pos clash were not checked.
          - UPDATE: this release is broken due to a bug, please use 0.206.

OBS-URL: https://build.opensuse.org/request/show/1046335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=11
2023-01-04 15:51:16 +00:00
Stephan Kulow
ab59f20931 Accepting request 1042268 from devel:languages:perl:autoupdate
- updated to 0.204
   see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
  0.204   2022-12-09  Released-By: PERLANCAR; Urgency: high
          - [bugfix] Fix logic bug caused by typo.
          - Enable support for deprecated argument spec property 'greedy' because
            it will make us properly strict in this case.
  0.203   2022-12-09  Released-By: PERLANCAR; Urgency: medium; Broken: yes
          - Perform some checks on function metadata (currently only check
            pos/slurpy).
          - UPDATE: this release is broken due to a bug, please use 0.204.

OBS-URL: https://build.opensuse.org/request/show/1042268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=10
2022-12-13 11:45:36 +00:00
dfb1df0fe9 Accepting request 910829 from devel:languages:perl:autoupdate
- updated to 0.202
   see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes

OBS-URL: https://build.opensuse.org/request/show/910829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=9
2021-08-10 05:52:38 +00:00
80253e00b2 Accepting request 636553 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/636553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=8
2018-09-19 12:18:52 +00:00
Stephan Kulow
3200515f2b Accepting request 499780 from devel:languages:perl:autoupdate
- updated to 0.19
   see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
  0.19    2016-12-11 (PERLANCAR)
  
  	- No functional changes.
  
  	- Bump prereq version Sah::Schema::rinci::function_meta to 1.1.82
  	  (introduced 'index_completion' argument spec property).

OBS-URL: https://build.opensuse.org/request/show/499780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=7
2017-05-30 14:12:28 +00:00
Stephan Kulow
bf21f4c4c7 Accepting request 399101 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/399101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=6
2016-06-01 04:48:49 +00:00
Stephan Kulow
60ca5bf28e Accepting request 393848 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/393848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=5
2016-05-20 05:14:34 +00:00
Stephan Kulow
4d0e70cd15 Accepting request 353382 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/353382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=4
2016-01-14 06:38:40 +00:00
5f23751880 Accepting request 336259 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/336259
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perinci-Sub-Normalize?expand=0&rev=3
2015-10-04 09:48:43 +00:00
4 changed files with 143 additions and 24 deletions

View File

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

View File

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

View File

@@ -1,3 +1,121 @@
-------------------------------------------------------------------
Wed Dec 21 03:08:51 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.207
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.207 2022-12-19 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [ux] Tweak an error message to be more informative.
0.206 2022-12-09 Released-By: PERLANCAR; Urgency: high
- Derp, fix another checking error.
0.205 2022-12-09 Released-By: PERLANCAR; Urgency: high; Broken: yes
- [bugfix] Multiple slurp=1 and slurpy/pos clash were not checked.
- UPDATE: this release is broken due to a bug, please use 0.206.
-------------------------------------------------------------------
Sat Dec 10 03:08:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.204
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.204 2022-12-09 Released-By: PERLANCAR; Urgency: high
- [bugfix] Fix logic bug caused by typo.
- Enable support for deprecated argument spec property 'greedy' because
it will make us properly strict in this case.
0.203 2022-12-09 Released-By: PERLANCAR; Urgency: medium; Broken: yes
- Perform some checks on function metadata (currently only check
pos/slurpy).
- UPDATE: this release is broken due to a bug, please use 0.204.
-------------------------------------------------------------------
Mon Aug 2 03:09:34 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.202
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
-------------------------------------------------------------------
Wed Sep 19 05:49:52 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.200
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
-------------------------------------------------------------------
Thu May 25 08:51:45 UTC 2017 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.19 2016-12-11 (PERLANCAR)
- No functional changes.
- Bump prereq version Sah::Schema::rinci::function_meta to 1.1.82
(introduced 'index_completion' argument spec property).
-------------------------------------------------------------------
Tue May 31 10:55:07 UTC 2016 - coolo@suse.com
- updated to 0.18
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.18 2016-05-11 (PERLANCAR)
- [test] Bump optional test prereq version
Perinci::Sub::Property::{test,result::table} to avoid test failures
[RT#114308].
0.17 2016-05-10 (PERLANCAR)
- Update to Sah::Schema::rinci::function_meta which replaces
Sah::Schema::Rinci.
-------------------------------------------------------------------
Thu May 5 09:55:18 UTC 2016 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.16 2016-04-12 (PERLANCAR)
- No functional changes.
- Fix test [RT#113688].
-------------------------------------------------------------------
Wed Jan 13 10:17:22 UTC 2016 - coolo@suse.com
- updated to 0.15
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.15 2016-01-07 (PERLANCAR)
- Downgrade dependency to Perinci::Sub::Property::retry optional,
to avoid circular dependency problem [RT#110958].
0.14 2015-12-23 (PERLANCAR)
- Move accessing %Sah::Schema::Rinci::SCHEMAS inside function, to
allow more flexibility (e.g. Sah::Schema::Rinci reloaded between
invocation).
- Remove devscripts/bench (see
Bencher::Scenario::Perinci::Sub::Normalize now).
-------------------------------------------------------------------
Sun Oct 4 09:07:55 UTC 2015 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Perinci-Sub-Normalize/Changes
0.13 2015-09-30 (PERLANCAR)
- No functional changes.
- Bump prereq Sah::Schema::Rinci to 1.1.78.
-------------------------------------------------------------------
Fri Sep 4 09:39:00 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perinci-Sub-Normalize
#
# 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,45 +12,46 @@
# 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-Perinci-Sub-Normalize
Version: 0.12
Release: 0
%define cpan_name Perinci-Sub-Normalize
Name: perl-Perinci-Sub-Normalize
Version: 0.207.0
Release: 0
# 0.207 -> normalize -> 0.207.0
%define cpan_version 0.207
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Normalize Rinci function metadata
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Perinci-Sub-Normalize/
Source0: http://www.cpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Sah::Normalize)
BuildRequires: perl(Sah::Schema::Rinci) >= 1.1.44
BuildRequires: perl(Data::Sah::Normalize) >= 0.51.0
BuildRequires: perl(Sah::Schema::rinci::function_meta) >= 1.1.96.0
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
Requires: perl(Data::Sah::Normalize)
Requires: perl(Sah::Schema::Rinci) >= 1.1.44
Requires: perl(Data::Sah::Normalize) >= 0.51.0
Requires: perl(Sah::Schema::rinci::function_meta) >= 1.1.96.0
Provides: perl(Perinci::Sub::Normalize) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
Normalize Rinci function metadata
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%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
@@ -58,7 +59,7 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog