Compare commits
10 Commits
f3d4cfbe70
...
bfc0f9513d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfc0f9513d | ||
|
|
02b791a09f | ||
|
|
f488f1448e | ||
|
|
25547c9ceb | ||
|
|
d78c997605 | ||
|
|
892453540c | ||
|
|
3e9c3199ae | ||
|
|
3d1537aa58 | ||
|
|
7e2f5dbd23 | ||
|
|
2aede76865 |
@ -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
|
|
||||||
Binary file not shown.
BIN
Algorithm-Diff-1.201.tar.gz
Normal file
BIN
Algorithm-Diff-1.201.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,15 @@
|
|||||||
%global perl_package_name Algorithm-Diff
|
%global perl_package_name Algorithm-Diff
|
||||||
Name: perl-%{perl_package_name}
|
Name: perl-%{perl_package_name}
|
||||||
Version: 1.1903
|
Version: 1.201
|
||||||
Release: 13
|
Release: 2
|
||||||
|
epoch: 1
|
||||||
Summary: Compute `intelligent' differences between two files / lists
|
Summary: Compute `intelligent' differences between two files / lists
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/pod/Algorithm::Diff
|
URL: https://metacpan.org/pod/Algorithm::Diff
|
||||||
Source0: https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/%{perl_package_name}-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gcc git make
|
BuildRequires: gcc make
|
||||||
BuildRequires: perl-interpreter perl-generators
|
BuildRequires: perl-interpreter perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Carp) perl(Exporter) perl(integer)
|
BuildRequires: perl(Carp) perl(Exporter) perl(integer)
|
||||||
@ -27,7 +27,7 @@ find the *smallest possible* set of differences.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{perl_package_name}-%{version} -S git -p0
|
%autosetup -n %{perl_package_name}-%{version} -p0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -43,13 +43,25 @@ make test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README *.pl
|
%doc Changes README
|
||||||
%{perl_vendorlib}/Algorithm
|
%{perl_vendorlib}/Algorithm
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.201-2
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 1.201-1
|
||||||
|
- upgrade version to 1.201
|
||||||
|
|
||||||
|
* Sat 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
|
* Thu Sep 26 2019 shenyangyang<shenyangyang4@huawei.com> - 1.1903-13
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
113
perl-Algorithm-Diff.yaml
Normal file
113
perl-Algorithm-Diff.yaml
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
---
|
||||||
|
version_control: metacpan
|
||||||
|
src_repo: Algorithm-Diff
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
|
last_query:
|
||||||
|
time_stamp: 2020-04-26 07:41:12.479802860 +00:00
|
||||||
|
raw_data: |
|
||||||
|
{
|
||||||
|
"version" : "1.1903",
|
||||||
|
"dependency" : [
|
||||||
|
{
|
||||||
|
"relationship" : "requires",
|
||||||
|
"phase" : "configure",
|
||||||
|
"version" : "0",
|
||||||
|
"module" : "ExtUtils::MakeMaker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"relationship" : "requires",
|
||||||
|
"version" : "0",
|
||||||
|
"module" : "ExtUtils::MakeMaker",
|
||||||
|
"phase" : "build"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name" : "Algorithm-Diff-1.1903",
|
||||||
|
"tests" : {
|
||||||
|
"na" : 0,
|
||||||
|
"fail" : 0,
|
||||||
|
"pass" : 28222,
|
||||||
|
"unknown" : 37
|
||||||
|
},
|
||||||
|
"maturity" : "released",
|
||||||
|
"stat" : {
|
||||||
|
"size" : 34174,
|
||||||
|
"uid" : 1009,
|
||||||
|
"mode" : 33204,
|
||||||
|
"mtime" : 1416981236,
|
||||||
|
"gid" : 1009
|
||||||
|
},
|
||||||
|
"date" : "2014-11-26T05:53:56",
|
||||||
|
"checksum_sha256" : "30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751",
|
||||||
|
"metadata" : {
|
||||||
|
"abstract" : "unknown",
|
||||||
|
"no_index" : {
|
||||||
|
"directory" : [
|
||||||
|
"t",
|
||||||
|
"inc",
|
||||||
|
"t",
|
||||||
|
"xt",
|
||||||
|
"inc",
|
||||||
|
"local",
|
||||||
|
"perl5",
|
||||||
|
"fatlib",
|
||||||
|
"example",
|
||||||
|
"blib",
|
||||||
|
"examples",
|
||||||
|
"eg"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name" : "Algorithm-Diff",
|
||||||
|
"author" : [
|
||||||
|
"unknown"
|
||||||
|
],
|
||||||
|
"version" : "1.1903",
|
||||||
|
"release_status" : "stable",
|
||||||
|
"license" : [
|
||||||
|
"unknown"
|
||||||
|
],
|
||||||
|
"dynamic_config" : 1,
|
||||||
|
"meta-spec" : {
|
||||||
|
"version" : "2",
|
||||||
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
|
||||||
|
},
|
||||||
|
"generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141170, CPAN::Meta::Converter version 2.150005",
|
||||||
|
"prereqs" : {
|
||||||
|
"runtime" : {
|
||||||
|
"requires" : {}
|
||||||
|
},
|
||||||
|
"build" : {
|
||||||
|
"requires" : {
|
||||||
|
"ExtUtils::MakeMaker" : "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"configure" : {
|
||||||
|
"requires" : {
|
||||||
|
"ExtUtils::MakeMaker" : "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resources" : {},
|
||||||
|
"main_module" : "Algorithm::Diff",
|
||||||
|
"archive" : "Algorithm-Diff-1.1903.tar.gz",
|
||||||
|
"distribution" : "Algorithm-Diff",
|
||||||
|
"license" : [
|
||||||
|
"unknown"
|
||||||
|
],
|
||||||
|
"first" : false,
|
||||||
|
"deprecated" : "false",
|
||||||
|
"download_url" : "https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz",
|
||||||
|
"author" : "TYEMQ",
|
||||||
|
"status" : "latest",
|
||||||
|
"authorized" : true,
|
||||||
|
"abstract" : "Compute `intelligent' differences between two files / lists but use the old (<=0.59) interface.",
|
||||||
|
"checksum_md5" : "0e8add21a641b8d66436df0c2024bf3b",
|
||||||
|
"changes_file" : "Changes",
|
||||||
|
"version_numified" : 1.1903,
|
||||||
|
"provides" : [
|
||||||
|
"Algorithm::Diff",
|
||||||
|
"Algorithm::Diff::_impl"
|
||||||
|
],
|
||||||
|
"id" : "ZJF089w4zQQl4fmJ_P3X2pMHJhA"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user