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
epel9
Paul Howarth 7 years ago
parent 8d3e450344
commit df32382256

@ -0,0 +1,3 @@
from Config import *
addFilter("spelling-error %description -l en_US hashrefs? -> ")

@ -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 <paul@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 <releng@fedoraproject.org> - 1.0005-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
SHA512 (XML-SemanticDiff-1.0005.tar.gz) = c508be57dd166432cb46c53a5020f2921b26b6e1fcf30677e22c58a458a4fa33bb983a5f3ddd1724c7d330d08c1a08b28337a3d92ffbc8b42406a5ff650a2dbd
SHA512 (XML-SemanticDiff-1.0006.tar.gz) = ce0ccb2294d8621aa5e505a6df5e32ba49dc0c32c8280b405c456856e7aa868c2ca6a0959c21eb0329cdbec9ec2417505467c8a4d28501bcf3ddab4c185f62d1

Loading…
Cancel
Save