rpms/perl-POE-Component-Client-DNS/devel .cvsignore, 1.2, 1.3 perl-POE-Component-Client-DNS.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Jan 11 18:23:08 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27762/devel

Modified Files:
	.cvsignore perl-POE-Component-Client-DNS.spec sources 
Log Message:
 update to 1.00



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Jul 2006 18:55:46 -0000	1.2
+++ .cvsignore	11 Jan 2007 18:22:38 -0000	1.3
@@ -1 +1 @@
-POE-Component-Client-DNS-0.99.tar.gz
+POE-Component-Client-DNS-1.00.tar.gz


Index: perl-POE-Component-Client-DNS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/perl-POE-Component-Client-DNS.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-POE-Component-Client-DNS.spec	1 Sep 2006 04:18:01 -0000	1.3
+++ perl-POE-Component-Client-DNS.spec	11 Jan 2007 18:22:38 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-POE-Component-Client-DNS
-Version:        0.99        
-Release:        2%{?dist}
+Version:        1.00
+Release:        1%{?dist}
 Summary:        Non-blocking/concurrent DNS queries using Net::DNS and POE 
 
 Group:          Development/Libraries
@@ -11,7 +11,7 @@
 
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(POE) >= 0.31, perl(Net::DNS) >= 0.53
+BuildRequires:  perl(POE) >= 0.31, perl(Net::DNS) >= 0.59
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -31,11 +31,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 # the perldoc/pod documentation is nice, but I really found this much more
 # useful.
@@ -59,6 +60,10 @@
 
 
 %changelog
+* Thu Jan 11 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.00-1
+- update to 1.00
+- bump br on Net::DNS to >= 0.59
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.99-2
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Jul 2006 18:55:46 -0000	1.2
+++ sources	11 Jan 2007 18:22:38 -0000	1.3
@@ -1 +1 @@
-17d8823b50185e4a2536ca8888d45410  POE-Component-Client-DNS-0.99.tar.gz
+3cafec48ed997ecb97cb980ef82732b8  POE-Component-Client-DNS-1.00.tar.gz




More information about the fedora-extras-commits mailing list