forked from pool/perl-Algorithm-Diff
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:
committed by
Git OBS Bridge
parent
7bc94805a7
commit
4873d436e7
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375
|
||||
size 33529
|
3
Algorithm-Diff-1.1903.tar.gz
Normal file
3
Algorithm-Diff-1.1903.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751
|
||||
size 34174
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user