diff --git a/.gitignore b/.gitignore index 22bdf52..786b0c3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Config-Any-0.19.tar.gz /Config-Any-0.23.tar.gz /Config-Any-0.24.tar.gz /Config-Any-0.25.tar.gz +/Config-Any-0.26.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index 0cefeaf..65475fe 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,6 +1,6 @@ Name: perl-Config-Any Summary: Load configuration from different file formats, transparently -Version: 0.25 +Version: 0.26 Release: 1%{?dist} License: GPL+ or Artistic @@ -57,10 +57,14 @@ make test %files # conf/ for examples of different config types %doc Changes README -%{perl_vendorlib}/* -%{_mandir}/man3/* +%{perl_vendorlib}/Config* +%{_mandir}/man3/Config* %changelog +* Sun May 10 2015 Emmanuel Seyman - 0.26-1 +- Update to 0.26 +- Tighten file listing + * Sat Apr 25 2015 Emmanuel Seyman - 0.25-1 - Update to 0.25 - Clean up spec file diff --git a/sources b/sources index 32255eb..fb9d428 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d250b59ea7533921c56d25ff135c3b5f Config-Any-0.25.tar.gz +5c5ac3e32674a98681da85a56424847a Config-Any-0.26.tar.gz