1.0.1 bump
This commit is contained in:
parent
a303cc609a
commit
91b09a64db
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/XML-Catalog-0.02.tar.gz
|
||||
/XML-Catalog-v1.0.0.tar.gz
|
||||
/XML-Catalog-v1.0.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Real version
|
||||
%global cpan_version v1.0.0
|
||||
%global cpan_version v1.0.1
|
||||
|
||||
Name: perl-XML-Catalog
|
||||
Version: %(echo '%{cpan_version}' | tr -d 'v')
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XML::Parser)
|
||||
# Tests
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -56,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.1-1
|
||||
- 1.0.1 bump
|
||||
|
||||
* Thu Oct 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.0-1
|
||||
- 1.0.0 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user