Hello community,

here is the log from the commit of package perl-Email-Valid for openSUSE:Factory
checked in at Wed Jul 20 10:02:15 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Email-Valid/perl-Email-Valid.changes      
2011-04-26 20:24:52.000000000 +0200
@@ -0,0 +1,65 @@
+-------------------------------------------------------------------
+Tue Apr 26 18:11:54 UTC 2011 - [email protected]
+
+- updated to 0.184
+      initialize Net::DNS resolver earlier
+       (address RT #56828, thanks mschout @ github)
+      reject addresses with any octets that are &128
+       (address RT #50230, thanks Adriano Ferreira and Graham Barr)
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:51 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct  6 12:26:07 UTC 2009 - [email protected]
+
+- Update to 0.182
+  - skip DNS tests on machines with lying DNS
+- 0.181     2009-03-23
+  - explicitly require perl5 version 6
+  - update some module metadata (Alexandr Ciornii)
+  - remove hateful indirect method notation (Alexandr Ciornii)
+- 0.180     2009-01-16
+  - add repo location to metadata
+- 0.179   Mon Nov 27 2006
+  - bug 23657: fix domain label regex: thanks, Nobuaki ITO!
+- 0.178   Sat Nov 25 2006
+  - reduce cases in which IO::CaptureOutput is needed on Win32
+    (bug 22062, thanks Alexandr Ciornii)
+- 0.177   Sat Nov 25 2006
+  - resolve bug 22710: make fqdn rule more strict: domains must be multiple
+    valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
+    replace UNIVERSAL:: with eval{}-wrapping
+- 0.176   Thu Jul 27 2006
+  - further improve DNS stuff: try to make Net::DNS a prereq if we think
+    we'll need it later
+- 0.175   Sat Jun 24 2006
+  - attempt to improve nslookup-location on Cygwin
+
+-------------------------------------------------------------------
+Sun Apr 12 2009 Christian Boltz
+
+- some build and rpmlint fixes (unpackaged directories, unsafe RPM_BUILD_ROOT 
cleanup)
+
+-------------------------------------------------------------------
+Tue Jun 20 2006 James Oakley <[email protected]> - 0.174-1
+
+- Build under build service
+
+-------------------------------------------------------------------
+Fri Nov 11 2005 James Oakley <[email protected]> - 0.15-ft.3
+
+- Build for SL10
+
+-------------------------------------------------------------------
+Thu May 12 2005 James Oakley <[email protected]> - 0.15-ft.2
+
+- Build for SL93
+
+-------------------------------------------------------------------
+Fri Nov 19 2004 James Oakley <[email protected]> - 0.15-ft.1
+
+- Build for SL92
+

calling whatdependson for head-i586


New:
----
  Email-Valid-0.184.tar.gz
  perl-Email-Valid.changes
  perl-Email-Valid.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Email-Valid.spec ++++++
#
# spec file for package perl-Email-Valid
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Email-Valid
Version:        0.184
Release:        1
License:        GPL+ or Artistic
%define cpan_name Email-Valid
Summary:        Check validity of Internet email addresses
Url:            http://search.cpan.org/dist/Email-Valid/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Mail::Address)
BuildRequires:  perl(Net::DNS)
BuildRequires:  perl(Test::More)
Requires:       perl(Mail::Address)
Requires:       perl(Net::DNS)
Requires:       perl(Test::More)
%{perl_requires}

%description
This module determines whether an email address is well-formed, and
optionally, whether a mail host exists for the domain.

Please note that there is no way to determine whether an address is
deliverable without attempting delivery (for details, see perlfaq 9).

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
#broken test suite %{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to