Hello community, here is the log from the commit of package plptools checked in at Mon May 29 01:15:02 CEST 2006. -------- --- plptools/plptools.changes 2006-05-10 09:21:13.000000000 +0200 +++ plptools/plptools.changes 2006-05-27 21:10:06.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 27 21:04:13 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plptools.spec ++++++ --- /var/tmp/diff_new_pack.CkeZoZ/_old 2006-05-29 01:14:47.000000000 +0200 +++ /var/tmp/diff_new_pack.CkeZoZ/_new 2006-05-29 01:14:47.000000000 +0200 @@ -17,7 +17,7 @@ Group: Hardware/Psion Summary: The Psion Link Protocol and Tools Version: 0.13 -Release: 21 +Release: 22 PreReq: %fillup_prereq %insserv_prereq Source0: %{name}-%{version}.tar.bz2 Source1: sysconfig.plptools @@ -142,6 +142,7 @@ %patch6 -p1 %patch7 %patch9 +%patch10 %build %{?suse_update_config:%{suse_update_config -f conf }} @@ -153,6 +154,7 @@ # trick configure with this KDEDIR # includes are found anyway and libs are not only searched # in KDEDIR/lib but also in KDEDIR ... +CFLAGS=$RPM_OPT_FLAGS CXXFLAGS=$RPM_OPT_FLAGS LDFLAGS=' ' \ KDEDIR=/opt/kde3/%_lib ./configure \ --prefix=/usr \ --libdir=%{_libdir} \ @@ -274,6 +276,9 @@ %{kde_datadir}/locale/*/LC_MESSAGES/klipsi.mo %changelog -n plptools +* Sat May 27 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Don't strip binaries. * Wed May 10 2006 - pnemec@suse.cz - fixed uninitialized variable [#159991] * Wed Feb 15 2006 - stbinner@suse.de ++++++ plptools-0.13-gcc-inc.patch ++++++ --- /var/tmp/diff_new_pack.CkeZoZ/_old 2006-05-29 01:14:47.000000000 +0200 +++ /var/tmp/diff_new_pack.CkeZoZ/_new 2006-05-29 01:14:47.000000000 +0200 @@ -9,3 +9,23 @@ pollSocketConnections, NULL) != 0) { lerr << "Could not create Socket thread" << endl; exit(-1); +--- plpnfsd/mp_main.c ++++ plpnfsd/mp_main.c +@@ -13,6 +13,7 @@ + + #include <OSdefs.h> + #include <stdio.h> ++#include <string.h> + #include <signal.h> + #include <fcntl.h> + #include <pwd.h> +--- sisinstall/sisinstaller.cpp ++++ sisinstall/sisinstaller.cpp +@@ -378,6 +378,7 @@ + newtRefresh(); + } + #endif ++ return SIS_OK; + } + } + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...