59d8e5c
%{!?_texmf: %global _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFMAIN'`")}
421dd5c
421dd5c
Name:           asymptote
5562224
Version:        2.40
5562224
Release:        1%{?dist}
421dd5c
Summary:        Descriptive vector graphics language
dc986c9
Group:          Applications/Publishing
155e2d8
License:        LGPLv3+
421dd5c
URL:            http://asymptote.sourceforge.net/
2a9e6bf
Source0:        http://download.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.src.tgz
68ea3e1
Source1:        asy.gif
68ea3e1
Source2:        xasy.desktop
68ea3e1
Source3:        asymptote.sty.204
6e54c90
Patch0:         asymptote-2.25-settings.patch
b43789a
# This doesn't need to go upstream. We put the info file in the topdir, not a subdir, so we need this fix.
68ea3e1
Patch3:         asymptote-2.08-info-path-fix.patch
421dd5c
BuildRequires:  ncurses-devel
421dd5c
BuildRequires:  readline-devel
421dd5c
BuildRequires:  fftw-devel >= 3.0
4ad4b19
BuildRequires:  gc-devel >= 6.8
421dd5c
BuildRequires:  gsl-devel
9ff48f8
BuildRequires:  tex(latex) tex(epsf.tex)
68ea3e1
BuildRequires:  tex(pdftex.map)
68ea3e1
BuildRequires:  tex(cm-super-t1.enc)
68ea3e1
BuildRequires:  tex(parskip.sty)
421dd5c
BuildRequires:  ghostscript
f5f72de
BuildRequires:  texinfo-tex
f5f72de
BuildRequires:  ImageMagick
841f91a
BuildRequires:  desktop-file-utils
7aa432e
BuildRequires:  freeglut-devel
7aa432e
BuildRequires:  zlib-devel
68ea3e1
BuildRequires:  libtool
68ea3e1
BuildRequires:  mesa-libOSMesa-devel
b43789a
BuildRequires:  emacs
b43789a
BuildRequires:  xemacs
b43789a
# For cc-mode
68ea3e1
BuildRequires:  xemacs-packages-extra
5b12b31
Requires:       emacs-filesystem >= %{_emacs_version}
5b12b31
Requires:       xemacs-filesystem >= %{_xemacs_version}
5b12b31
# Cleanup
5b12b31
Provides:	emacs-%{name} = %{version}-%{release}
5b12b31
Obsoletes:	emacs-%{name} <= 2.35
5b12b31
Provides:	emacs-%{name}-el = %{version}-%{release}
5b12b31
Obsoletes:	emacs-%{name}-el <= 2.35
5b12b31
Provides:	xemacs-%{name} = %{version}-%{release}
5b12b31
Obsoletes:	xemacs-%{name} <= 2.35
5b12b31
Provides:	xemacs-%{name}-el = %{version}-%{release}
5b12b31
Obsoletes:	xemacs-%{name}-el <= 2.35
421dd5c
63b739d
Requires:       tex(latex)
421dd5c
Requires:       tkinter
68ea3e1
Requires:        python-imaging-tk
e14781a
# for /usr/bin/texhash and /sbin/install-info
63b739d
Requires(post): texlive-kpathsea-bin, tex-kpathsea, info
63b739d
Requires(postun): texlive-kpathsea-bin, tex-kpathsea, info
421dd5c
421dd5c
%define texpkgdir   %{_texmf}/tex/latex/%{name}
421dd5c
421dd5c
%description
421dd5c
Asymptote is a powerful descriptive vector graphics language for technical
421dd5c
drawings, inspired by MetaPost but with an improved C++-like syntax.
421dd5c
Asymptote provides for figures the same high-quality level of typesetting
421dd5c
that LaTeX does for scientific text.
421dd5c
421dd5c
%prep
421dd5c
%setup -q
2a9e6bf
%patch0 -p1 -b .settings
b43789a
%patch3 -p1 -b .path-fix
a803c5d
%{__sed} -i 's/\r//' doc/CAD1.asy
421dd5c
ce7b4f4
# convert to UTF-8
ce7b4f4
iconv -f iso-8859-1 -t utf-8 -o examples/interpolate1.asy{.utf8,}
ce7b4f4
mv examples/interpolate1.asy{.utf8,}
43ebbf5
autoreconf -i
421dd5c
421dd5c
%build
647c9c2
%configure --enable-gc=system --with-docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}/} --with-latex=%{_texmf}/tex/latex --with-context=%{_texmf}/tex/context/
421dd5c
make %{?_smp_mflags}
fa63a19
cd doc/
7bd97d2
%if 0%{?fedora} < 18
b43789a
# We're hacking around the fact that the asymptote.sty generated doesn't work with Fedora's old latex
b43789a
make asy-latex.pdf
b43789a
cp %{SOURCE3} asymptote.sty
8849abc
%endif
fa63a19
make all
421dd5c
421dd5c
%install
68ea3e1
%make_install 
fa63a19
421dd5c
install -p -m 644 BUGS ChangeLog LICENSE README ReleaseNotes TODO \
647c9c2
    %{buildroot}%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
