Compare commits
No commits in common. "c8s" and "c8-stream-5.3" have entirely different histories.
c8s
...
c8-stream-
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/Algorithm-Diff-1.1903.tar.gz
|
SOURCES/Algorithm-Diff-1.1903.tar.gz
|
||||||
/Algorithm-Diff-1.1903.tar.gz
|
|
||||||
|
1
.perl-Algorithm-Diff.metadata
Normal file
1
.perl-Algorithm-Diff.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
16b50ac7d83c6cb92d1996785e3496ba0a2cce95 SOURCES/Algorithm-Diff-1.1903.tar.gz
|
@ -1,13 +1,12 @@
|
|||||||
Name: perl-Algorithm-Diff
|
Name: perl-Algorithm-Diff
|
||||||
Version: 1.1903
|
Version: 1.1903
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Compute `intelligent' differences between two files/lists
|
Summary: Compute `intelligent' differences between two files/lists
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Algorithm-Diff/
|
URL: http://search.cpan.org/dist/Algorithm-Diff/
|
||||||
Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz
|
||||||
Patch0: Algorithm-Diff-1.1903-provides.patch
|
Patch0: Algorithm-Diff-1.1903-provides.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build:
|
# Build:
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -55,9 +54,6 @@ rm -f %{buildroot}%{perl_vendorlib}/Algorithm/*.pl
|
|||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README *.pl
|
%doc Changes README *.pl
|
||||||
%{perl_vendorlib}/Algorithm/
|
%{perl_vendorlib}/Algorithm/
|
||||||
@ -65,6 +61,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Algorithm::DiffOld.3*
|
%{_mandir}/man3/Algorithm::DiffOld.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.1903-10
|
||||||
|
- Rebuild with enable hardening (bug #1636329)
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1903-9
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1903-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user