From 60354511c0e3b4d0baace2615e3f9ae1021e60e5 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Feb 08 2017 09:50:53 +0000
Subject: Update to 1.0005


- New upstream release 1.0005
  - Convert the distribution to use git, GitHub, and Dist-Zilla
  - Correct some spelling errors and add more tests
  - Remove trailing whitespace

---

diff --git a/perl-XML-SemanticDiff.spec b/perl-XML-SemanticDiff.spec
index f308600..4d58e0c 100644
--- a/perl-XML-SemanticDiff.spec
+++ b/perl-XML-SemanticDiff.spec
@@ -1,35 +1,34 @@
 Name:          perl-XML-SemanticDiff
 Summary:       Perl extension for comparing XML documents
-Version:       1.0004
-Release:       6%{?dist}
+Version:       1.0005
+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
 
+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: perl
+BuildRequires: coreutils
+BuildRequires: perl >= 4:5.12.0
 BuildRequires: perl-generators
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(lib)
-BuildRequires: perl(Module::Build)
+BuildRequires: perl(Module::Build) >= 0.28
 # Module Runtime
 BuildRequires: perl(Digest::MD5)
 BuildRequires: perl(Encode)
 BuildRequires: perl(strict)
-BuildRequires: perl(vars)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XML::Parser)
 # Test Suite
+BuildRequires: perl(blib)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(IPC::Open3)
 BuildRequires: perl(Test)
 BuildRequires: perl(Test::More)
+BuildRequires: perl(vars)
 # Optional Tests
-%if 0%{?fedora} || 0%{?rhel} > 6
-BuildRequires: perl(Test::CPAN::Changes)
-%endif
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+BuildRequires: perl(Test::TrailingSpace)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -48,7 +47,7 @@ perl Build.PL --installdirs=vendor
 %install
 rm -rf %{buildroot}
 ./Build install --destdir=%{buildroot} --create_packlist=0
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 ./Build test
@@ -68,6 +67,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/XML::SemanticDiff::BasicHandler.3*
 
 %changelog
+* Wed Feb  8 2017 Paul Howarth <p...@city-fan.org> - 1.0005-1
+- Update to 1.0005
+  - Convert the distribution to use git, GitHub, and Dist-Zilla
+  - Correct some spelling errors and add more tests
+  - Remove trailing whitespace
+
 * Mon May 16 2016 Jitka Plesnikova <jples...@redhat.com> - 1.0004-6
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 5b1af47..63b8b23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d13434cbc3eb2721b45c942ddb05d97  XML-SemanticDiff-1.0004.tar.gz
+SHA512 (XML-SemanticDiff-1.0005.tar.gz) = 
c508be57dd166432cb46c53a5020f2921b26b6e1fcf30677e22c58a458a4fa33bb983a5f3ddd1724c7d330d08c1a08b28337a3d92ffbc8b42406a5ff650a2dbd


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