0.009 bump
This commit is contained in:
parent
4b433f32f2
commit
aa119236b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/Lexical-Var-0.007.tar.gz
|
/Lexical-Var-0.007.tar.gz
|
||||||
/Lexical-Var-0.008.tar.gz
|
/Lexical-Var-0.008.tar.gz
|
||||||
|
/Lexical-Var-0.009.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Lexical-Var
|
Name: perl-Lexical-Var
|
||||||
Version: 0.008
|
Version: 0.009
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Static variables without name space pollution
|
Summary: Static variables without name space pollution
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -50,6 +50,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 27 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.009-1
|
||||||
|
- 0.009 bump
|
||||||
|
|
||||||
* Mon Aug 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-1
|
* Mon Aug 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-1
|
||||||
- 0.008 bump
|
- 0.008 bump
|
||||||
- Modernize spec
|
- Modernize spec
|
||||||
|
Loading…
Reference in New Issue
Block a user