Hello community, here is the log from the commit of package gdbm for openSUSE:Factory checked in at Fri Sep 3 12:50:35 CEST 2010. -------- --- gdbm/gdbm.changes 2010-06-28 08:48:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/gdbm/gdbm.changes 2010-08-30 01:44:14.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Aug 29 23:43:39 UTC 2010 - cristian.rodriguez@opensuse.org + +- DO not include a compile date in the resulting binaries + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gdbm-1.8.3-no-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdbm.spec ++++++ --- /var/tmp/diff_new_pack.D4zOzl/_old 2010-09-03 12:50:13.000000000 +0200 +++ /var/tmp/diff_new_pack.D4zOzl/_new 2010-09-03 12:50:13.000000000 +0200 @@ -31,7 +31,7 @@ %endif # Version: 1.8.3 -Release: 374 +Release: 382 Summary: GNU Database Routines Source: ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-%{version}.tar.bz2 Source2: baselibs.conf @@ -39,6 +39,7 @@ Patch1: gdbm-protoize_dbm_headers.patch Patch2: gdbm-prototype_static_functions.patch Patch3: gdbm-fix_testprogs.patch +Patch4: gdbm-1.8.3-no-build-date.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -77,6 +78,7 @@ %patch1 %patch2 %patch3 +%patch4 %build aclocal ++++++ gdbm-1.8.3-no-build-date.patch ++++++ Index: version.c =================================================================== --- version.c.orig 2002-10-16 00:00:42.000000000 +0200 +++ version.c 2010-08-30 01:41:23.653696000 +0200 @@ -29,8 +29,4 @@ #include "autoconf.h" /* Keep a string with the version number in it! */ -const char * gdbm_version = "GDBM version 1.8.3. 10/15/2002" -#if defined(__STDC__) && defined(__DATE__) && defined(__TIME__) - " (built " __DATE__ " " __TIME__ ")" -#endif - ; +const char * gdbm_version = "GDBM version 1.8.3. 10/15/2002"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org