2.0101 bump
This commit is contained in:
parent
763358a25e
commit
8de6bad2c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-2.0017.tar.gz
|
/XML-LibXML-2.0017.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
|
||||||
|
@ -3,8 +3,8 @@ 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.0019
|
Version: 2.0101
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -47,6 +47,7 @@ BuildRequires: perl(XML::SAX)
|
|||||||
# Optional tests
|
# Optional tests
|
||||||
# Optional Test::Differences has a fall-back
|
# Optional Test::Differences has a fall-back
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
|
# Optional Test::TrailingSpace
|
||||||
BuildRequires: perl(threads)
|
BuildRequires: perl(threads)
|
||||||
BuildRequires: perl(threads::shared)
|
BuildRequires: perl(threads::shared)
|
||||||
BuildRequires: perl(URI::file)
|
BuildRequires: perl(URI::file)
|
||||||
@ -108,6 +109,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0101-1
|
||||||
|
- 2.0101 bump
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0019-3
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0019-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user