2.0103 bump
This commit is contained in:
parent
8de6bad2c7
commit
b88f71a739
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-2.0018.tar.gz
|
/XML-LibXML-2.0018.tar.gz
|
||||||
/XML-LibXML-2.0019.tar.gz
|
/XML-LibXML-2.0019.tar.gz
|
||||||
/XML-LibXML-2.0101.tar.gz
|
/XML-LibXML-2.0101.tar.gz
|
||||||
|
/XML-LibXML-2.0103.tar.gz
|
||||||
|
@ -3,7 +3,7 @@ Name: perl-XML-LibXML
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||||
# it might not be needed anymore
|
# it might not be needed anymore
|
||||||
# this module is maintained, the other is not
|
# this module is maintained, the other is not
|
||||||
Version: 2.0101
|
Version: 2.0103
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
@ -46,6 +46,9 @@ BuildRequires: perl(Test::More)
|
|||||||
BuildRequires: perl(XML::SAX)
|
BuildRequires: perl(XML::SAX)
|
||||||
# Optional tests
|
# Optional tests
|
||||||
# Optional Test::Differences has a fall-back
|
# Optional Test::Differences has a fall-back
|
||||||
|
%if ! ( 0%{?rhel} )
|
||||||
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
|
%endif
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
# Optional Test::TrailingSpace
|
# Optional Test::TrailingSpace
|
||||||
BuildRequires: perl(threads)
|
BuildRequires: perl(threads)
|
||||||
@ -109,6 +112,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0103-1
|
||||||
|
- 2.0103 bump
|
||||||
|
|
||||||
* Mon Aug 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0101-1
|
* Mon Aug 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0101-1
|
||||||
- 2.0101 bump
|
- 2.0101 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user