From 4873d436e7559579712cd9fe22f78e4578c71653896136126205558a670ea5d9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 14:45:31 +0000 Subject: [PATCH] Accepting request 296839 from devel:languages:perl:autoupdate - updated to 1.1903 see /usr/share/doc/packages/perl-Algorithm-Diff/Changes 1.19_03 2014-11-25 - Fix documentation typos (RT 84981) contributed by dsteinbrunner - add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner - Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. - droped requirement to patch - it clearly doesn't use patch at all OBS-URL: https://build.opensuse.org/request/show/296839 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Diff?expand=0&rev=26 --- Algorithm-Diff-1.1902.tar.gz | 3 --- Algorithm-Diff-1.1903.tar.gz | 3 +++ perl-Algorithm-Diff.changes | 17 +++++++++++++++++ perl-Algorithm-Diff.spec | 15 +++++---------- 4 files changed, 25 insertions(+), 13 deletions(-) delete mode 100644 Algorithm-Diff-1.1902.tar.gz create mode 100644 Algorithm-Diff-1.1903.tar.gz diff --git a/Algorithm-Diff-1.1902.tar.gz b/Algorithm-Diff-1.1902.tar.gz deleted file mode 100644 index e964610..0000000 --- a/Algorithm-Diff-1.1902.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375 -size 33529 diff --git a/Algorithm-Diff-1.1903.tar.gz b/Algorithm-Diff-1.1903.tar.gz new file mode 100644 index 0000000..267f73c --- /dev/null +++ b/Algorithm-Diff-1.1903.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751 +size 34174 diff --git a/perl-Algorithm-Diff.changes b/perl-Algorithm-Diff.changes index 4555225..b473c3b 100644 --- a/perl-Algorithm-Diff.changes +++ b/perl-Algorithm-Diff.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 14 10:05:05 UTC 2015 - coolo@suse.com + +- updated to 1.1903 + see /usr/share/doc/packages/perl-Algorithm-Diff/Changes + + 1.19_03 2014-11-25 + - Fix documentation typos (RT 84981) + contributed by dsteinbrunner + - add -w and -i switches to diffnew.pl (RT 69945) + contributed by Brian.Eschner + - Remove Algorithm::DiffOld from the index + The module is still distributed with Algorithm::Diff, but is not indexed on + CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. + +- droped requirement to patch - it clearly doesn't use patch at all + ------------------------------------------------------------------- Thu Nov 17 08:51:02 UTC 2011 - coolo@suse.com diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 20e0b9f..49869f5 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-Diff # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,24 +16,19 @@ # - Name: perl-Algorithm-Diff -Version: 1.1902 -Release: 1 -License: GPL-1.0+ or Artistic +Version: 1.1903 +Release: 0 %define cpan_name Algorithm-Diff Summary: Compute `intelligent' differences between two files / lists -Url: http://search.cpan.org/dist/Algorithm-Diff/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Algorithm-Diff/ Source: http://www.cpan.org/authors/id/T/TY/TYEMQ/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#MANUAL BEGIN -BuildRequires: patch -Requires: patch -#MANUAL END %{perl_requires} %description