2016-09-19 13:05:01 +00:00
|
|
|
Name: transfig
|
2023-10-23 13:07:01 +00:00
|
|
|
Version: 3.2.9
|
2024-01-27 06:40:23 +00:00
|
|
|
Release: 2%{?dist}
|
2016-09-19 13:05:01 +00:00
|
|
|
Epoch: 1
|
|
|
|
Summary: Utility for converting FIG files (made by xfig) to other formats
|
2023-06-05 13:11:18 +00:00
|
|
|
License: Xfig
|
2016-09-19 13:05:01 +00:00
|
|
|
URL: https://sourceforge.net/projects/mcj/
|
|
|
|
Source0: http://downloads.sourceforge.net/mcj/fig2dev-%{version}.tar.xz
|
2010-03-03 13:32:12 +00:00
|
|
|
|
2006-08-16 17:51:35 +00:00
|
|
|
Requires: ghostscript
|
2009-05-06 21:03:43 +00:00
|
|
|
Requires: bc
|
2016-09-19 13:05:01 +00:00
|
|
|
Requires: netpbm-progs
|
2006-08-16 17:51:35 +00:00
|
|
|
|
2021-05-29 15:58:21 +00:00
|
|
|
BuildRequires: make gcc libtool
|
2016-09-19 13:05:01 +00:00
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libXpm-devel
|
2019-06-18 13:18:55 +00:00
|
|
|
BuildRequires: ghostscript
|
2004-09-09 13:30:40 +00:00
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
%description
|
|
|
|
The transfig utility creates a makefile which translates FIG (created
|
|
|
|
by xfig) or PIC figures into a specified LaTeX graphics language (for
|
|
|
|
example, PostScript(TM)). Transfig is used to create TeX documents
|
|
|
|
which are portable (i.e., they can be printed in a wide variety of
|
|
|
|
environments).
|
|
|
|
|
|
|
|
Install transfig if you need a utility for translating FIG or PIC
|
|
|
|
figures into certain graphics languages.
|
|
|
|
|
2020-01-15 21:29:34 +00:00
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
%prep
|
2017-11-21 14:40:53 +00:00
|
|
|
%autosetup -p1 -n fig2dev-%{version}
|
2020-01-15 21:29:34 +00:00
|
|
|
autoreconf -i
|
|
|
|
# Fix the manpage not being in UTF-8
|
|
|
|
iconv -f ISO-8859-15 -t UTF-8 man/fig2dev.1.in -o fig2dev.1.in.new
|
|
|
|
touch -r man/fig2dev.1.in fig2dev.1.in.new
|
|
|
|
mv fig2dev.1.in.new man/fig2dev.1.in
|
|
|
|
|
2010-03-03 13:32:12 +00:00
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
%build
|
2016-08-12 13:58:21 +00:00
|
|
|
%configure --enable-transfig
|
2020-01-15 21:29:34 +00:00
|
|
|
%make_build
|
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
|
2016-08-12 13:58:21 +00:00
|
|
|
%install
|
|
|
|
%make_install
|
2004-09-09 13:25:28 +00:00
|
|
|
|
2020-01-15 21:29:34 +00:00
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
%files
|
2020-01-15 21:29:34 +00:00
|
|
|
%doc CHANGES transfig/doc/manual.pdf
|
2004-09-09 13:29:00 +00:00
|
|
|
%{_bindir}/transfig
|
|
|
|
%{_bindir}/fig2dev
|
|
|
|
%{_bindir}/fig2ps2tex
|
|
|
|
%{_bindir}/pic2tpic
|
2016-08-12 13:58:21 +00:00
|
|
|
%{_datadir}/fig2dev/i18n/*.ps
|
|
|
|
%{_mandir}/man1/*.1.gz
|
|
|
|
|
2020-01-15 21:29:34 +00:00
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
%changelog
|
2024-01-27 06:40:23 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-23 13:07:01 +00:00
|
|
|
* Mon Oct 23 2023 Zuzana Miklankova <zmiklank@redhat.com> - 1:3.2.9-1
|
|
|
|
- Updated to version 3.2.9
|
|
|
|
- Remove Patch1, this is now fixed upstream
|
|
|
|
|
2023-07-22 16:41:59 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.8b-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-21 05:23:30 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.8b-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 10:49:18 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.8b-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 03:02:00 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.8b-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-11 11:27:19 +00:00
|
|
|
* Mon Oct 11 2021 Hans de Goede <hdegoede@redhat.com> - 1:3.2.8b-4
|
|
|
|
- Add patch from upstream git fixing eps images embedded into
|
|
|
|
a fig file being misplaced
|
|
|
|
|
|
|
|
* Wed Sep 29 2021 Ondrej Dubaj <odubaj@redhat.com> - 1:3.2.8b-3
|
2021-09-29 06:47:04 +00:00
|
|
|
- Updated to version 3.2.8b
|
|
|
|
|
2021-07-23 19:34:46 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.8a-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-29 15:58:21 +00:00
|
|
|
* Sat May 29 2021 Hans de Goede <hdegoede@redhat.com> - 1:3.2.8a-2
|
|
|
|
- Add patches from upstream git fixing a couple of issues which may have
|
|
|
|
security implications (CVE-2021-3561)
|
|
|
|
|
2021-03-29 07:19:25 +00:00
|
|
|
* Mon Mar 29 2021 Ondrej Dubaj <odubaj@redhat.com> - 1:3.2.8a-1
|
|
|
|
- Updated to version 3.2.8a
|
|
|
|
|
2021-01-27 22:15:00 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.7b-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 12:49:39 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.7b-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-31 02:00:20 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.7b-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-15 21:29:34 +00:00
|
|
|
* Wed Jan 15 2020 Hans de Goede <hdegoede@redhat.com> - 1:3.2.7b-1
|
|
|
|
- New upstream release 3.2.7b
|
|
|
|
- Add patch fixing CVE-2019-19746 (rhbz#1787040)
|
|
|
|
- Add patch fixing CVE-2019-19797 (rhbz#1786726)
|
|
|
|
|
2019-07-27 01:52:33 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.7a-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-18 13:18:55 +00:00
|
|
|
* Tue Jun 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:3.2.7a-2
|
|
|
|
- Add BR: ghostscript to fix ghostscript detection (#1720868)
|
|
|
|
|
2019-06-06 10:23:20 +00:00
|
|
|
* Thu Jun 06 2019 Ondrej Dubaj <odubaj@redhat.com> - 1:3.2.7a-1
|
|
|
|
- Updated to version 3.2.7a
|
|
|
|
|
2019-02-03 10:15:30 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6a-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-16 11:12:46 +00:00
|
|
|
* Mon Jul 16 2018 Honza Horak <hhorak@redhat.com> - 1:3.2.6a-5
|
|
|
|
- Remove license GPLv3+
|
|
|
|
|
2018-07-15 07:08:35 +00:00
|
|
|
* Sun Jul 15 2018 Honza Horak <hhorak@redhat.com> - 1:3.2.6a-4
|
|
|
|
- Add license GPLv3+
|
|
|
|
|
2018-07-14 07:51:18 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6a-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 19:24:49 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6a-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-21 14:40:53 +00:00
|
|
|
* Tue Nov 21 2017 Hans de Goede <hdegoede@redhat.com> - 3.2.6a-1
|
|
|
|
- New upstream release 3.2.6a
|
|
|
|
- Add patch fixing CVE-2017-16899 (rhbz#1515695)
|
|
|
|
|
2017-11-07 18:53:13 +00:00
|
|
|
* Tue Nov 07 2017 Adam Jackson <ajax@redhat.com> - 3.2.6-6
|
|
|
|
- Remove unnecessary BuildRequires: imake
|
|
|
|
|
2017-08-03 09:35:15 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:34:49 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 16:18:05 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-19 13:05:01 +00:00
|
|
|
* Mon Sep 19 2016 Tomas Repik <trepik@redhat.com> - 1:3.2.6-2
|
|
|
|
- added missing requires for netpbm-progs (RHBZ#1371667)
|
|
|
|
|
2016-08-12 13:58:21 +00:00
|
|
|
* Fri Aug 12 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 1:3.2.6-1
|
|
|
|
- Resolves #1366524
|
|
|
|
rebase to fig2dev 3.2.6
|
|
|
|
|
2016-04-04 13:17:30 +00:00
|
|
|
* Thu Mar 31 2016 Tomas Repik <trepik@redhat.com> - 1:3.2.5d-18
|
|
|
|
- reading alpha channel of png files properly (#1282615)
|
|
|
|
|
2016-02-05 01:55:42 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.5d-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 03:18:04 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-18 06:17:32 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 08:57:25 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-12-03 15:48:34 +00:00
|
|
|
* Tue Dec 03 2013 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-13
|
|
|
|
- make it compile with -Werror=format-security (#1037365)
|
|
|
|
|
2013-08-04 04:40:12 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-15 12:27:01 +00:00
|
|
|
* Wed May 15 2013 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-11
|
|
|
|
- install man pages using the correct file name suffix
|
2013-05-15 12:39:22 +00:00
|
|
|
- provide the fig2ps2tex.sh man page as a symlink
|
2013-05-15 12:27:01 +00:00
|
|
|
|
2013-02-15 01:58:34 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-08-28 15:51:48 +00:00
|
|
|
* Tue Aug 28 2012 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-9
|
|
|
|
- fix specfile issues reported by the fedora-review script
|
|
|
|
|
2012-08-09 21:27:51 +00:00
|
|
|
* Thu Aug 09 2012 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-8
|
|
|
|
- fix buffer overflow on loading a malformed .fig file (CVE-2009-4227)
|
|
|
|
|
2012-07-22 00:09:34 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-15 01:21:57 +00:00
|
|
|
* Tue Feb 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1:3.2.5d-6
|
|
|
|
- add Gentoo patch to fix compilation with libpng 1.5
|
|
|
|
|
2012-01-14 07:04:00 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 06:21:33 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1:3.2.5d-4
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-08-09 09:25:03 +00:00
|
|
|
* Tue Aug 09 2011 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-3
|
|
|
|
- fix crash of fig2dev on a failure of ghostscript (#728825)
|
|
|
|
|
2011-02-09 20:33:36 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5d-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-04 17:54:02 +00:00
|
|
|
* Thu Nov 04 2010 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5d-1
|
|
|
|
- new upstream release (#546623)
|
|
|
|
|
2010-03-03 13:32:12 +00:00
|
|
|
* Wed Mar 03 2010 Kamil Dudka <kdudka@redhat.com> - 1:3.2.5c-1
|
|
|
|
- new upstream release
|
|
|
|
- patch to generate comments compliant with DSC 3.0, thanks to Ian Dall
|
|
|
|
(#558380)
|
|
|
|
|
2009-07-27 06:14:02 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-06 21:03:43 +00:00
|
|
|
* Tue May 5 2009 Ville Skyttä <ville.skytta at iki.fi> - 1:3.2.5-7
|
|
|
|
- Get rid of csh dependency, add missing one on bc (#435993).
|
|
|
|
- Build with $RPM_OPT_FLAGS (#329831).
|
|
|
|
- Convert specfile to UTF-8.
|
|
|
|
- Add URL, fix source URL.
|
|
|
|
- Escape macros in changelog.
|
|
|
|
- Improve summary.
|
|
|
|
|
2009-02-25 21:46:02 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-20 03:47:10 +00:00
|
|
|
* Sat Dec 20 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:3.2.5-5
|
|
|
|
- Add transfig-3.2.5-bitmap.patch, tweak permission on sources (BZ #209865).
|
|
|
|
|
2008-09-10 13:55:18 +00:00
|
|
|
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 1:3.2.5-4
|
|
|
|
- remove transfig.3.2.4-pstex.patch, which reintroduced #164140
|
|
|
|
at the update to 3.2.5
|
|
|
|
|
2008-09-08 21:45:17 +00:00
|
|
|
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:3.2.5-3
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-19 10:10:33 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.2.5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-04-16 13:51:55 +00:00
|
|
|
* Mon Apr 16 2007 Than Ngo <than@redhat.com> - 1:3.2.5-1.fc7
|
|
|
|
- 3.2.5
|
|
|
|
|
2006-08-16 17:51:35 +00:00
|
|
|
* Wed Aug 16 2006 Stepan Kasal <skasal@redhat.com> - 1:3.2.4-16
|
|
|
|
- Require ghostscript; fig2dev calls it.
|
|
|
|
|
2006-07-12 08:32:33 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-15.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-16 10:47:03 +00:00
|
|
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-15
|
|
|
|
- fix #164140, transfig creates wrong dependencies for -L pstex
|
|
|
|
|
2006-05-16 09:21:36 +00:00
|
|
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-14
|
|
|
|
- fix #191825, buildrequire on imake
|
|
|
|
- fix #173748, fig2dev still refers to /usr/X11R6/lib/X11/rgb.txt
|
|
|
|
|
2006-02-11 05:53:18 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-13.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:08:18 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-13.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-19 16:08:14 +00:00
|
|
|
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 3.2.4-13
|
|
|
|
- fix build problem with modular X
|
|
|
|
|
2005-12-09 22:43:38 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-15 12:01:45 +00:00
|
|
|
* Tue Nov 15 2005 Than Ngo <than@redhat.com> 1:3.2.4-12
|
|
|
|
- fix for modular X
|
|
|
|
|
2005-03-05 21:29:10 +00:00
|
|
|
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 1:3.2.4-11
|
|
|
|
- rebuild
|
|
|
|
|
2004-11-30 22:18:25 +00:00
|
|
|
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1:3.2.4-10
|
|
|
|
- fix compiler warnings #111394
|
|
|
|
- fix broken language selection #114849
|
|
|
|
|
2004-11-30 21:17:48 +00:00
|
|
|
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1:3.2.4-9
|
|
|
|
- add patch to fix getrgb #117099
|
|
|
|
|
2004-10-18 21:28:24 +00:00
|
|
|
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 1:3.2.4-8
|
|
|
|
- Fix at least a few obvious instances of C abuse (partly #74594 with patch by
|
|
|
|
Sysoltsev Slawa)
|
|
|
|
- Drop -Dcfree=free fix, not needed with current version
|
|
|
|
|
2004-09-09 13:32:50 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:32:33 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:31:30 +00:00
|
|
|
* Tue Jun 17 2003 Than Ngo <than@redhat.com> 3.2.4-4
|
|
|
|
- patch build problem
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri May 23 2003 Jeremy Katz <katzj@redhat.com> 1:3.2.4-2
|
|
|
|
- fix build with gcc 3.3
|
|
|
|
|
|
|
|
* Tue May 6 2003 Than Ngo <than@redhat.com> 3.2.4-1
|
|
|
|
- 3.2.4
|
|
|
|
|
2004-09-09 13:30:40 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Than Ngo <than@redhat.com> 3.2.3d-8
|
|
|
|
- Added a patch file from d.binderman@virgin.net (bug #77980)
|
|
|
|
|
|
|
|
* Wed Jul 31 2002 Than Ngo <than@redhat.com> 3.2.3d-7
|
2004-09-09 13:29:51 +00:00
|
|
|
- fig2dev crashes with more than 1 gif files (bug #69917)
|
|
|
|
|
2004-09-09 13:29:00 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Jun 14 2002 han Ngo <than@redhat.com> 3.2.3d-5
|
|
|
|
- fhs fixes (bug #66732)
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 13:27:25 +00:00
|
|
|
* Mon Jul 23 2001 Than Ngo <than@redhat.com>
|
|
|
|
- fix build dependencies (bug #49725)
|
|
|
|
- Copyright -> License
|
|
|
|
|
2004-09-09 13:26:30 +00:00
|
|
|
* Fri Jun 15 2001 Than Ngo <than@redhat.com>
|
|
|
|
- update to 3.2.3d release (Bug # 44742)
|
|
|
|
|
|
|
|
* Tue May 29 2001 Than Ngo <than@redhat.com>
|
|
|
|
- update to 3.2.3d beta2
|
|
|
|
|
|
|
|
* Fri Apr 13 2001 Than Ngo <than@redhat.com>
|
|
|
|
- fix core dump when using LDAP auth
|
|
|
|
- update ftp site
|
|
|
|
|
2004-09-09 13:25:45 +00:00
|
|
|
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
|
2004-09-09 13:25:35 +00:00
|
|
|
- Enable Japanese
|
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
* Sat Aug 05 2000 Than Ngo <than@redhat.de>
|
|
|
|
- update to 3.2.3c (Bug fixed release)
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
2009-05-06 21:03:43 +00:00
|
|
|
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 13:25:28 +00:00
|
|
|
- make it build as nobody. Imake sucks.
|
|
|
|
- include LATEX.AND.XFIG
|
|
|
|
- use %%{_tmppath}
|
|
|
|
|
|
|
|
* Wed Apr 26 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- add enable_japanese option, disable it for now.
|
|
|
|
|
|
|
|
* Sun Apr 16 2000 Bryan C. Andregg <bandregg@redhat.com>
|
2009-05-06 21:03:43 +00:00
|
|
|
- new version to support -b and -g which xfig uses
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- handle compressed manpages
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
* Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 3.2.1.
|
|
|
|
|
|
|
|
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
|
2009-05-06 21:03:43 +00:00
|
|
|
- add %%clean.
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Thu Nov 13 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
- fixed problem with Imakefile for fig2dev not including $(XLIB)
|
|
|
|
- build rooted.
|
|
|
|
|
|
|
|
* Fri Oct 24 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
- recreated the glibc patch that is needed for an alpha build, missed it
|
|
|
|
building on the intel.
|
|
|
|
|
|
|
|
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
- updated version
|
|
|
|
- fixed source url
|
|
|
|
|
|
|
|
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|