Hello community, here is the log from the commit of package wv2 checked in at Sun Oct 29 11:25:30 CET 2006. -------- --- wv2/wv2.changes 2006-06-28 19:53:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/wv2/wv2.changes 2006-10-29 11:04:37.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Oct 29 11:04:27 CET 2006 - meissner@suse.de + +- use RPM_OPT_FLAGS, and stack protector. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wv2.spec ++++++ --- /var/tmp/diff_new_pack.1gdKAT/_old 2006-10-29 11:25:21.000000000 +0100 +++ /var/tmp/diff_new_pack.1gdKAT/_new 2006-10-29 11:25:21.000000000 +0100 @@ -12,11 +12,11 @@ Name: wv2 BuildRequires: gcc-c++ libgsf-devel -License: LGPL +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/Libraries Autoreqprov: on Version: 0.2.3 -Release: 1 +Release: 18 Summary: library to import Microsoft Word documents Source: %name-%{version}.tar.bz2 URL: http://sourceforge.net/projects/wvware @@ -62,7 +62,8 @@ %build rm -rf autom4te.cache autoreconf --force --install - CFLAGS="$RPM_OPT_FLAGS" \ + CFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ + CXXFLAGS="$RPM_OPT_FLAGS -fstack-protector" \ ./configure \ --prefix=/usr \ --disable-debug \ @@ -105,6 +106,8 @@ /%_libdir/libwv2.so %changelog -n wv2 +* Sun Oct 29 2006 - meissner@suse.de +- use RPM_OPT_FLAGS, and stack protector. * Wed Jun 28 2006 - dmueller@suse.de - update to 0.2.3 * incorporate integer overflow check ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de