rpms/inkscape/devel inkscape-0.42-GC-check.patch, 1.2, 1.3 inkscape.spec, 1.24, 1.25

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue Jan 17 00:40:51 UTC 2006


Author: denis

Update of /cvs/extras/rpms/inkscape/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18930

Modified Files:
	inkscape-0.42-GC-check.patch inkscape.spec 
Log Message:
Updated GC patch, bug 171791

inkscape-0.42-GC-check.patch:

Index: inkscape-0.42-GC-check.patch
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape-0.42-GC-check.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- inkscape-0.42-GC-check.patch	18 Aug 2005 21:56:51 -0000	1.2
+++ inkscape-0.42-GC-check.patch	17 Jan 2006 00:40:50 -0000	1.3
@@ -1,39 +1,21 @@
 diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure
 --- inkscape-0.42-orig/configure	2005-07-25 07:25:35.000000000 +0200
 +++ inkscape-0.42/configure	2005-08-18 23:55:52.000000000 +0200
-@@ -22931,7 +22931,7 @@
- 		    # desired function name.  They're all in libgc.
- 		    # The "break" will exit from the top level
-                     # AC_CHECK_HEADERS.
--		    gc_libs=""
-+		    gc_libs="-lpthread -ldl"
- 		    echo "$as_me:$LINENO: checking for GC_init in -lgc" >&5
- echo $ECHO_N "checking for GC_init in -lgc... $ECHO_C" >&6
- if test "${ac_cv_lib_gc_GC_init+set}" = set; then
 @@ -23003,7 +23003,7 @@
    gc_ok=no
  fi
  
 -		    gc_libs="-lpthread"
-+		    gc_libs="-lpthread -ldl"
++		    gc_libs=""
  		    echo "$as_me:$LINENO: checking for GC_malloc in -lgc" >&5
  echo $ECHO_N "checking for GC_malloc in -lgc... $ECHO_C" >&6
  if test "${ac_cv_lib_gc_GC_malloc+set}" = set; then
-@@ -23075,7 +23075,7 @@
-   gc_ok=no
- fi
- 
--		    gc_libs="$lt_cv_dlopen_libs"
-+		    gc_libs="-lpthread -ldl"
- 		    echo "$as_me:$LINENO: checking for GC_realloc in -lgc" >&5
- echo $ECHO_N "checking for GC_realloc in -lgc... $ECHO_C" >&6
- if test "${ac_cv_lib_gc_GC_realloc+set}" = set; then
 @@ -23147,7 +23147,7 @@
    gc_ok=no
  fi
  
 -		    gc_libs="-lpthread $lt_cv_dlopen_libs"
-+		    gc_libs="-lpthread -ldl"
++		    gc_libs="$lt_cv_dlopen_libs"
  		    echo "$as_me:$LINENO: checking for GC_free in -lgc" >&5
  echo $ECHO_N "checking for GC_free in -lgc... $ECHO_C" >&6
  if test "${ac_cv_lib_gc_GC_free+set}" = set; then


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- inkscape.spec	18 Dec 2005 03:00:15 -0000	1.24
+++ inkscape.spec	17 Jan 2006 00:40:50 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           inkscape
 Version:        0.43
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
@@ -106,6 +106,9 @@
 
 
 %changelog
+* Mon Jan 16 2006 Denis Leroy <denis at poolshark.org> - 0.43-2
+- Updated GC patch, bug 171791
+
 * Sat Dec 17 2005 Denis Leroy <denis at poolshark.org> - 0.43-1
 - Update to 0.43
 - Added 2 patches to fix g++ 4.1 compilation issues




More information about the fedora-extras-commits mailing list