From df32382256c50cda94a9f881473487c0fcb7711c Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sep 28 2017 08:10:54 +0000
Subject: Update to 1.0006


- New upstream release 1.0006
  - Fix failing to find the difference in this scenario (CPAN RT#84546):
    Before: <element>0</element>
    After: <element></element>
- Drop EL-5 support:
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section

---

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..c6aeaf4
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,3 @@
+from Config import *
+
+addFilter("spelling-error %description -l en_US hashrefs? -> ")
diff --git a/perl-XML-SemanticDiff.spec b/perl-XML-SemanticDiff.spec
index 2670394..a3a2093 100644
--- a/perl-XML-SemanticDiff.spec
+++ b/perl-XML-SemanticDiff.spec
@@ -1,17 +1,15 @@
 Name:          perl-XML-SemanticDiff
 Summary:       Perl extension for comparing XML documents
-Version:       1.0005
-Release:       3%{?dist}
+Version:       1.0006
+Release:       1%{?dist}
 License:       GPL+ or Artistic
-Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/XML-SemanticDiff/
 Source0:       
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-%{version}.tar.gz
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 # Module Build
 BuildRequires: coreutils
-BuildRequires: perl-interpreter >= 4:5.12.0
 BuildRequires: perl-generators
+BuildRequires: perl%{?fedora:-interpreter} >= 4:5.12.0
 BuildRequires: perl(Module::Build) >= 0.28
 # Module Runtime
 BuildRequires: perl(Digest::MD5)
@@ -45,16 +43,12 @@ perl Build.PL --installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
 ./Build install --destdir=%{buildroot} --create_packlist=0
 %{_fixperms} -c %{buildroot}
 
 %check
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %if 0%{?_licensedir:1}
 %license LICENSE
@@ -67,6 +61,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/XML::SemanticDiff::BasicHandler.3*
 
 %changelog
+* Thu Sep 28 2017 Paul Howarth <p...@city-fan.org> - 1.0006-1
+- Update to 1.0006
+  - Fix failing to find the difference in this scenario (CPAN RT#84546):
+    Before: <element>0</element>
+    After: <element></element>
+- Drop EL-5 support:
+  - Drop BuildRoot: and Group: tags
+  - Drop explicit buildroot cleaning in %%install section
+  - Drop explicit %%clean section
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.0005-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index 63b8b23..f4d3225 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (XML-SemanticDiff-1.0005.tar.gz) = 
c508be57dd166432cb46c53a5020f2921b26b6e1fcf30677e22c58a458a4fa33bb983a5f3ddd1724c7d330d08c1a08b28337a3d92ffbc8b42406a5ff650a2dbd
+SHA512 (XML-SemanticDiff-1.0006.tar.gz) = 
ce0ccb2294d8621aa5e505a6df5e32ba49dc0c32c8280b405c456856e7aa868c2ca6a0959c21eb0329cdbec9ec2417505467c8a4d28501bcf3ddab4c185f62d1


        
https://src.fedoraproject.org/rpms/perl-XML-SemanticDiff/c/df32382256c50cda94a9f881473487c0fcb7711c?branch=epel7
_______________________________________________
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