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:
parent
79296fa273
commit
7083dd67ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57f7a0bed7d085d34a3ffab3a68140d7b816737c87b831086b4c0945bf483b10
|
||||
size 29535
|
BIN
Text-Diff-1.45.tar.gz
(Stored with Git LFS)
Normal file
BIN
Text-Diff-1.45.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 19 06:21:46 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.45
|
||||
see /usr/share/doc/packages/perl-Text-Diff/Changes
|
||||
|
||||
1.45 2017-08-16 NEILB
|
||||
- Typo fixed in doc. Patch from Lucas Kanashiro++. RT#112564
|
||||
- Documentation improvements PR from David Gutteridge++.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 11:10:13 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user