Accepting request 482149 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/482149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-DPath?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2017-03-23 06:50:51 +00:00
committed by Git OBS Bridge
parent f872c0d92b
commit 4569420257
4 changed files with 19 additions and 7 deletions

View File

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

3
Data-DPath-0.56.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 23 06:28:26 UTC 2017 - coolo@suse.com
- updated to 0.56
see /usr/share/doc/packages/perl-Data-DPath/Changes
0.56 2017-03-22
- no warnings: 'uninitialized'; Safe compartments; smartmatch operator usage [Diab Jerius]
- introduce Point attribute 'idx' to be used in array filters [Diab Jerius]
- Dist::Zilla distro polishing [Diab Jerius]
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 20 08:45:01 UTC 2015 - coolo@suse.com Sun Sep 20 08:45:01 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-DPath # spec file for package perl-Data-DPath
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 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
@@ -17,14 +17,14 @@
Name: perl-Data-DPath Name: perl-Data-DPath
Version: 0.55 Version: 0.56
Release: 0 Release: 0
%define cpan_name Data-DPath %define cpan_name Data-DPath
Summary: DPath is not XPath! Summary: DPath is not XPath!
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-DPath/ Url: http://search.cpan.org/dist/Data-DPath/
Source0: http://www.cpan.org/authors/id/S/SC/SCHWIGON/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/%{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
@@ -70,6 +70,7 @@ DPath is not XPath!
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README todo.org %doc Changes README todo.org
%license LICENSE
%changelog %changelog