Hello community, here is the log from the commit of package global for openSUSE:Factory checked in at Wed May 18 11:49:18 CEST 2011.
-------- --- global/global.changes 2011-03-15 11:00:55.000000000 +0100 +++ /mounts/work_src_done/STABLE/global/global.changes 2011-05-18 11:22:57.000000000 +0200 @@ -1,0 +2,17 @@ +Wed May 18 07:56:08 UTC 2011 - [email protected] + +- update to global-5.9.5 + [FIXED BUGS] + * The processing of the --ncol option was missing. + [CHANGES] + * gtags-cscope: re-implemented using cscope's code. + Now, it is almost compatible with cscope itself. + * Config variable 'suffixes' was completely removed. + Instead, config variable 'langmap' was actualized. + [INCOMPATIBLE CHANGES] + * Removed GPATH,GTAGS,GRTAGS,GSYMS and html/ from the skip + variable in gtags.conf file. From now on, gtags unconditionally + ignore the tag files. Though 'html/' was added for Windows, it + brought troubles for UNIX. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- global-5.9.4.tar.bz2 New: ---- global-5.9.5-fix-gcc-warnings.patch global-5.9.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ global.spec ++++++ --- /var/tmp/diff_new_pack.817vw3/_old 2011-05-18 11:48:47.000000000 +0200 +++ /var/tmp/diff_new_pack.817vw3/_new 2011-05-18 11:48:47.000000000 +0200 @@ -23,14 +23,16 @@ Group: Development/Tools/Navigators AutoReqProv: on Summary: Common Source Code Tag System -Version: 5.9.4 +Version: 5.9.5 Release: 1 Url: http://www.gnu.org/software/global/ Source: %{name}-%{version}.tar.bz2 Patch: global-5.7.diff Patch1: global-5.7-gcc.diff Patch2: global-disable-plugin-example.patch +Patch3: global-5.9.5-fix-gcc-warnings.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: ncurses-devel PreReq: %install_info_prereq %description @@ -50,6 +52,7 @@ %patch %patch1 %patch2 -p1 +%patch3 -p1 %build autoreconf -fi ++++++ global-5.9.5-fix-gcc-warnings.patch ++++++ Index: global-5.9.5/gtags-cscope/exec.c =================================================================== --- global-5.9.5.orig/gtags-cscope/exec.c +++ global-5.9.5/gtags-cscope/exec.c @@ -128,6 +128,7 @@ myexecvp(char *a, char **args) askforreturn(); /* wait until the user sees the message */ myexit(1); /* exit the child */ /* NOTREACHED */ + return 0; /* make gcc happy */ } /* myfork acts like fork but also handles signals */ ++++++ global-5.9.4.tar.bz2 -> global-5.9.5.tar.bz2 ++++++ ++++ 11804 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
