Convert end-of-lines in Changes.
Signed-off-by: Marcela Mašláňová <mmaslano@redhat.com>
This commit is contained in:
parent
1841383194
commit
8bc87249be
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Warn
|
||||
Version: 0.24
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Perl extension to test methods for warnings
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
@ -28,6 +28,7 @@ based code.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-Warn-%{version}
|
||||
sed -i -e 's/\r//' Changes
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -47,6 +48,9 @@ make test
|
||||
%{_mandir}/man3/Test::Warn.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-4
|
||||
- Convert end-of-lines in Changes
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user