commit kdenetwork3 for openSUSE:Factory
Hello community, here is the log from the commit of package kdenetwork3 for openSUSE:Factory checked in at 2015-02-18 20:36:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdenetwork3 (Old) and /work/SRC/openSUSE:Factory/.kdenetwork3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdenetwork3" Changes: -------- --- /work/SRC/openSUSE:Factory/kdenetwork3/kdenetwork3.changes 2014-12-01 14:01:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdenetwork3.new/kdenetwork3.changes 2015-02-18 20:36:40.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Feb 15 11:41:35 UTC 2015 - wbauer@tmo.at + +- Add ksirc_fix_dsirc_with_newer_perl.patch to make dsirc work + with current perl versions (boo#917693) + +------------------------------------------------------------------- New: ---- ksirc_fix_dsirc_with_newer_perl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdenetwork3.spec ++++++ --- /var/tmp/diff_new_pack.7X9G2K/_old 2015-02-18 20:36:42.000000000 +0100 +++ /var/tmp/diff_new_pack.7X9G2K/_new 2015-02-18 20:36:42.000000000 +0100 @@ -79,6 +79,8 @@ Patch109: kdenetwork3-kopete-trinity-r1107469-removetempfiles.diff Patch110: kdenetwork-debian-sigabrt-patch-r1260223-1.diff Patch111: kopete-3.5.10-ym_protocol_back_on_track.patch +# PATCH-FIX-OPENSUSE ksirc_fix_dsirc_with_newer_perl.patch boo#917693 -- make dsirc work with current perl versions +Patch112: ksirc_fix_dsirc_with_newer_perl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.kde.org @@ -242,6 +244,7 @@ %patch108 -p1 %patch109 -p1 %patch110 -p1 +%patch112 -p1 sed -i 's|PROC_NET_DEV|"/proc/net/dev"|g' wifi/interface_wireless_wirelessextensions.cpp %if 0%{?suse_version} > 1140 ++++++ ksirc_fix_dsirc_with_newer_perl.patch ++++++ diff -ur kdenetwork-3.5.10.orig/ksirc/dsirc kdenetwork-3.5.10/ksirc/dsirc --- kdenetwork-3.5.10.orig/ksirc/dsirc 2005-09-10 10:20:47.000000000 +0200 +++ kdenetwork-3.5.10/ksirc/dsirc 2015-02-15 12:39:01.000000000 +0100 @@ -68,12 +68,7 @@ $publicAway = 1; -if (!eval "require 'getopts.pl';") { - print "\n\n\ -Your perl interpreter is *really* screwed up: the getopts.pl library is not -even there! Have you even bothered to run 'install'?\n"; - exit; -} +use Getopt::Std; if ($] >= 5 && (eval "use Socket;", $@ eq '')) { $sock6 = eval ("require Socket6;") and eval("use Socket6;"); @@ -96,7 +91,7 @@ } -&Getopts('n:s:p:u:i:l:L:H:rqQR78S'); +&getopts('n:s:p:u:i:l:L:H:rqQR78S'); %set=("LOGFILE", "", "LOG", "off", "PRINTUH", "none", "PRINTCHAN", "off", "LOCALHOST", "", "CTCP", "noflood", "SENDAHEAD", 4096, -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de