Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2017-03-10 21:44:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcfg" Fri Mar 10 21:44:17 2017 rev:39 rq:477420 version:11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes 2016-01-08 15:22:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.netcfg.new/netcfg.changes 2017-03-10 21:44:19.387321378 +0100 @@ -1,0 +2,6 @@ +Tue Mar 7 09:57:12 UTC 2017 - [email protected] + +- Update script to generage services to use UTF8 by default +- Update the services list with latest content + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcfg.spec ++++++ --- /var/tmp/diff_new_pack.Oc2lT3/_old 2017-03-10 21:44:20.311190339 +0100 +++ /var/tmp/diff_new_pack.Oc2lT3/_new 2017-03-10 21:44:20.315189772 +0100 @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 ++++++ services-create.pl ++++++ --- /var/tmp/diff_new_pack.Oc2lT3/_old 2017-03-10 21:44:20.655141554 +0100 +++ /var/tmp/diff_new_pack.Oc2lT3/_new 2017-03-10 21:44:20.655141554 +0100 @@ -1,14 +1,17 @@ #!/usr/bin/perl -w use strict; - +use utf8; use XML::LibXML::Reader; +binmode( STDOUT, 'utf8:' ); + my $portsurl = 'http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'; my $servicesfile = 'services.new'; my $reader = XML::LibXML::Reader->new(location => $portsurl) or die "cannot read $portsurl\n"; open(SERVICESNEW, ">$servicesfile") or die "cannot write $servicesfile\n"; +binmode(SERVICESNEW, 'utf8:'); while ($reader->read) { processNode($reader); ++++++ services.bz2 ++++++ ++++ 725 lines (skipped) ++++ between services.bz2 ++++ and /work/SRC/openSUSE:Factory/.netcfg.new/services.bz2
