0.21 bump
This commit is contained in:
parent
21f19229a9
commit
8c6e63ac7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ File-DesktopEntry-0.04.tar.gz
|
|||||||
/File-DesktopEntry-0.11.tar.gz
|
/File-DesktopEntry-0.11.tar.gz
|
||||||
/File-DesktopEntry-0.12.tar.gz
|
/File-DesktopEntry-0.12.tar.gz
|
||||||
/File-DesktopEntry-0.20.tar.gz
|
/File-DesktopEntry-0.20.tar.gz
|
||||||
|
/File-DesktopEntry-0.21.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-File-DesktopEntry
|
Name: perl-File-DesktopEntry
|
||||||
Version: 0.20
|
Version: 0.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Object to handle .desktop files
|
Summary: Object to handle .desktop files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -56,11 +56,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.21-1
|
||||||
|
- 0.21 bump
|
||||||
|
|
||||||
* Tue Nov 24 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.20-1
|
* Tue Nov 24 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.20-1
|
||||||
- 0.20 bump
|
- 0.20 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user