forked from pool/perl-Text-Diff
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:
@@ -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
|
Tue Mar 8 11:10:13 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Diff
|
# 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
|
# 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-Text-Diff
|
Name: perl-Text-Diff
|
||||||
Version: 1.44
|
Version: 1.45
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Text-Diff
|
%define cpan_name Text-Diff
|
||||||
Summary: Perform diffs on files and record sets
|
Summary: Perform diffs on files and record sets
|
||||||
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/Text-Diff/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
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
|
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
|
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.
|
them to make sure they are indeed identical.
|
||||||
|
|
||||||
*Note*: If you don't want to import the 'diff' function, do one of the
|
*Note*: If you don't want to import the 'diff' function, do one of the
|
||||||
@@ -54,7 +54,7 @@ following:
|
|||||||
|
|
||||||
require Text::Diff;
|
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
|
If you pass a filename, but the file can't be read, then 'diff()' will
|
||||||
'croak'.
|
'croak'.
|
||||||
@@ -76,6 +76,7 @@ If you pass a filename, but the file can't be read, then 'diff()' will
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user