8
0

Accepting request 296846 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Algorithm-Diff?expand=0&rev=24
This commit is contained in:
2015-04-16 12:12:51 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375
size 33529

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751
size 34174

View File

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

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