commit perl-IP-Country for openSUSE:Factory

2015-04-25 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IP-Country.new/perl-IP-Country.changes 
2015-04-25 21:16:20.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:27:42 UTC 2015 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.qFtR3G/_new  2015-04-25 21:16:21.0 +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' 

commit perl-IP-Country for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package perl-IP-Country for openSUSE:Factory 
checked in at 2012-06-26 17:16:46

Comparing /work/SRC/openSUSE:Factory/perl-IP-Country (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IP-Country.new (New)


Package is perl-IP-Country, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-IP-Country/perl-IP-Country.changes  
2011-11-21 12:41:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IP-Country.new/perl-IP-Country.changes 
2012-06-26 17:16:49.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 21 08:09:38 UTC 2012 - cfarr...@suse.com
+
+- license update: (GPL-1.0+ or Artistic-1.0) and SUSE-Redistributable-Content
+  SPDX format and add SUSE-Redistributable-Content from the list linked at
+  http://license.opensuse.org
+
+---



Other differences:
--
++ perl-IP-Country.spec ++
--- /var/tmp/diff_new_pack.U56wTx/_old  2012-06-26 17:16:50.0 +0200
+++ /var/tmp/diff_new_pack.U56wTx/_new  2012-06-26 17:16:50.0 +0200
@@ -23,7 +23,7 @@
 Summary:Fast lookup of country codes from IP addresses
 Version:2.27
 Release:9
-License:Artistic License and others
+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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-IP-Country for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-IP-Country for openSUSE:Factory 
checked in at 2011-11-21 12:41:40

Comparing /work/SRC/openSUSE:Factory/perl-IP-Country (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IP-Country.new (New)


Package is perl-IP-Country, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-IP-Country/perl-IP-Country.changes  
2011-09-23 12:37:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IP-Country.new/perl-IP-Country.changes 
2011-11-21 12:41:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:09:41 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  IP-Country-2.27.tar.bz2

New:

  IP-Country-2.27.tar.gz



Other differences:
--
++ perl-IP-Country.spec ++
--- /var/tmp/diff_new_pack.1Hdxig/_old  2011-11-21 12:41:48.0 +0100
+++ /var/tmp/diff_new_pack.1Hdxig/_new  2011-11-21 12:41:48.0 +0100
@@ -26,7 +26,7 @@
 License:Artistic License and others
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IP-Country
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-IP-Country for openSUSE:Factory

2011-08-31 Thread h_root

Hello community,

here is the log from the commit of package perl-IP-Country for openSUSE:Factory
checked in at Wed Aug 31 10:28:56 CEST 2011.




--- perl-IP-Country/perl-IP-Country.changes 2010-11-30 20:26:29.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-IP-Country/perl-IP-Country.changes
2011-08-30 21:04:05.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 19:07:51 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo and standardized Authors: format in description of 
+  perl-IP-Country.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-IP-Country.spec ++
--- /var/tmp/diff_new_pack.N01bRM/_old  2011-08-31 10:28:41.0 +0200
+++ /var/tmp/diff_new_pack.N01bRM/_new  2011-08-31 10:28:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-IP-Country (Version 2.27)
+# spec file for package perl-IP-Country
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -22,7 +22,7 @@
 %define cpan_name IP-Country
 Summary:Fast lookup of country codes from IP addresses
 Version:2.27
-Release:4
+Release:9
 License:Artistic License and others
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IP-Country
@@ -36,7 +36,7 @@
 %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 address are not reverse mapped to any useful domain, and
+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.
 
 This module comes bundled with a database of countries where various IP
@@ -45,8 +45,8 @@
 is probably good enough for most log analysis applications, and under test has
 proved to be as accurate as reverse-DNS and WHOIS lookup.
 
-Author:

+Authors:
+
 Nigel Wetters Gourlay
 
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org