r34238 - in /desktop/unstable/gtksourceview3/debian: changelog patches/99_ltmain_as-needed.patch

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon Apr 16 12:45:41 UTC 2012


Author: mpitt
Date: Mon Apr 16 12:45:40 2012
New Revision: 34238

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34238
Log:
* New upstream bug fix release:
  - Fix problems with the completion popup when headers are hidden
  - Misc bugfixes
  - Updated translations
* 99_ltmain_as-needed.patch: Unfuzz.

Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/patches/99_ltmain_as-needed.patch

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=34238&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog [utf-8] Mon Apr 16 12:45:40 2012
@@ -1,3 +1,13 @@
+gtksourceview3 (3.4.1-1) UNRELEASED; urgency=low
+
+  * New upstream bug fix release:
+    - Fix problems with the completion popup when headers are hidden
+    - Misc bugfixes
+    - Updated translations
+  * 99_ltmain_as-needed.patch: Unfuzz.
+
+ -- Martin Pitt <mpitt at debian.org>  Mon, 16 Apr 2012 14:40:14 +0200
+
 gtksourceview3 (3.4.0-2) unstable; urgency=low
 
   * Add Build-Depends on libxml2-utils for xmllint which is required during

Modified: desktop/unstable/gtksourceview3/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/patches/99_ltmain_as-needed.patch?rev=34238&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/patches/99_ltmain_as-needed.patch [utf-8] Mon Apr 16 12:45:40 2012
@@ -1,8 +1,8 @@
-Index: gtksourceview-3.0.3/ltmain.sh
+Index: gtksourceview3/ltmain.sh
 ===================================================================
---- gtksourceview-3.0.3.orig/ltmain.sh	2011-05-25 17:09:24.000000000 +0200
-+++ gtksourceview-3.0.3/ltmain.sh	2011-06-16 02:50:49.099443321 +0200
-@@ -5787,6 +5787,11 @@
+--- gtksourceview3.orig/ltmain.sh	2012-04-16 14:16:45.000000000 +0200
++++ gtksourceview3/ltmain.sh	2012-04-16 14:45:05.373756771 +0200
+@@ -5800,6 +5800,11 @@
  	arg=$func_stripname_result
  	;;
  
@@ -14,7 +14,7 @@
        -Wl,*)
  	func_stripname '-Wl,' '' "$arg"
  	args=$func_stripname_result
-@@ -6147,6 +6152,15 @@
+@@ -6160,6 +6165,15 @@
  	lib=
  	found=no
  	case $deplib in
@@ -27,6 +27,6 @@
 +	  fi
 +	  continue
 +	  ;;
- 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
+         |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
  	  if test "$linkmode,$pass" = "prog,link"; then
- 	    compile_deplibs="$deplib $compile_deplibs"




More information about the pkg-gnome-commits mailing list