From 9bedf37db864fc9aa5014be171f057b7e4344d96 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 23 2009 20:20:04 +0000 Subject: 1.82 --- diff --git a/.cvsignore b/.cvsignore index dca081c..73d1d57 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -asymptote-1.80.src.tgz +asymptote-1.82.src.tgz diff --git a/asymptote-1.82-settings.patch b/asymptote-1.82-settings.patch new file mode 100644 index 0000000..33d97dc --- /dev/null +++ b/asymptote-1.82-settings.patch @@ -0,0 +1,17 @@ +diff -up asymptote-1.82/settings.cc.BAD asymptote-1.82/settings.cc +--- asymptote-1.82/settings.cc.BAD 2009-07-23 15:54:55.954292521 -0400 ++++ asymptote-1.82/settings.cc 2009-07-23 15:55:07.896039721 -0400 +@@ -82,11 +82,11 @@ mode_t mask; + bool msdos=false; + string HOME="HOME"; + 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"; diff --git a/asymptote.spec b/asymptote.spec index 617656c..ecc7e38 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.80 +Version: 1.82 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -14,7 +14,7 @@ URL: http://asymptote.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.src.tgz Source1: asy.gif Source2: xasy.desktop -Patch0: asymptote-1.80-settings.patch +Patch0: asymptote-1.82-settings.patch Patch1: asymptote-1.63-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -145,6 +145,9 @@ fi %changelog +* Thu Jul 23 2009 Tom "spot" Callaway - 1.82-1 +- update to 1.82 + * Fri Jul 10 2009 Tom "spot" Callaway - 1.80-1 - update to 1.80 diff --git a/sources b/sources index 229acdf..1a0e804 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1657cf5434a36e28ee192a5c984cbc94 asymptote-1.80.src.tgz +0960360e00e8a1a6b84acb70f623ca72 asymptote-1.82.src.tgz