8
0

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
This commit is contained in:
Stephan Kulow
2015-04-15 14:45:31 +00:00
committed by Git OBS Bridge
parent 7bc94805a7
commit 4873d436e7
4 changed files with 25 additions and 13 deletions

View File

@@ -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