Hello community, here is the log from the commit of package qinternet for openSUSE:Factory checked in at Thu Sep 1 15:32:21 CEST 2011.
-------- --- KDE/qinternet/qinternet.changes 2009-10-27 12:04:49.000000000 +0100 +++ /mounts/work_src_done/STABLE/qinternet/qinternet.changes 2011-09-01 11:14:26.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 1 09:13:32 UTC 2011 - [email protected] + +- build with --no-copy-dt-needed-entries + * no-copy-dt-needed-entries.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- qinternet-no-copy-dt-needed-entries.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qinternet.spec ++++++ --- /var/tmp/diff_new_pack.GVpnvG/_old 2011-09-01 15:30:47.000000000 +0200 +++ /var/tmp/diff_new_pack.GVpnvG/_new 2011-09-01 15:30:47.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package qinternet (Version 0.75_git200910271200) +# spec file for package qinternet # -# Copyright (c) 2009 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 @@ -25,8 +25,10 @@ Summary: Internet Connection Tool Requires: smpppd Version: 0.75_git200910271200 -Release: 1 +Release: 9 Source0: qinternet-%{version}.tar.bz2 +# feel free to improve it and please upstream it +Patch0: qinternet-no-copy-dt-needed-entries.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -44,8 +46,10 @@ %prep %setup -q +%patch0 -p1 %build +LIBS="-lcrypto"\ %configure make %{?jobs:-j%jobs} ++++++ qinternet-no-copy-dt-needed-entries.patch ++++++ Index: qinternet-0.75_git200910271200/src/Makefile.in =================================================================== --- qinternet-0.75_git200910271200.orig/src/Makefile.in +++ qinternet-0.75_git200910271200/src/Makefile.in @@ -293,7 +293,7 @@ networkstatusiface_DIR = $(includedir) kinternet_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version kinternet_la_CPPFLAGS = -DQT_NO_COMPAT -DKDE_NO_COMPAT qinternet_SOURCES = $(common_sources) resources.cpp -qinternet_LDADD = -lssl -lslp $(Qt4_LIBS) +qinternet_LDADD = -lssl -lslp $(Qt4_LIBS) -lcrypto qinternet_CPPFLAGS = -DNOKDE $(Qt4_CFLAGS) METASOURCES = AUTO INCLUDES = $(all_includes) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
