Hello community, here is the log from the commit of package perl-IP-Country for openSUSE:Factory checked in at 2015-04-25 21:16:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IP-Country (Old) and /work/SRC/openSUSE:Factory/.perl-IP-Country.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IP-Country" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IP-Country/perl-IP-Country.changes 2012-06-26 17:16:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-IP-Country.new/perl-IP-Country.changes 2015-04-25 21:16:20.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Apr 14 20:27:42 UTC 2015 - [email protected] + +- updated to 2.28 + see /usr/share/doc/packages/perl-IP-Country/CHANGES + + IP-Country-2.28, 2013.05.15 + --------------------------- + Thanks to ANDK for bug report. + BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=74843 + minor robustness suggestion to work with CPAN::Reporter + Database update (thx NHORNE and darrenrh-at-gmail for reminder) + +------------------------------------------------------------------- Old: ---- IP-Country-2.27.tar.gz New: ---- IP-Country-2.28.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IP-Country.spec ++++++ --- /var/tmp/diff_new_pack.qFtR3G/_old 2015-04-25 21:16:21.000000000 +0200 +++ /var/tmp/diff_new_pack.qFtR3G/_new 2015-04-25 21:16:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IP-Country # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,47 +15,47 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-IP-Country +Version: 2.28 +Release: 0 +#Upstream: GPL-1.0+ or Artistic-1.0 %define cpan_name IP-Country -Summary: Fast lookup of country codes from IP addresses -Version: 2.27 -Release: 9 +Summary: Fast Lookup of Country Codes From Ip Addresses License: (GPL-1.0+ or Artistic-1.0) and SUSE-Redistributable-Content Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/IP-Country -Source: %{cpan_name}-%{version}.tar.gz -Source1: %{name}-rpmlintrc +Url: http://search.cpan.org/dist/IP-Country/ +Source0: http://www.cpan.org/authors/id/N/NW/NWETTERS/%{cpan_name}-%{version}.tar.gz +Source1: perl-IP-Country-rpmlintrc +Source2: cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +Requires: perl(Geography::Countries) +%{perl_requires} %description Finding the home country of a client using only the IP address can be -difficult. Looking up the domain name associated with that address can provide -some help, but many IP addresses are not reverse mapped to any useful domain, and -the most common domain (.com) offers no help when looking for country. +difficult. Looking up the domain name associated with that address can +provide some help, but many IP address are not reverse mapped to any useful +domain, and the most common domain (.com) offers no help when looking for +country. This module comes bundled with a database of countries where various IP -addresses have been assigned. Although the country of assignment will probably -be the country associated with a large ISP rather than the client herself, this -is probably good enough for most log analysis applications, and under test has -proved to be as accurate as reverse-DNS and WHOIS lookup. - -Authors: --------- - Nigel Wetters Gourlay - +addresses have been assigned. Although the country of assignment will +probably be the country associated with a large ISP rather than the client +herself, this is probably good enough for most log analysis applications, +and under test has proved to be as accurate as reverse-DNS and WHOIS +lookup. %prep -%setup -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -%{__make} %{?jobs:-j%jobs} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check %{__make} test @@ -65,11 +65,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(-, root, root) -%doc CHANGES README dbmScripts +%defattr(-,root,root,755) +%doc CHANGES README %changelog ++++++ IP-Country-2.27.tar.gz -> IP-Country-2.28.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/CHANGES new/IP-Country-2.28/CHANGES --- old/IP-Country-2.27/CHANGES 2009-07-25 14:28:49.000000000 +0200 +++ new/IP-Country-2.28/CHANGES 2013-05-15 18:13:12.000000000 +0200 @@ -2,6 +2,14 @@ <--------1---------2---------3---------4---------5---------6---------7-> +IP-Country-2.28, 2013.05.15 +--------------------------- +Thanks to ANDK for bug report. +BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=74843 + minor robustness suggestion to work with CPAN::Reporter +Database update (thx NHORNE and darrenrh-at-gmail for reminder) + + IP-Country-2.27, 2009.07.25 --------------------------- Added dependency for Geography::Countries (thx Otto Hirr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/META.yml new/IP-Country-2.28/META.yml --- old/IP-Country-2.27/META.yml 2009-07-25 16:22:22.000000000 +0200 +++ new/IP-Country-2.28/META.yml 2013-05-15 18:21:51.000000000 +0200 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: IP-Country -version: 2.27 +version: 2.28 abstract: fast lookup of country codes from IP addresses author: - Nigel Wetters Gourlay <[email protected]> @@ -16,7 +16,7 @@ directory: - t - inc -generated_by: ExtUtils::MakeMaker version 6.50 +generated_by: ExtUtils::MakeMaker version 6.56 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/bin/ip2cc.PL new/IP-Country-2.28/bin/ip2cc.PL --- old/IP-Country-2.27/bin/ip2cc.PL 2005-05-08 16:21:13.000000000 +0200 +++ new/IP-Country-2.28/bin/ip2cc.PL 2013-05-15 18:21:38.000000000 +0200 @@ -83,7 +83,7 @@ { my $reg = IP::Country->new(); my $tm = gmtime($reg->db_time()); - print "\n IP::Country modules (v$VERSION)\n Copyright (c) 2002-05 Nigel Wetters Gourlay\n"; + print "\n IP::Country modules (v$VERSION)\n Copyright (c) 2002-13 Nigel Wetters Gourlay\n"; print " Database updated $tm\n\n"; } Files old/IP-Country-2.27/lib/IP/Authority/auth.gif and new/IP-Country-2.28/lib/IP/Authority/auth.gif differ Files old/IP-Country-2.27/lib/IP/Authority/ipauth.gif and new/IP-Country-2.28/lib/IP/Authority/ipauth.gif differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/lib/IP/Authority.pm new/IP-Country-2.28/lib/IP/Authority.pm --- old/IP-Country-2.27/lib/IP/Authority.pm 2006-04-06 15:23:42.000000000 +0200 +++ new/IP-Country-2.28/lib/IP/Authority.pm 2013-05-15 17:33:28.000000000 +0200 @@ -4,7 +4,7 @@ use Socket qw ( inet_aton ); use vars qw ( $VERSION ); -$VERSION = '604.001'; # APR 2006, version 0.01 +$VERSION = '1305.001'; # MAY 2013, version 0.01 my $singleton = undef; my $ip_db; @@ -28,7 +28,7 @@ for (my $i = 0; $i <= 255; $i++){ $dtoc[$i] = substr(pack('N',$i),3,1); } - (my $module_dir = $INC{'IP/Authority.pm'}) =~ s/\.pm$//; + (my $module_dir = __FILE__) =~ s/\.pm$//; local $/; # set it so <> reads all the file at once Files old/IP-Country-2.27/lib/IP/Country/Fast/cc.gif and new/IP-Country-2.28/lib/IP/Country/Fast/cc.gif differ Files old/IP-Country-2.27/lib/IP/Country/Fast/ip.gif and new/IP-Country-2.28/lib/IP/Country/Fast/ip.gif differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/lib/IP/Country/Fast.pm new/IP-Country-2.28/lib/IP/Country/Fast.pm --- old/IP-Country-2.27/lib/IP/Country/Fast.pm 2006-04-06 15:24:26.000000000 +0200 +++ new/IP-Country-2.28/lib/IP/Country/Fast.pm 2013-05-15 17:31:07.000000000 +0200 @@ -29,7 +29,7 @@ for (my $i = 0; $i <= 255; $i++){ $dtoc[$i] = substr(pack('N',$i),3,1); } - (my $module_dir = $INC{'IP/Country/Fast.pm'}) =~ s/\.pm$//; + (my $module_dir = __FILE__) =~ s/\.pm$//; local $/; # set it so <> reads all the file at once diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IP-Country-2.27/lib/IP/Country.pm new/IP-Country-2.28/lib/IP/Country.pm --- old/IP-Country-2.27/lib/IP/Country.pm 2009-07-25 14:22:54.000000000 +0200 +++ new/IP-Country-2.28/lib/IP/Country.pm 2013-05-15 17:16:23.000000000 +0200 @@ -1,7 +1,7 @@ package IP::Country; use IP::Country::Fast; @IP::Country::ISA = qw ( IP::Country::Fast ); -$IP::Country::VERSION = '2.27'; +$IP::Country::VERSION = '2.28'; 1; __END__ ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream sources: - perl-IP-Country-rpmlintrc license: (GPL-1.0+ or Artistic-1.0) and SUSE-Redistributable-Content
