diff --git a/.gitignore b/.gitignore index 232adde..c58ff5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ asymptote-2.02.src.tgz +asymptote-2.03.src.tgz diff --git a/asymptote-2.03-man-page-cleanup.patch b/asymptote-2.03-man-page-cleanup.patch new file mode 100644 index 0000000..790460b --- /dev/null +++ b/asymptote-2.03-man-page-cleanup.patch @@ -0,0 +1,11 @@ +diff -up asymptote-2.03/settings.cc.BAD asymptote-2.03/settings.cc +--- asymptote-2.03/settings.cc.BAD 2010-08-05 14:01:44.467951925 -0400 ++++ asymptote-2.03/settings.cc 2010-08-05 14:04:27.597952001 -0400 +@@ -352,6 +352,7 @@ struct option : public gc { + cerr << endl; + cerr << std::left << std::setw(WIDTH) << ""; + } ++ cerr << " "; + cerr << desc; + if(cmdlineonly) cerr << "; command-line only"; + if(Default != "") diff --git a/asymptote.spec b/asymptote.spec index 607ec08..301d78b 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -4,8 +4,8 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 2.02 -Release: 2%{?dist} +Version: 2.03 +Release: 1%{?dist} Summary: Descriptive vector graphics language Group: Applications/Publishing @@ -18,7 +18,7 @@ Patch0: asymptote-2.00-settings.patch Patch1: asymptote-1.63-gcc44.patch Patch2: asymptote-1.91-fix-implicit-DSO-linking-libGL.patch # https://sourceforge.net/tracker/?func=detail&aid=3030157&group_id=120000&atid=685683 -Patch3: asymptote-2.02-man-page-cleanup.patch +Patch3: asymptote-2.03-man-page-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel @@ -157,6 +157,9 @@ fi %changelog +* Thu Aug 5 2010 Tom "spot" Callaway - 2.03-1 +- update to 2.03 + * Thu Jul 15 2010 Tom "spot" Callaway - 2.02-2 - fix man page generation (bz 582010) diff --git a/sources b/sources index 289cd59..e4c55ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -745c4e5faafc0f5f78b3be69bd2d0c4d asymptote-2.02.src.tgz +40eabf521c6c0bb8be1f2d6b2c373759 asymptote-2.03.src.tgz