Hello community,

here is the log from the commit of package perl-Net-Whois-RIPE for 
openSUSE:Factory checked in at 2013-07-30 16:46:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-Whois-RIPE"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE/perl-Net-Whois-RIPE.changes  
2011-12-01 12:25:25.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new/perl-Net-Whois-RIPE.changes 
    2013-07-30 16:46:39.000000000 +0200
@@ -1,0 +2,33 @@
+Sat Jul 27 11:58:51 UTC 2013 - co...@suse.com
+
+- updated to 2.004001
+            - Remove Test::Exception requirement
+            - Add one test
+            - Fix 'delete' mode on accessor
+            - Add awhois.pl skeleton script
+            Another contribution from Moritz Lenz :
+            - Add abuse_c field to Organisation
+            - Inet6num has an attribute 'assignment_size'
+            - Unknown attributes in Object->new do not die anymore
+            - Add 'delete' mode to attribute update
+            - Minor documentation fix
+            - Add the clone() method to Net::Whois::Object
+            - Enhance accessor for multiple value attributes
+              (enable multiple values in default append mode, add a replace 
mode)
+            - Add a README.md skeleton for github
+            - Changes date format in Changes file 
+            (to comply to Test-Changes spec)
+            - Add new attributes (geoloc, language, abuse_mailbox) to 
Organisation object
+            Add 'geoloc', 'language', 'abuse_mailbox' to the Organisation 
object
+            Add 'org' to the PeeringSet object
+            Add 'org' attribute to the RtrSet object
+            Add 'org' attribute to the RouteSet object
+            Add 'pingable', 'ping_hdl' and 'org' attribute to the Route(6) 
objects
+            Add 'org' attribute to the Role object
+            Add 'org' and 'abuse_mailbox' attribute to the Person object
+            Add 'geoloc' and 'language' attribute to the InetNum object
+            Add 'geoloc' and 'language' attribute to Inet6Num object
+            Add 'org' and 'mnt_lower' attribute to AsSet object
+            Update tests accordingly
+
+-------------------------------------------------------------------

Old:
----
  Net-Whois-RIPE-2.00009.tar.gz

New:
----
  Net-Whois-RIPE-2.004001.tar.gz

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

Other differences:
------------------
++++++ perl-Net-Whois-RIPE.spec ++++++
--- /var/tmp/diff_new_pack.KXdq2a/_old  2013-07-30 16:46:40.000000000 +0200
+++ /var/tmp/diff_new_pack.KXdq2a/_new  2013-07-30 16:46:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Whois-RIPE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,56 +16,47 @@
 #
 
 
-
 Name:           perl-Net-Whois-RIPE
-Version:        2.00009
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        2.004001
+Release:        0
 %define cpan_name Net-Whois-RIPE
-Summary:        A pure-Perl implementation of the RIPE Database client
-Url:            http://search.cpan.org/dist/Net-Whois-RIPE/
+Summary:        a pure-Perl implementation of the RIPE Database client.
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/L/LM/LMC/Net-Whois-RIPE-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/Net-Whois-RIPE/
+Source:         
http://www.cpan.org/authors/id/A/AA/AASSAD/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(Iterator)
-BuildRequires:  perl(Iterator::Util)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl-macros
-Requires:       perl(IO::Select)
-Requires:       perl(IO::Socket::INET)
+BuildRequires:  perl(Iterator)
+#BuildRequires: perl(LWP::UserAgent)
+#BuildRequires: perl(Net::Whois::Object)
+#BuildRequires: perl(Net::Whois::RIPE)
 Requires:       perl(Iterator)
-Requires:       perl(Iterator::Util)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+Recommends:     perl(LWP::UserAgent)
 %{perl_requires}
 
 %description
-It intends to provide a cleaner, simpler, and complete implementation
-of a RIPE Database client.
+a pure-Perl implementation of the RIPE Database client.
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
-#check
-# tests fail, because they require network connection
-#{__make} test
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes README README.md
 
 %changelog

++++++ Net-Whois-RIPE-2.00009.tar.gz -> Net-Whois-RIPE-2.004001.tar.gz ++++++
++++ 10167 lines of diff (skipped)

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

Reply via email to