From 596448aebfa2d1013a1dd7c11cea2e2938c217ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Wed, 7 Jun 2017 08:53:13 +0200
Subject: Teach rpmlint
---
.rpmlint | 2 ++
perl-CPAN-Inject.spec | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
create mode 100644 .rpmlint
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..5490ff9
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* minicpan");
diff --git a/perl-CPAN-Inject.spec b/perl-CPAN-Inject.spec
index 9581295..f71bd59 100644
--- a/perl-CPAN-Inject.spec
+++ b/perl-CPAN-Inject.spec
@@ -1,6 +1,6 @@
Name: perl-CPAN-Inject
Version: 1.14
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: Base class for injecting distributions into CPAN sources
License: GPL+ or Artistic
Group: Development/Libraries
@@ -76,6 +76,9 @@ make test </dev/null
%{_mandir}/man3/*
%changelog
+* Wed Jun 07 2017 Petr Pisar <[email protected]> - 1.14-15
+- Fix a changelog entry
+
* Tue Jun 06 2017 Jitka Plesnikova <[email protected]> - 1.14-14
- Perl 5.26 rebuild
@@ -116,7 +119,7 @@ make test </dev/null
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]>
- 1.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-* Mon Sep 14 2012 Jitka Plesnikova <[email protected]> - 1.14-1
+* Mon Sep 17 2012 Jitka Plesnikova <[email protected]> - 1.14-1
- 1.14 bump
- Modernize spec and drop command macros
- Remove bundled libraries.
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-CPAN-Inject.git/commit/?h=master&id=596448aebfa2d1013a1dd7c11cea2e2938c217ec
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]