From 7083dd67aeb1d623674d9037ad444c96a1a16881e6a5decd36ef416fb26fb97a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 21 Aug 2017 16:07:16 +0000 Subject: [PATCH] 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 --- Text-Diff-1.44.tar.gz | 3 --- Text-Diff-1.45.tar.gz | 3 +++ perl-Text-Diff.changes | 10 ++++++++++ perl-Text-Diff.spec | 13 +++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 Text-Diff-1.44.tar.gz create mode 100644 Text-Diff-1.45.tar.gz diff --git a/Text-Diff-1.44.tar.gz b/Text-Diff-1.44.tar.gz deleted file mode 100644 index d34644c..0000000 --- a/Text-Diff-1.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f7a0bed7d085d34a3ffab3a68140d7b816737c87b831086b4c0945bf483b10 -size 29535 diff --git a/Text-Diff-1.45.tar.gz b/Text-Diff-1.45.tar.gz new file mode 100644 index 0000000..cfa1dae --- /dev/null +++ b/Text-Diff-1.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04 +size 29599 diff --git a/perl-Text-Diff.changes b/perl-Text-Diff.changes index 63147f1..3c5f35e 100644 --- a/perl-Text-Diff.changes +++ b/perl-Text-Diff.changes @@ -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 diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec index b059e8b..7e1a43c 100644 --- a/perl-Text-Diff.spec +++ b/perl-Text-Diff.spec @@ -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