Accepting request 1234003 from devel:languages:perl:autoupdate
- updated to 0.600.0 (0.60) see /usr/share/doc/packages/perl-Data-DPath/Changes 0.60 2024-09-29 - avoid deprecated smartmatch for most tests [GH #29, Graham Knop] OBS-URL: https://build.opensuse.org/request/show/1234003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-DPath?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afef7ecc0033cc1187ff39d2fb3a41fb97ad44a2d70baf9781a284eb213f4eac
|
|
||||||
size 287021
|
|
3
Data-DPath-0.60.tar.gz
Normal file
3
Data-DPath-0.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99f4426d458c5bb8d4c510e0c2629c8a88ae4f4661c0b1e45c5550362f92ecc1
|
||||||
|
size 288296
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 30 05:32:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.600.0 (0.60)
|
||||||
|
see /usr/share/doc/packages/perl-Data-DPath/Changes
|
||||||
|
|
||||||
|
0.60 2024-09-29
|
||||||
|
- avoid deprecated smartmatch for most tests [GH #29, Graham Knop]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 22:15:44 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 22:15:44 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Data-DPath
|
%define cpan_name Data-DPath
|
||||||
Name: perl-Data-DPath
|
Name: perl-Data-DPath
|
||||||
Version: 0.590.0
|
Version: 0.600.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.59
|
# 0.60 -> normalize -> 0.600.0
|
||||||
|
%define cpan_version 0.60
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: DPath is not XPath!
|
Summary: DPath is not XPath!
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -47,13 +48,13 @@ Requires: perl(Safe) >= 2.30
|
|||||||
Requires: perl(Sub::Exporter)
|
Requires: perl(Sub::Exporter)
|
||||||
Requires: perl(Text::Balanced) >= 2.02
|
Requires: perl(Text::Balanced) >= 2.02
|
||||||
Requires: perl(aliased) >= 0.33
|
Requires: perl(aliased) >= 0.33
|
||||||
Provides: perl(Data::DPath) = 0.590.0
|
Provides: perl(Data::DPath) = %{version}
|
||||||
Provides: perl(Data::DPath::Attrs) = 0.590.0
|
Provides: perl(Data::DPath::Attrs) = %{version}
|
||||||
Provides: perl(Data::DPath::Context) = 0.590.0
|
Provides: perl(Data::DPath::Context) = %{version}
|
||||||
Provides: perl(Data::DPath::Filters) = 0.590.0
|
Provides: perl(Data::DPath::Filters) = %{version}
|
||||||
Provides: perl(Data::DPath::Path) = 0.590.0
|
Provides: perl(Data::DPath::Path) = %{version}
|
||||||
Provides: perl(Data::DPath::Point) = 0.590.0
|
Provides: perl(Data::DPath::Point) = %{version}
|
||||||
Provides: perl(Data::DPath::Step) = 0.590.0
|
Provides: perl(Data::DPath::Step) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -63,6 +64,8 @@ DPath is not XPath!
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%make_build
|
||||||
|
Reference in New Issue
Block a user