0.92 bump
This commit is contained in:
parent
5a71dafca5
commit
6b4dd21859
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ IPC-Cmd-0.40.tar.gz
|
||||
/IPC-Cmd-0.84.tar.gz
|
||||
/IPC-Cmd-0.86.tar.gz
|
||||
/IPC-Cmd-0.90.tar.gz
|
||||
/IPC-Cmd-0.92.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-IPC-Cmd
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 0.90
|
||||
Version: 0.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Finding and running system commands made easy
|
||||
License: GPL+ or Artistic
|
||||
@ -33,6 +33,7 @@ BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
# output.pl/IO::Handle not used
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -73,6 +74,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 23 2014 Petr Pisar <ppisar@redhat.com> - 1:0.92-1
|
||||
- 0.92 bump
|
||||
|
||||
* Tue Nov 19 2013 Petr Pisar <ppisar@redhat.com> - 1:0.90-1
|
||||
- 0.90 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user