]> git.pld-linux.org Git - packages/perl-Net-DNS.git/commitdiff
- up to 0.67 auto/th/perl-Net-DNS-0_67-1
authorzbyniu <zbyniu@pld-linux.org>
Sun, 22 Jan 2012 21:20:27 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-DNS-ignore-resolv_conf-open-errors.patch -> 1.2
    perl-Net-DNS.spec -> 1.96

perl-Net-DNS-ignore-resolv_conf-open-errors.patch
perl-Net-DNS.spec

index 1de877d09e818600ab7f9c1b8f55cf5576bebf9e..fca6d13ea51d3a9cca1d66aa926d96e668a3baa1 100644 (file)
@@ -3,9 +3,9 @@
 @@ -21,7 +21,17 @@
  sub init {
        my ($class) = @_;
-       
 +      eval {
-       $class->read_config_file($resolv_conf) if -f $resolv_conf && -r _; 
+       $class->read_config_file($resolv_conf) if -f $resolv_conf && -r _;
 +      };
 +      if ( $@ ) {
 +              if ( $@ =~ /^Could not open / ) {
@@ -15,6 +15,6 @@
 +                      die $@;
 +              }
 +      }
-       
        foreach my $dir (@config_path) {
                my $file = "$dir/$dotfile";
index e9b54ac02911568abb477dd7faa7e93e64bf8994..51234ddb1eb7c25d8c1557b655676f2c0f88ea32 100644 (file)
@@ -9,13 +9,13 @@
 Summary:       Net::DNS - Perl interface to the DNS resolver
 Summary(pl.UTF-8):     Net::DNS - interfejs perlowy do resolvera DNS
 Name:          perl-Net-DNS
-Version:       0.66
-Release:       3
+Version:       0.67
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://search.cpan.org/CPAN/authors/id/O/OL/OLAF/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 1635d876324e3c2f6e277d5778bfe94c
+# Source0-md5: 8caf473b6f74cae38ee18c162041a5db
 Patch0:                %{name}-ignore-resolv_conf-open-errors.patch
 URL:           http://search.cpan.org/dist/Net-DNS/
 BuildRequires: perl-devel >= 1:5.8.0
This page took 0.070696 seconds and 4 git commands to generate.