Compare commits

..

No commits in common. "master" and "4dd4d064795086298bd65825dd933e697eeab42e" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1 +1 @@
1.013-4 ./
1.013-2 ./

View File

@ -1,6 +1,6 @@
Name: perl-Perl-Version
Version: 1.013
Release: 4%{?dist}
Release: 2%{?dist}
Summary: Parse and manipulate Perl version strings
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,7 +8,6 @@ URL: http://search.cpan.org/dist/Perl-Version/
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/Perl-Version-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -63,12 +62,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 1.013-4
- BuildReq perl-generators (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 1.013-3
- Add Provides perl(Perl::Version) (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 1.013-2
- new package built with tito