From 0ba3a156161fa76c8213d4893dbedea85740c925 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 23 Apr 2017 11:29:35 +0100
Subject: 0.022 bump

---
 .gitignore         | 1 +
 .rpmlint           | 4 +++-
 perl-utf8-all.spec | 9 ++++++---
 sources            | 2 +-
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index ffd871d..1f6f4d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /utf8-all-0.019.tar.gz
 /utf8-all-0.020.tar.gz
 /utf8-all-0.021.tar.gz
+/utf8-all-0.022.tar.gz
diff --git a/.rpmlint b/.rpmlint
index db65a7d..454ca24 100644
--- a/.rpmlint
+++ b/.rpmlint
@@ -1,2 +1,4 @@
 from Config import *
-addFilter("spelling-error .* (binmode|filehandle|Pragma)");
+addFilter("spelling-error %description -l en_US Pragma -> ")
+addFilter("spelling-error %description -l en_US binmode -> ")
+addFilter("spelling-error %description -l en_US filehandle -> ")
diff --git a/perl-utf8-all.spec b/perl-utf8-all.spec
index 5770854..09e0e31 100644
--- a/perl-utf8-all.spec
+++ b/perl-utf8-all.spec
@@ -1,12 +1,12 @@
 Name:           perl-utf8-all
-Version:        0.021
+Version:        0.022
 Release:        1%{?dist}
 Summary:        Turn on Unicode everywhere
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/utf8-all/
 Source0:        
http://www.cpan.org/authors/id/H/HA/HAYOBAAN/utf8-all-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  make
 BuildRequires:  perl
@@ -62,7 +62,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -delete
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} -c $RPM_BUILD_ROOT
 
 %check
 make test
@@ -74,6 +74,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 23 2017 Paul Howarth <p...@city-fan.org> - 0.022-1
+- 0.022 bump
+
 * Fri Sep 02 2016 Petr Pisar <ppi...@redhat.com> - 0.021-1
 - 0.021 bump
 
diff --git a/sources b/sources
index 851e2d1..fdaca7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79b886d3ac8122cb994f7bf6a9831795  utf8-all-0.021.tar.gz
+SHA512 (utf8-all-0.022.tar.gz) = 
70f3a287c16a0f88c295d1dd5a1da0573bd0d70c4c60b2305e176a86c9c90d74c1a92a5681e07249c1bd468bf89b622cb47d498ed6df47d231bd5c2f72e3427f
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-utf8-all.git/commit/?h=f25&id=0ba3a156161fa76c8213d4893dbedea85740c925
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to