!1 perl-Algorithm-Diff

Merge pull request !1 from syyhao/init
This commit is contained in:
openeuler-ci-bot 2020-01-12 09:58:27 +08:00 committed by Gitee
commit 7e2f5dbd23
2 changed files with 7 additions and 14 deletions

View File

@ -1,12 +0,0 @@
--- lib/Algorithm/DiffOld.pm
+++ lib/Algorithm/DiffOld.pm
@@ -2,8 +2,7 @@
# like versions <= 0.59 used to.
# $Revision: 1.3 $
-package # don't index
- Algorithm::DiffOld;
+package Algorithm::DiffOld;
use strict;
use vars qw($VERSION @EXPORT_OK @ISA @EXPORT);
use integer; # see below in _replaceNextLargerWith() for mod to make

View File

@ -1,12 +1,11 @@
%global perl_package_name Algorithm-Diff
Name: perl-%{perl_package_name}
Version: 1.1903
Release: 13
Release: 14
Summary: Compute `intelligent' differences between two files / lists
License: GPL+ or Artistic
URL: https://metacpan.org/pod/Algorithm::Diff
Source0: https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/%{perl_package_name}-%{version}.tar.gz
Patch0: Algorithm-Diff-1.1903-provides.patch
BuildArch: noarch
BuildRequires: gcc git make
@ -50,6 +49,12 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1903-14
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary files
* Thu Sep 26 2019 shenyangyang<shenyangyang4@huawei.com> - 1.1903-13
- Type:enhancement
- ID:NA