Compare commits
No commits in common. "c8-beta" and "c8-stream-5.3" have entirely different histories.
c8-beta
...
c8-stream-
@ -1,13 +1,12 @@
|
||||
Name: perl-Algorithm-Diff
|
||||
Version: 1.1903
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Compute `intelligent' differences between two files/lists
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Algorithm-Diff/
|
||||
Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz
|
||||
Patch0: Algorithm-Diff-1.1903-provides.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: perl-interpreter
|
||||
@ -55,9 +54,6 @@ rm -f %{buildroot}%{perl_vendorlib}/Algorithm/*.pl
|
||||
%check
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc Changes README *.pl
|
||||
%{perl_vendorlib}/Algorithm/
|
||||
@ -65,6 +61,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Algorithm::DiffOld.3*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user