421dd5c
b43789a
# Emacs files
b560f46
mkdir -p %{buildroot}%{_emacs_sitestartdir}
b560f46
mkdir -p %{buildroot}%{_emacs_sitelispdir}/%{name}
b560f46
cp -a %{buildroot}%{_datadir}/%{name}/*.el %{buildroot}%{_emacs_sitelispdir}/%{name}
b560f46
mv %{buildroot}%{_emacs_sitelispdir}/%{name}/asy-init.el %{buildroot}%{_emacs_sitestartdir}
b560f46
for i in %{buildroot}%{_emacs_sitelispdir}/%{name}/*.el; do
b43789a
   %{_emacs_bytecompile} $i
b43789a
done
b43789a
b43789a
# XEmacs files
b560f46
mkdir -p %{buildroot}%{_xemacs_sitestartdir}
b560f46
mkdir -p %{buildroot}%{_xemacs_sitelispdir}/%{name}
b560f46
cp -a %{buildroot}%{_datadir}/%{name}/*.el %{buildroot}%{_xemacs_sitelispdir}/%{name}
b560f46
mv %{buildroot}%{_xemacs_sitelispdir}/%{name}/asy-init.el %{buildroot}%{_xemacs_sitestartdir}
b560f46
for i in %{buildroot}%{_xemacs_sitelispdir}/%{name}/*.el; do
b43789a
   %{_xemacs_bytecompile} $i
b43789a
done
b2e069e
421dd5c
421dd5c
# Vim syntax file
b43789a
for vimver in 63 64 70 71 72 73 ; do
b560f46
    install -dm 755 %{buildroot}%{_datadir}/vim/vim$vimver/syntax
b560f46
    cd %{buildroot}%{_datadir}/vim/vim$vimver/syntax
c082dcf
    ln -s ../../../%{name}/asy.vim .
421dd5c
done
421dd5c
fa63a19
# Move info file
b560f46
mv %{buildroot}%{_infodir}/asymptote/asymptote.info %{buildroot}%{_infodir}/asymptote.info
fa63a19
841f91a
# copy icon to pixmaps dir
b560f46
mkdir -p %{buildroot}%{_datadir}/pixmaps/
b560f46
cp %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
841f91a
b560f46
mkdir -p %{buildroot}%{_datadir}/applications
68ea3e1
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE2}
841f91a
ce7b4f4
# Clean up symlink
b560f46
rm -rf %{buildroot}%{_bindir}/xasy
b560f46
cd %{buildroot}%{_bindir}
ce7b4f4
ln -s ../share/%{name}/GUI/xasy.py xasy
421dd5c
421dd5c
%post
421dd5c
texhash >/dev/null 2>&1 || :
f5f72de
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
546dd05
/sbin/install-info %{_infodir}/asy-faq.info.gz %{_infodir}/dir 2>/dev/null || :
421dd5c
421dd5c
%postun
421dd5c
texhash >/dev/null 2>&1 || :
f5f72de
if [ $1 = 0 ]; then
546dd05
    /sbin/install-info --delete %{name} %{_infodir}/dir 2>/dev/null || :
546dd05
    /sbin/install-info --delete asy-faq %{_infodir}/dir 2>/dev/null || :
f5f72de
fi
421dd5c
421dd5c
%files
647c9c2
%doc %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}/}
421dd5c
%{_bindir}/*
421dd5c
%{_datadir}/%{name}/
421dd5c
%{texpkgdir}/
6245164
%{_texmf}/tex/context/
fa63a19
%{_mandir}/man1/*.1*
fa63a19
%{_infodir}/*.info*
ce7b4f4
%{_datadir}/vim/vim*/syntax/asy.vim
ce7b4f4
# Strictly speaking, we shouldn't own these dirs.
ce7b4f4
# However, we don't require emacs/xemacs, we just enhance them.
ce7b4f4
# Thus, its ok for dual ownership.
ce7b4f4
%{_datadir}/emacs*
ce7b4f4
%{_datadir}/xemacs/
841f91a
%{_datadir}/pixmaps/asy.gif
841f91a
%{_datadir}/applications/*.desktop
b43789a
%{_emacs_sitestartdir}/*.el
b43789a
%{_emacs_sitelispdir}/%{name}/*.elc
b43789a
%dir %{_emacs_sitelispdir}/%{name}
b43789a
%{_emacs_sitelispdir}/%{name}/*.el
b43789a
%{_xemacs_sitelispdir}/%{name}/*.elc
b43789a
%{_xemacs_sitestartdir}/*.el
b43789a
%dir %{_xemacs_sitelispdir}/%{name}
b43789a
%{_xemacs_sitelispdir}/%{name}/*.el
421dd5c
421dd5c
%changelog
5562224
* Fri Mar 10 2017 Tom Callaway <spot@fedoraproject.org> - 2.40-1
5562224
- update to 2.40
5562224
c6290cb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-3
c6290cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c6290cb
Igor Gnatenko 3c36d92
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.38-2
Igor Gnatenko 3c36d92
- Rebuild for readline 7.x
Igor Gnatenko 3c36d92
439a422
* Fri May 13 2016 Tom Callaway <spot@fedoraproject.org> - 2.38-1
439a422
- update to 2.38
439a422
Orion Poplawski 25f9205
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com> - 2.36-2
Orion Poplawski 25f9205
- Rebuild for gsl 2.1
Orion Poplawski 25f9205
59d8e5c
* Tue Jan 19 2016 Tom Callaway <spot@fedoraproject.org> 2.35-5
59d8e5c
- spec file cleanup
59d8e5c
Orion Poplawski f82a7fb
* Sat Nov 14 2015 Orion Poplawski <orion@cora.nwra.com> 2.35-4
Orion Poplawski f82a7fb
- Add upstream patch for gsl 2 support
Orion Poplawski f82a7fb
5b12b31
* Tue Jun 23 2015 Tom Callaway <spot@fedoraproject.org> 2.35-3
5b12b31
- drop emacs/xemacs subpackages (bz1234576)
5b12b31
8c06563
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.35-2
8c06563
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8c06563
c956ce0
* Thu May 21 2015 Tom Callaway <spot@fedoraproject.org> 2.35-1
c956ce0
- update to 2.35
c956ce0
e692a29
* Mon May 18 2015 Tom Callaway <spot@fedoraproject.org> 2.34-1
e692a29
- update to 2.34
e692a29
63c6528
* Mon May 11 2015 Tom Callaway <spot@fedoraproject.org> 2.33-1
63c6528
- update to 2.33
63c6528
621be1e
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.32-6
621be1e
- Rebuilt for GCC 5 C++11 ABI change
621be1e
b8c3dfb
* Wed Jan  7 2015 Tom Callaway <spot@fedoraproject.org> 2.32-5
b8c3dfb
- actually apply fix
b8c3dfb
b782d7f
* Tue Jan  6 2015 Tom Callaway <spot@fedoraproject.org> 2.32-4
090b6f2
- use eps2write instead of epswrite (upstream bug 180)
090b6f2
43c341d
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32-3
43c341d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
43c341d
e160c7f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32-2
e160c7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e160c7f
e0f295b
* Tue May 27 2014 Tom Callaway <spot@fedoraproject.org> - 2.32-1
e0f295b
- update to 2.32
e0f295b
92cb777
* Sun May 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.31-1
92cb777
- 2.31
92cb777
92cb777
* Fri May 16 2014 Tom Callaway <spot@fedoraproject.org> - 2.29-1
92cb777
- update to 2.29
92cb777
bf32d4c
* Mon May 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.28-1
bf32d4c
- update to 2.28
bf32d4c
ddebafd
* Tue Apr 22 2014 Tom Callaway <spot@fedoraproject.org> - 2.25-1
ddebafd
- update to 2.25
ddebafd
647c9c2
* Wed Aug 14 2013 Tom Callaway <spot@fedoraproject.org> - 2.24-2
647c9c2
- use unversioned docdir macros
647c9c2
32d7f12
* Wed Aug 14 2013 Tom Callaway <spot@fedoraproject.org> - 2.24-1
32d7f12
- update to 2.24
32d7f12
18082b7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.23-2
18082b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
18082b7
3d1be8b
* Thu May 23 2013 Tom Callaway <spot@fedoraproject.org> - 2.23-1
3d1be8b
- update to 2.23
3d1be8b
b095fe5
* Fri May 17 2013 Tom Callaway <spot@fedoraproject.org> - 2.22-1
b095fe5
- update to 2.22
b095fe5
68ea3e1
* Sun Feb 10 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 2.21-5
68ea3e1
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247
68ea3e1
- clean up spec to follow current guidelines
68ea3e1
428ae99
* Thu Jan 31 2013 Tom Callaway <spot@fedoraproject.org> - 2.21-4
428ae99
- use pillow compatible import (from PIL import foo)
428ae99
8849abc
* Tue Oct 23 2012 Tom Callaway <spot@fedoraproject.org> - 2.21-3
8849abc
- more missing BR, conditionalize texlive hacks
8849abc
63b739d
* Sat Oct 20 2012 Jindrich Novy <jnovy@redhat.com> - 2.21-2
63b739d
- fix (Build)Requires
63b739d
13fbb21
* Wed Oct 10 2012 Tom Callaway <spot@fedoraproject.org> - 2.21-1
13fbb21
- update to 2.21
13fbb21
1647e92
* Thu Sep 20 2012 Tom Callaway <spot@fedoraproject.org> - 2.18-1
1647e92
- update to 2.18
1647e92
03119cb
* Thu Sep 20 2012 Tom Callaway <spot@fedoraproject.org> - 2.17-1
03119cb
- update to 2.17
03119cb
f5cbadd
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16-2
f5cbadd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f5cbadd
0cc9179
* Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 2.16-1
0cc9179
- update to 2.16
0cc9179
2663009
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-3
2663009
- Rebuilt for c++ ABI breakage
2663009
294e9b3
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-2
294e9b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
294e9b3
d493cd8
* Tue Jun 28 2011 Tom Callaway <spot@fedoraproject.org> - 2.13-1
d493cd8
- update to 2.13
d493cd8
b560f46
* Fri May 27 2011 Tom Callaway <spot@fedoraproject.org> - 2.10-1
b560f46
- update to 2.10
b560f46
b43789a
* Thu Mar  3 2011 Tom Callaway <spot@fedoraproject.org> - 2.08-4
b43789a
- no, really, fix info parsing
b43789a
- breakout emacs subpackages
b43789a
bc733a3
* Fri Feb 18 2011 Tom Callaway <spot@fedoraproject.org> - 2.08-3
bc733a3
- fix info parsing
bc733a3
0e3b50b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08-2
0e3b50b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0e3b50b
885da23
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.08-1
9c0252c
- update to 2.08
9c0252c
210dfd6
* Mon Nov  1 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.07-1
210dfd6
- update to 2.07
210dfd6
7f3ade3
* Mon Oct 25 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.06-1
7f3ade3
- update to 2.06
7f3ade3
b83b4be
* Wed Oct 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.05-1
b83b4be
- update to 2.05
b83b4be
abbb3f5
* Mon Aug 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.04-1
abbb3f5
- update to 2.04
abbb3f5
8a27c79
* Thu Aug  5 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.03-1
8a27c79
- update to 2.03
8a27c79
1cf6939
* Thu Jul 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02-2
1cf6939
- fix man page generation (bz 582010)
1cf6939
ac744b1
* Tue Jul 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.02-1
ac744b1
- update to 2.02
ac744b1
2a5a5dc
* Mon Jul  5 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.01-1
2a5a5dc
- update to 2.01
2a5a5dc
2a9e6bf
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.00-1
2a9e6bf
- update to 2.00
2a9e6bf
43ebbf5
* Fri Feb 19 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.91-1
43ebbf5
- update to 1.91
43ebbf5
23596e7
* Thu Nov 12 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.90-1
23596e7
- update to 1.90
23596e7
5dd20dc
* Mon Oct  5 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.88-1
5dd20dc
- update to 1.88
5dd20dc
b19cd07
* Mon Sep 28 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.87-2
b19cd07
- fix gcc44 patch
b19cd07
462e3ab
* Mon Sep 28 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.87-1
462e3ab
- update to 1.87
462e3ab
f3cb16c
* Sun Sep  6 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.86-1
f3cb16c
- update to 1.86
f3cb16c
1648128
* Mon Aug 24 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.85-1
1648128
- update to 1.85
1648128
fa63a19
* Thu Aug 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.84-1
fa63a19
- update to 1.84
fa63a19
e173943
* Mon Aug 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.83-1
e173943
- update to 1.83
e173943
9820852
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.82-2
9820852
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9820852
9bedf37
* Thu Jul 23 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.82-1
9bedf37
- update to 1.82
9bedf37
6245164
* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.80-1
6245164
- update to 1.80
6245164
6245164
* Wed Jul  1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.78-2
6245164
- disable pdf generation in rawhide
6245164
7b5d5b2
* Wed Jul  1 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.78-1
7b5d5b2
- update to 1.78
7b5d5b2
7223349
* Mon May 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.73-1
7223349
- update to 1.73
155e2d8
- change license from GPLv3+ to LGPLv3+
7223349
8f8902d
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.70-1
8f8902d
- update to 1.70
8f8902d
fd381a1
* Tue Apr  7 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.69-1
fd381a1
- update to 1.69
fd381a1
0cb8900
* Wed Mar 25 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.68-1
0cb8900
- update to 1.68
0cb8900
fbe408c
* Thu Mar 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.67-1
fbe408c
- update to 1.67
fbe408c
0ad1932
* Fri Feb 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.66-1
0ad1932
- update to 1.66
0ad1932
248c3e1
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.63-5
248c3e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
248c3e1
5aad341
* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-4
5aad341
- more gcc44 fixes with BIG_ENDIAN platforms
5aad341
e5b9d2b
* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-3
e5b9d2b
- fix gcc44 issue with BIG_ENDIAN platforms
e5b9d2b
d9a824f
* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-2
d9a824f
- forgot to put in new source
d9a824f
d636f1d
* Wed Feb 18 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-1
d636f1d
- 1.63
d636f1d
9acb189
* Fri Jan 30 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.60-1
9acb189
- 1.60
9acb189
0d9cd14
* Mon Jan 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.59-1
0d9cd14
- 1.59
0d9cd14
9c96969
* Mon Jan 12 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.58-1
9c96969
- 1.58
9c96969
a777e33
* Mon Dec 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.57-1
a777e33
- 1.57
a777e33
e1829e8
* Tue Dec  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.56-1
e1829e8
- 1.56
e1829e8
75bd3e5
* Tue Dec  2 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.54-1
75bd3e5
- 1.54
75bd3e5
66e8dda
* Tue Nov 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.52-1
66e8dda
- 1.52
66e8dda
2359ee9
* Tue Nov 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.51-1
2359ee9
- update to 1.51
2359ee9
2359ee9
* Mon Nov  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.49-1
2359ee9
- update to 1.49
2359ee9
0371e9d
* Sun Oct 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.47-1
0371e9d
- update to 1.47
0371e9d
b2506cb
* Mon Oct 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.46-1
b2506cb
- update to 1.46
b2506cb
7aa432e
* Mon Oct  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-2
7aa432e
- add missing BuildRequires
7aa432e
a7a7159
* Mon Oct  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-1
a7a7159
- update to 1.44
a7a7159
bd446aa
* Fri Jun 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.43-1
bd446aa
- update to 1.43
bd446aa
f2213fa
* Fri Apr 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.42-3
f2213fa
- explicitly call "make asymptote.pdf" in doc/
f2213fa
e14781a
* Fri Apr  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.42-2
e14781a
- fix build failure (use _POSIX_ARG_MAX) resolves bz 440799
e14781a
f2fa54b
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.42-1
f2fa54b
- update to 1.42
f2fa54b
841f91a
* Wed Feb  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.41-1
841f91a
- update to 1.41
841f91a
- enable desktop file for xasy
841f91a
ce7b4f4
* Thu Jan  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.37-1
ce7b4f4
- bump to 1.37
ce7b4f4
- fix gcc43 failures
ce7b4f4
- drop triggers
ce7b4f4
06953ae
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - sh: kpsewhich: command not found
06953ae
- Rebuild for selinux ppc32 issue.
06953ae
5cd7c94
* Sun Jul 29 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.33-1
5cd7c94
- Update 1.33.
5cd7c94
995d586
* Sat Jun 30 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.32-1
995d586
- Update to 1.32.
995d586
- vim-common triggers: correction and improvements (#246131).
995d586
4b80bb6
* Wed Jun 27 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.31-1
4b80bb6
- Update to 1.31.
4b80bb6
41220c6
* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
41220c6
- Update to 1.30.
41220c6
c082dcf
* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.29-3
c082dcf
- Using "evince" as the default PS and PDF viewers (#244151).
c082dcf
  (patch file: asymptote-1.29-settings.patch)
b2e069e
- Use relative symbolic links in the {emacs,xemacs}-common triggers (#155750).
c082dcf
- Use relative symbolic links in the vim-common triggers.
c082dcf
546dd05
* Sat Jun  2 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.29-2
546dd05
- Add asy-faq to install-info (#155750).
546dd05
- Add support for vim 7.1.
546dd05
c8f6279
* Mon May 21 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.29-1
c8f6279
- Update to 1.29.
c8f6279
e603b36
* Tue May  8 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.28-1
e603b36
- Update to 1.28.
e603b36
9d245a6
* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.27-1
9d245a6
- Update to 1.27.
9d245a6
eb7229c
* Wed Apr 25 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-1
eb7229c
- Update to 1.26.
eb7229c
10a3ec5
* Tue Apr 10 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.25-1
10a3ec5
- Update to 1.25.
10a3ec5
d570d7a
* Sun Apr  1 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
d570d7a
- Update to 1.24.
d570d7a
00420ed
* Sun Mar 11 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.23-1
00420ed
- Update to 1.23.
00420ed
dcb40f6
* Tue Mar  6 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-1
dcb40f6
- Update to 1.22.
dcb40f6
565a8ab
* Sat Mar  3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.21-1
565a8ab
- Update to 1.21.
565a8ab
227f5a7
* Fri Dec 29 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
227f5a7
- Update to 1.20.
227f5a7
82e189e
* Sat Dec 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.19-1
82e189e
- Update to 1.19.
82e189e
2435fde
* Sun Nov  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-1
2435fde
- Update to 1.18.
2435fde
7e1e40d
* Wed Nov  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.17-1
7e1e40d
- Update to 1.17.
7e1e40d
a803c5d
* Wed Oct 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.16-1
a803c5d
- Update to 1.16.
a803c5d
bb9bb6a
* Sun Oct 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.15-1
bb9bb6a
- Update to 1.15.
bb9bb6a
4ad4b19
* Wed Sep  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.13-1
4ad4b19
- Update to 1.13.
4ad4b19
a1ae1a1
* Thu Aug  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
a1ae1a1
- Update to 1.12.
a1ae1a1
ccfde26
* Thu Jul  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
ccfde26
- Update to 1.11.
ccfde26
9ae23e3
* Wed Jun 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.10-1
9ae23e3
- Update to 1.10.
9ae23e3
48a7eca
* Fri Jun 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
48a7eca
- Update to 1.09.
48a7eca
f5f72de
* Thu Jun 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1
f5f72de
- Update to 1.08.
f5f72de
- Also installs the info file.
f5f72de
a3d873b
* Mon May 29 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-5
a3d873b
- Fedora Core 6: the texinfo package has been splitted (texinfo + texinfo-tex).
a3d873b
dc986c9
* Sat May 27 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-4
dc986c9
- Group: Development/Tools -> Applications/Publishing (#193154).
dc986c9
421dd5c
* Sat May 27 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-3
421dd5c
- Emacs/Xemacs init file (#193154 comment 6).
421dd5c
421dd5c
* Fri May 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-2
421dd5c
- Directories ownership (#193154).
421dd5c
421dd5c
* Wed May 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
421dd5c
- Update to 1.06.
421dd5c
- Using triggers to install the Vim syntax file and the Emacs/Xemacs mode file.
421dd5c
421dd5c
* Mon May 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
421dd5c
- Update to 1.05.
421dd5c
421dd5c
* Sun May  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
421dd5c
- Update to 1.04.
421dd5c
421dd5c
* Fri Mar 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
421dd5c
- Update to 1.03.
421dd5c
421dd5c
* Thu Mar 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
421dd5c
- First build.
421dd5c
421dd5c
# vim:set ai ts=4 sw=4 sts=4 et: