Hello community,

here is the log from the commit of package global for openSUSE:Factory checked 
in at 2016-06-14 23:06:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/global (Old)
 and      /work/SRC/openSUSE:Factory/.global.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "global"

Changes:
--------
--- /work/SRC/openSUSE:Factory/global/global.changes    2016-03-29 
10:39:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.global.new/global.changes       2016-06-14 
23:06:39.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 13 14:24:26 UTC 2016 - [email protected]
+
+- set correctly path paths for parsers (bnc#977967)
+  new patch: fix_paths.patch
+-------------------------------------------------------------------

New:
----
  fix_paths.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ global.spec ++++++
--- /var/tmp/diff_new_pack.ui9BYT/_old  2016-06-14 23:06:40.000000000 +0200
+++ /var/tmp/diff_new_pack.ui9BYT/_new  2016-06-14 23:06:40.000000000 +0200
@@ -27,6 +27,8 @@
 Source1:        ftp://ftp.gnu.org/pub/gnu/global/%{name}-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 Patch0:         global-5.7.diff
+# PATCH-FIX-UPSTREAM fix_paths.patch bnc#977967
+Patch1:         fix_paths.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -48,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -fiv

++++++ fix_paths.patch ++++++
Index: global-6.5.4/gtags.conf.in
===================================================================
--- global-6.5.4.orig/gtags.conf.in     2016-03-27 06:04:42.000000000 +0200
+++ global-6.5.4/gtags.conf.in  2016-05-13 16:20:51.724108404 +0200
@@ -63,14 +63,14 @@
 user-custom|User custom plugin parser:\
        :tc=common:\
        :langmap=c\:.c.h:\
-       :gtags_parser=c\:$libdir/gtags/user-custom.la:
+       :gtags_parser=c\:@libdir@/gtags/user-custom.la:
 #
 # Plug-in parser to use Exuberant Ctags.
 #
 exuberant-ctags|plugin-example|setting to use Exuberant Ctags plug-in parser:\
        :tc=common:\
        :ctagscom=@EXUBERANT_CTAGS@:\
-       :ctagslib=$libdir/gtags/exuberant-ctags.la:\
+       :ctagslib=@libdir@/gtags/exuberant-ctags.la:\
        :tc=common-ctags-maps:
 #
 # A common map for both Exuberant Ctags and Universal Ctags.
@@ -166,7 +166,7 @@
 universal-ctags|setting to use Universal Ctags plug-in parser:\
        :tc=common:\
        :ctagscom=@UNIVERSAL_CTAGS@:\
-       :ctagslib=$libdir/gtags/universal-ctags.la:\
+       :ctagslib=@libdir@/gtags/universal-ctags.la:\
        :tc=common-ctags-maps:\
        :langmap=Ada\:.adb.ads.Ada:\
 # Please uncomment to use this entry.
@@ -233,7 +233,7 @@
 #
 pygments-parser|Pygments plug-in parser:\
        :ctagscom=@EXUBERANT_CTAGS@:\
-       :pygmentslib=$libdir/gtags/pygments-parser.la:\
+       :pygmentslib=@libdir@/gtags/pygments-parser.la:\
        :tc=common:\
        :langmap=ABAP\:.abap:\
        :langmap=ANTLR\:.G.g:\



Reply via email to