8
0

Accepting request 517651 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/517651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Diff?expand=0&rev=24
This commit is contained in:
2017-08-21 16:07:16 +00:00
committed by Git OBS Bridge
parent 79296fa273
commit 7083dd67ae
4 changed files with 20 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-Diff
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Text-Diff
Version: 1.44
Version: 1.45
Release: 0
%define cpan_name Text-Diff
Summary: Perform diffs on files and record sets
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Diff/
Source0: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@ generally slower on larger files.
Relies on Algorithm::Diff for, well, the algorithm. This may not produce
the same exact diff as a system's local 'diff' executable, but it will be a
valid diff and comprehensible by 'patch'. We haven't seen any differences
between Algorithm::Diff's logic and GNU diff's, but we have not examined
between Algorithm::Diff's logic and GNU 'diff''s, but we have not examined
them to make sure they are indeed identical.
*Note*: If you don't want to import the 'diff' function, do one of the
@@ -54,7 +54,7 @@ following:
require Text::Diff;
That's a pretty rare occurence, so 'diff()' is exported by default.
That's a pretty rare occurrence, so 'diff()' is exported by default.
If you pass a filename, but the file can't be read, then 'diff()' will
'croak'.
@@ -76,6 +76,7 @@ If you pass a filename, but the file can't be read, then 'diff()' will
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog