5.0.12 bump

This commit is contained in:
Petr Písař 2011-10-12 13:51:03 +02:00
parent 1691f41644
commit c32e71aa3e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/whois_5.0.11.tar.gz
/whois_5.0.12.tar.gz

View File

@ -1 +1 @@
942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz
1147b6a993af384ba341cb91666c7e97 whois_5.0.12.tar.gz

View File

@ -1,5 +1,5 @@
Name: whois
Version: 5.0.11
Version: 5.0.12
Release: 1%{?dist}
Summary: Improved WHOIS client
@ -66,7 +66,6 @@ fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README debian/changelog debian/copyright
%config(noreplace) %{_sysconfdir}/%{cfgfile}
%{_bindir}/%{name}.%{alternative}
@ -76,6 +75,10 @@ fi
%changelog
* Wed Oct 12 2011 Petr Pisar <ppisar@redhat.com> - 5.0.12-1
- 5.0.12 bump
- Remove defattr from spec code
* Thu Mar 03 2011 Petr Pisar <ppisar@redhat.com> - 5.0.11-1
- 5.0.11 bump