rpms/asymptote/devel asymptote-1.91-fix-implicit-DSO-linking-libGL.patch, NONE, 1.1 .cvsignore, 1.59, 1.60 asymptote.spec, 1.74, 1.75 sources, 1.59, 1.60

Tom Callaway spot at fedoraproject.org
Fri Feb 19 19:07:19 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/asymptote/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2153/devel

Modified Files:
	.cvsignore asymptote.spec sources 
Added Files:
	asymptote-1.91-fix-implicit-DSO-linking-libGL.patch 
Log Message:
fix FTBFS, update to 1.91

asymptote-1.91-fix-implicit-DSO-linking-libGL.patch:
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE asymptote-1.91-fix-implicit-DSO-linking-libGL.patch ---
diff -up asymptote-1.91/configure.ac.BAD asymptote-1.91/configure.ac
--- asymptote-1.91/configure.ac.BAD	2010-02-19 13:53:39.000474697 -0500
+++ asymptote-1.91/configure.ac	2010-02-19 13:54:06.820617338 -0500
@@ -217,6 +217,7 @@ AC_MSG_ERROR([*** Please install libz on
 AC_CHECK_LIB([pthread], [pthread_create])
 AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
 AC_CHECK_LIB([rt], [sched_yield])
+AC_CHECK_LIB([GL], [glDepthMask])
 
 AC_ARG_ENABLE(readline,
 [AS_HELP_STRING(--enable-readline[[[=yes]]],enable GNU Readline Library)])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- .cvsignore	12 Nov 2009 00:10:20 -0000	1.59
+++ .cvsignore	19 Feb 2010 19:07:19 -0000	1.60
@@ -1 +1 @@
-asymptote-1.90.src.tgz
+asymptote-1.91.src.tgz


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- asymptote.spec	12 Nov 2009 00:10:21 -0000	1.74
+++ asymptote.spec	19 Feb 2010 19:07:19 -0000	1.75
@@ -4,7 +4,7 @@
 %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp
 
 Name:           asymptote
-Version:        1.90
+Version:        1.91
 Release:        1%{?dist}
 Summary:        Descriptive vector graphics language
 
@@ -16,6 +16,7 @@ Source1:	asy.gif
 Source2:	xasy.desktop
 Patch0:         asymptote-1.82-settings.patch
 Patch1:		asymptote-1.63-gcc44.patch
+Patch2:		asymptote-1.91-fix-implicit-DSO-linking-libGL.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
@@ -30,6 +31,7 @@ BuildRequires:  ImageMagick
 BuildRequires:  desktop-file-utils
 BuildRequires:  freeglut-devel
 BuildRequires:  zlib-devel
+BuildRequires:	libtool
 
 Requires:       tetex-latex
 Requires:       tkinter
@@ -51,11 +53,13 @@ that LaTeX does for scientific text.
 %setup -q
 %patch0 -p1
 %patch1 -p1 -b .gcc44
+%patch2 -p1 -b .DSO
 %{__sed} -i 's/\r//' doc/CAD1.asy
 
 # convert to UTF-8
 iconv -f iso-8859-1 -t utf-8 -o examples/interpolate1.asy{.utf8,}
 mv examples/interpolate1.asy{.utf8,}
+autoreconf -i
 
 %build
 %configure --enable-gc=system --with-docdir=%{_defaultdocdir}/%{name}-%{version}/ --with-latex=%{_texmf}/tex/latex --with-context=%{_texmf}/tex/context/
@@ -150,6 +154,9 @@ fi
 
 
 %changelog
+* Fri Feb 19 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.91-1
+- update to 1.91
+
 * Thu Nov 12 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.90-1
 - update to 1.90
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- sources	12 Nov 2009 00:10:21 -0000	1.59
+++ sources	19 Feb 2010 19:07:19 -0000	1.60
@@ -1 +1 @@
-fe47e212a6d585f9b28811ed095c6c27  asymptote-1.90.src.tgz
+13e6a6ac56bf10841420e1dfa4a6e398  asymptote-1.91.src.tgz



More information about the scm-commits mailing list