From c32e71aa3e5579d2cee5384781ec478b40521d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Oct 2011 13:51:03 +0200 Subject: [PATCH] 5.0.12 bump --- .gitignore | 1 + sources | 2 +- whois.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5462fcf..7e86726 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /whois_5.0.11.tar.gz +/whois_5.0.12.tar.gz diff --git a/sources b/sources index fba173b..2718fa8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -942e2d90b0bcd7d22765c8e3344fe118 whois_5.0.11.tar.gz +1147b6a993af384ba341cb91666c7e97 whois_5.0.12.tar.gz diff --git a/whois.spec b/whois.spec index 70c4d39..3dd2511 100644 --- a/whois.spec +++ b/whois.spec @@ -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 - 5.0.12-1 +- 5.0.12 bump +- Remove defattr from spec code + * Thu Mar 03 2011 Petr Pisar - 5.0.11-1 - 5.0.11 bump