1.004 bump
This commit is contained in:
parent
81578e934c
commit
b64203cbda
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Class-Tiny-0.015.tar.gz
|
||||
/Class-Tiny-1.000.tar.gz
|
||||
/Class-Tiny-1.001.tar.gz
|
||||
/Class-Tiny-1.004.tar.gz
|
||||
|
||||
@ -1,14 +1,17 @@
|
||||
Name: perl-Class-Tiny
|
||||
Version: 1.001
|
||||
Release: 3%{?dist}
|
||||
Version: 1.004
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimalist class construction
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Class-Tiny/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time
|
||||
@ -83,6 +86,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 02 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.004-1
|
||||
- 1.004 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user