rpms/asymptote/devel asymptote-2.00-settings.patch, NONE, 1.1 .cvsignore, 1.60, 1.61 asymptote.spec, 1.75, 1.76 sources, 1.60, 1.61

Tom Callaway spot at fedoraproject.org
Mon Jun 28 14:57:43 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/asymptote/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29756

Modified Files:
	.cvsignore asymptote.spec sources 
Added Files:
	asymptote-2.00-settings.patch 
Log Message:
update to 2.00

asymptote-2.00-settings.patch:
 settings.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE asymptote-2.00-settings.patch ---
diff -up asymptote-2.00/settings.cc.orig asymptote-2.00/settings.cc
--- asymptote-2.00/settings.cc.orig	2010-06-24 02:57:58.000000000 -0400
+++ asymptote-2.00/settings.cc	2010-06-28 10:07:44.747973803 -0400
@@ -89,11 +89,11 @@ bool msdos=false;
 string HOME="HOME";
 string docdir=ASYMPTOTE_DOCDIR;
 const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="evince";
 #ifdef __APPLE__
 string defaultPDFViewer="open";
 #else  
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="evince";
 #endif  
 string defaultGhostscript="gs";
 string defaultDisplay="display";


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- .cvsignore	19 Feb 2010 19:07:19 -0000	1.60
+++ .cvsignore	28 Jun 2010 14:57:43 -0000	1.61
@@ -1 +1 @@
-asymptote-1.91.src.tgz
+asymptote-2.00.src.tgz


Index: asymptote.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/asymptote.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- asymptote.spec	19 Feb 2010 19:07:19 -0000	1.75
+++ asymptote.spec	28 Jun 2010 14:57:43 -0000	1.76
@@ -4,17 +4,17 @@
 %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp
 
 Name:           asymptote
-Version:        1.91
+Version:        2.00
 Release:        1%{?dist}
 Summary:        Descriptive vector graphics language
 
 Group:          Applications/Publishing
 License:        LGPLv3+
 URL:            http://asymptote.sourceforge.net/
-Source0:        http://dl.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.src.tgz
+Source0:        http://download.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.src.tgz
 Source1:	asy.gif
 Source2:	xasy.desktop
-Patch0:         asymptote-1.82-settings.patch
+Patch0:         asymptote-2.00-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)
@@ -51,7 +51,7 @@ that LaTeX does for scientific text.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .settings
 %patch1 -p1 -b .gcc44
 %patch2 -p1 -b .DSO
 %{__sed} -i 's/\r//' doc/CAD1.asy
@@ -154,6 +154,9 @@ fi
 
 
 %changelog
+* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.00-1
+- update to 2.00
+
 * Fri Feb 19 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.91-1
 - update to 1.91
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asymptote/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- sources	19 Feb 2010 19:07:19 -0000	1.60
+++ sources	28 Jun 2010 14:57:43 -0000	1.61
@@ -1 +1 @@
-13e6a6ac56bf10841420e1dfa4a6e398  asymptote-1.91.src.tgz
+3db1b45502e0733029deaa8a971a4a70  asymptote-2.00.src.tgz



More information about the scm-commits mailing list