Accepting request 699090 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/699090 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-View-JSON?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
c9e7b89239
commit
fe78ff03bf
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5447f6cc360ab34e4880c74e8db9b05e216b750f3ab7efadc21f6461831c2475
|
|
||||||
size 29790
|
|
3
Catalyst-View-JSON-0.37.tar.gz
Normal file
3
Catalyst-View-JSON-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5da3f6e8a77b1c99855de37d58802c0b194e29a7d86c60ed3831cfdd59f9dec
|
||||||
|
size 21127
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 29 05:04:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.37
|
||||||
|
see /usr/share/doc/packages/perl-Catalyst-View-JSON/Changes
|
||||||
|
|
||||||
|
0.37 - 2019-04-28
|
||||||
|
- fix Makefile.PL when current directory not in @INC (perl 5.26+)
|
||||||
|
- convert from Module::Install to Distar for release tooling
|
||||||
|
- Drop unneeded prerequisite on YAML
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 28 09:28:00 UTC 2015 - coolo@suse.com
|
Sat Nov 28 09:28:00 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Catalyst-View-JSON
|
# spec file for package perl-Catalyst-View-JSON
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,29 +12,29 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-Catalyst-View-JSON
|
Name: perl-Catalyst-View-JSON
|
||||||
Version: 0.36
|
Version: 0.37
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Catalyst-View-JSON
|
%define cpan_name Catalyst-View-JSON
|
||||||
Summary: JSON view for your data
|
Summary: JSON view for your data
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Catalyst-View-JSON/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Catalyst) >= 5.6
|
BuildRequires: perl(Catalyst) >= 5.60
|
||||||
BuildRequires: perl(JSON::MaybeXS) >= 1.003000
|
BuildRequires: perl(JSON::MaybeXS) >= 1.003000
|
||||||
BuildRequires: perl(MRO::Compat)
|
BuildRequires: perl(MRO::Compat)
|
||||||
BuildRequires: perl(YAML)
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(Catalyst) >= 5.6
|
Requires: perl(Catalyst) >= 5.60
|
||||||
Requires: perl(JSON::MaybeXS) >= 1.003000
|
Requires: perl(JSON::MaybeXS) >= 1.003000
|
||||||
Requires: perl(MRO::Compat)
|
Requires: perl(MRO::Compat)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -47,11 +47,11 @@ JSON format.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -60,6 +60,7 @@ JSON format.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user