Blame SPECS/createrepo.spec

7990b4
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
7990b4
7990b4
%if ! 0%{?rhel}
7990b4
# we don't have this in rhel yet...
7990b4
BuildRequires: bash-completion
7990b4
%endif
7990b4
7990b4
# disable broken /usr/lib/rpm/brp-python-bytecompile
7990b4
%define __os_install_post %{nil}
7990b4
%define compdir %(pkg-config --variable=completionsdir bash-completion)
7990b4
%if "%{compdir}" == ""
7990b4
%define compdir "/etc/bash_completion.d"
7990b4
%endif
7990b4
7990b4
Summary: Creates a common metadata repository
7990b4
Name: createrepo
7990b4
Version: 0.9.9
0222c2
Release: 28%{?dist}
7990b4
License: GPLv2
7990b4
Group: System Environment/Base
7990b4
Source: %{name}-%{version}.tar.gz
7990b4
Patch0: createrepo-head.patch
7990b4
Patch1: ten-changelog-limit.patch
613d6f
Patch2: BZ-1022028-wrong-package-count.patch
fb5bfe
Patch3: BZ-1256216-cifs-share-oserror.patch
fb5bfe
Patch4: BZ-1178763-duplicates.patch
345e10
Patch5: BZ-1270784-checksum-prefix.patch
345e10
Patch6: BZ-1083182-traceback-on-nonexisting-pkglist.patch
345e10
Patch7: BZ-1285761-modifyrepo-mergerepo-options-manpage.patch
0222c2
Patch8: BZ-1406418-cleanup-temporary-files-in-var-tmp-on-exit.patch
0222c2
Patch9: BZ-1404239-fix-update-for-same-nevra.patch
0222c2
Patch10: BZ-1125437-allow-xz-and-bz2-for-xml-files.patch
0222c2
Patch11: BZ-1227782-modifyrepo-fix-already-compressed-input.patch
0222c2
Patch12: BZ-1287685-modifyrepo-handle-empty-file-lzma.patch
0222c2
Patch13: BZ-1287714-modifyrepo-docs-remove-compat.patch
7990b4
URL: http://createrepo.baseurl.org/
7990b4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7990b4
BuildArchitectures: noarch
7990b4
Requires: python >= 2.1, rpm-python, rpm >= 4.1.1, libxml2-python
7990b4
Requires: yum-metadata-parser, yum >= 3.4.3-4, python-deltarpm, deltarpm, pyliblzma
7990b4
BuildRequires: python
7990b4
7990b4
%description
7990b4
This utility will generate a common metadata repository from a directory of rpm
7990b4
packages.
7990b4
7990b4
%prep
7990b4
%setup -q
7990b4
%patch0 -p1
7990b4
%patch1 -p0
613d6f
%patch2 -p1
fb5bfe
%patch3 -p1
fb5bfe
%patch4 -p1
345e10
%patch5 -p1
345e10
%patch6 -p1
345e10
%patch7 -p1
0222c2
%patch8 -p1
0222c2
%patch9 -p1
0222c2
%patch10 -p1
0222c2
%patch11 -p1
0222c2
%patch12 -p1
0222c2
%patch13 -p1
fb5bfe
7990b4
7990b4
%build
7990b4
7990b4
%install
7990b4
rm -rf $RPM_BUILD_ROOT
7990b4
make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install
7990b4
7990b4
%clean
7990b4
rm -rf $RPM_BUILD_ROOT
7990b4
7990b4
7990b4
%files
7990b4
%defattr(-, root, root,-)
7990b4
%doc ChangeLog README COPYING COPYING.lib
7990b4
%(dirname %{compdir})
7990b4
%{_datadir}/%{name}/
7990b4
%{_bindir}/createrepo
7990b4
%{_bindir}/modifyrepo
7990b4
%{_bindir}/mergerepo
7990b4
%{_mandir}/*/*
7990b4
%{python_sitelib}/createrepo
7990b4
7990b4
%changelog
0222c2
* Fri Mar 24 2017 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-28
0222c2
- createrepo: allow xz and bz2 for xml files.
0222c2
- Resolves: bug#1125437
0222c2
- modifyrepo: fix handling of already compressed input.
0222c2
- Resolves: bug#1227782
0222c2
- modifyrepo: handle empty file with LZMA.
0222c2
- Resolves: bug#1287685
0222c2
- modifyrepo: docs: remove compat compress type.
0222c2
- Resolves: bug#1287714
0222c2
0222c2
* Thu Mar 02 2017 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-27
0222c2
- Fix temporary files cleanup.
0222c2
- Resolves: bug#1406418
0222c2
- Fix --update for pkgs with same nevra.
0222c2
- Resolves: bug#1404239
0222c2
345e10
* Mon Feb 29 2016 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-26
345e10
- Make sure filename doesn't already contain a checksum.
345e10
- Resolves: bug#1270784
345e10
- Catch IOErrors when loading pkglist.
345e10
- Resolves: bug#1083182
345e10
- Add missing options to the manpage.
345e10
- Resolves: bug#1285761
345e10
fb5bfe
* Wed Dec 10 2015 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-25
fb5bfe
- mergerepo: fix getattr() crash.
fb5bfe
- Related: bug#1178763
fb5bfe
fb5bfe
* Tue Dec 08 2015 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-24
fb5bfe
- mergerepo: merge package versions from multiple repos.
fb5bfe
- Related: bug#1178763
fb5bfe
- Close lock file before unlink().
fb5bfe
- Related: bug#1256216
fb5bfe
613d6f
* Thu Jan 16 2014 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 0.9.9-23
613d6f
- Make sure the "packages" attribute is always correct.
613d6f
- Resolves: bug#1022028
613d6f
613d6f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.9.9-22
613d6f
- Mass rebuild 2013-12-27
613d6f
7990b4
* Wed Apr 17 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.9.9-21
7990b4
- update to latest HEAD
7990b4
- don't BuildRequire bash-completion in rhel
7990b4
- Fail for bad compress-type options to modifyrepo, like createrepo. BZ 886589
7990b4
- Fix options documentation. BZ 892657.
7990b4
- modifyrepo: fix --compress option bug. BZ 950724
7990b4
- modifyrepo: add --checksum and --{unique,simple}-md-filenames options
7990b4
7990b4
* Thu Mar 28 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.9.9-20
7990b4
- package also %{compdir}'s parent
7990b4
7990b4
* Wed Mar 20 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.9.9-19
7990b4
- add BuildRequires: bash-completion
7990b4
7990b4
* Wed Mar 20 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.9.9-18
7990b4
- add bash-completion aliases, use pkg-config.
7990b4
7990b4
* Tue Mar 19 2013 Zdenek Pavlas <zpavlas@redhat.com> - 0.9.9-17
7990b4
- move bash-completion scripts to /usr/share/  BZ 923001
7990b4
7990b4
* Wed Mar  6 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.9.9-16
7990b4
- update to latest HEAD
7990b4
- turn off stdout buffering in worker to prevent a deadlock
7990b4
- modifyrepo: use integer timestamps
7990b4
7990b4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-15
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7990b4
7990b4
* Fri Dec 21 2012 Zdenek Pavlas <zpavlas at redhat.com> - 0.9.9-14
7990b4
- update to latest HEAD
7990b4
- Fix the deadlock issue.  BZ 856363
7990b4
- Manually set the permmissions for tempfile created cachefiles. BZ 833350
7990b4
- modifyrepo: use available compression only.  BZ 865845
7990b4
- No baseurl means no baseurl.  BZ 875029
7990b4
- Change the compress-type for modifyrepo to .gz for compat. BZ 874682.
7990b4
- fix the --skip-symlinks option
7990b4
- no repomd.xml && --checkts: skip .rpm timestamp checking.  BZ 877301
7990b4
- new worker piping code (no tempfiles, should be faster)
7990b4
7990b4
* Thu Sep 13 2012 James Antill <james at fedoraproject.org> - 0.9.9-13
7990b4
- update to latest head
7990b4
- Fix for workers that output a lot.
7990b4
7990b4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-12
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7990b4
7990b4
* Thu Feb 16 2012 James Antill <james at fedoraproject.org> - 0.9.9-11
7990b4
- update to latest head
7990b4
- fix for lots of workers and not many rpms.
7990b4
7990b4
* Thu Jan  5 2012 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-10
7990b4
- update to latest head
7990b4
- fix for generating repos for rhel5 on fedora
7990b4
7990b4
* Fri Oct 28 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-9
7990b4
- 3rd time is the charm
7990b4
- fix it so prestodelta's get made with the right name and don't traceback
7990b4
7990b4
* Wed Oct 26 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-8
7990b4
- change how compressOpen() defaults so mash doesn't break
7990b4
- add requires for pyliblzma
7990b4
7990b4
* Mon Oct 24 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-7
7990b4
- latest upstream
7990b4
- --compress-type among other deals.
7990b4
7990b4
* Fri Jul 29 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-6
7990b4
- latest upstream
7990b4
- fixes bugs: 713747, 581632, 581628
7990b4
7990b4
* Wed Jul 20 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-5
7990b4
- new patch to fix us breaking certain pungi configs
7990b4
7990b4
* Tue Jul 19 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-4
7990b4
- latest upstream head
7990b4
- change --update to use sqlite for old repodata
7990b4
7990b4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-3
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7990b4
7990b4
* Thu Jan 27 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-2
7990b4
- make sure when a worker exits with a non-zero returncode we exit, too.
7990b4
7990b4
* Wed Jan 26 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-1
7990b4
- 0.9.9
7990b4
- change yum requires to 3.2.29
7990b4
7990b4
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.8-5
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
7990b4
7990b4
* Thu Jan  7 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-4
7990b4
- latest head with fixes for --update w/o --skipstat
7990b4
7990b4
7990b4
* Tue Dec 22 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-3
7990b4
- patch to latest HEAD from upstream
7990b4
7990b4
* Thu Sep  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-2
7990b4
- add drpm patch from https://bugzilla.redhat.com/show_bug.cgi?id=518658
7990b4
7990b4
7990b4
* Fri Aug 28 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-1
7990b4
- bump yum requires version
7990b4
- remove head patch
7990b4
- bump to 0.9.8 upstream
7990b4
7990b4
* Tue Aug 18 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-15
7990b4
- update HEAD patch to include fix from mbonnet for typo'd PRAGMA in the filelists setup
7990b4
7990b4
* Tue Aug  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-14
7990b4
- minor fix for rh bug 512610
7990b4
7990b4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-13
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7990b4
7990b4
* Wed Jun 17 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-11
7990b4
- more profile output for deltarpms
7990b4
7990b4
* Tue Jun 16 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-8
7990b4
- more patches from head
7990b4
- speed up generating prestodelta, massively
7990b4
7990b4
* Tue May  5 2009 Seth Vidal <skvidal at fedoraproject.org>
7990b4
- more head fixes - theoretically solving ALL of the sha1/sha silliness
7990b4
7990b4
* Wed Apr 15 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-2
7990b4
- fix 495845 and other presto issues
7990b4
7990b4
* Tue Mar 24 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-1
7990b4
- 0.9.7
7990b4
- require yum 3.2.22
7990b4
7990b4
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-12
7990b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7990b4
7990b4
* Tue Feb 10 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-11
7990b4
- change the order of deltarpms
7990b4
7990b4
* Wed Feb  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-10
7990b4
- working mergerepo again
7990b4
7990b4
* Tue Feb  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-9
7990b4
- fix normal createrepo'ing w/o the presto patches :(
7990b4
7990b4
* Mon Feb  2 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-7
7990b4
- add deltarpm requirement for making presto metadata
7990b4
7990b4
* Tue Jan 27 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-6
7990b4
- one more patch set to make sure modifyrepo works with sha256's, too
7990b4
7990b4
* Mon Jan 26 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-5
7990b4
- add patch from upstream head for sha256 support
7990b4
7990b4
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9.6-4
7990b4
- Rebuild for Python 2.6
7990b4
7990b4
* Tue Oct 28 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-1
7990b4
- 0.9.6-1
7990b4
- add mergerepo
7990b4
7990b4
* Thu Oct  9 2008 James Antill <james@fedoraproject.org> - 0.9.5-5
7990b4
- Do atomic updates to the cachedir, for parallel runs
7990b4
- Fix the patch
7990b4
7990b4
* Fri Feb 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.5-2
7990b4
- patch for the mistake in the raise for an empty pkgid
7990b4
7990b4
* Tue Feb 19 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.5-1
7990b4
- 0.9.5
7990b4
- ten-changelog-limit patch by default in fedora
7990b4
7990b4
* Thu Jan 31 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4-3
7990b4
- skip if no old metadata and --update was called.
7990b4
7990b4
* Wed Jan 30 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4-1
7990b4
- 0.9.4
7990b4
7990b4
* Tue Jan 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.3
7990b4
- 0.9.3
7990b4
7990b4
* Thu Jan 17 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.2-1
7990b4
- remove all other patches - 0.9.2 
7990b4
7990b4
* Tue Jan 15 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-3
7990b4
- more patches - almost 0.9.2 but not quite
7990b4
7990b4
* Thu Jan 10 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-2
7990b4
- patch to fix bug until 0.9.2
7990b4
7990b4
* Wed Jan  9 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-1
7990b4
- 0.9.1 
7990b4
7990b4
* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9-1
7990b4
- 0.9
7990b4
- add yum dep
7990b4
7990b4
7990b4
* Mon Nov 26 2007 Luke Macken <lmacken@redhat.com> - 0.4.11-1
7990b4
- Update to 0.4.11
7990b4
- Include COPYING file and change License to GPLv2
7990b4
7990b4
* Thu Jun 07 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.10-1
7990b4
- Update to 0.4.10
7990b4
7990b4
* Wed May 16 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.9-1
7990b4
- Update to 0.4.9
7990b4
7990b4
* Tue May 15 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-4
7990b4
- fix the last patch
7990b4
7990b4
* Tue May 15 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-3
7990b4
- use dbversion given by yum-metadata-parser instead of hardcoded 
7990b4
  value (#239938)
7990b4
7990b4
* Wed Mar 14 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.8-2
7990b4
- Remove requires (#227680)
7990b4
7990b4
* Wed Feb 21 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-1
7990b4
- update to 0.4.8
7990b4
7990b4
* Mon Feb 12 2007 Jesse Keating <jkeating@redhat.com> - 0.4.7-3
7990b4
- Require yum-metadata-parser.
7990b4
7990b4
* Thu Feb  8 2007 Jeremy Katz <katzj@redhat.com> - 0.4.7-2
7990b4
- add modifyrepo to the file list
7990b4
7990b4
* Thu Feb  8 2007 Jeremy Katz <katzj@redhat.com> - 0.4.7-1
7990b4
- update to 0.4.7
7990b4
7990b4
* Mon Feb 05 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.6-2
7990b4
- Packaging guidelines (#225661)
7990b4
7990b4
* Thu Nov 09 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.6-1
7990b4
- Upgrade to latest release
7990b4
- Fix requires (#214388)
7990b4
7990b4
* Wed Jul 19 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.4-2
7990b4
- Fixup relative paths (#199228)
7990b4
7990b4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4.4-1.1
7990b4
- rebuild
7990b4
7990b4
* Mon Apr 17 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.4-1
7990b4
- Update to latest upstream
7990b4
7990b4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7990b4
- rebuilt
7990b4
7990b4
* Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-5
7990b4
- Fix split with normalised directories
7990b4
7990b4
* Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-4
7990b4
- Another typo fix
7990b4
- Normalise directories
7990b4
7990b4
* Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-3.1
7990b4
- really fix them 
7990b4
7990b4
* Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-3
7990b4
- Fix regressions for absolute/relative paths
7990b4
7990b4
* Sun Nov 13 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-2
7990b4
- Sync upto HEAD 
7990b4
- Split media support
7990b4
7990b4
* Thu Jul 14 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-1
7990b4
- New upstream version 0.4.3 (cachedir support)
7990b4
7990b4
* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 0.4.2-2
7990b4
- add the manpage
7990b4
7990b4
* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 0.4.2-1
7990b4
- 0.4.2
7990b4
7990b4
* Thu Oct 21 2004 Paul Nasrat <pnasrat@redhat.com>
7990b4
- 0.4.1, fixes #136613
7990b4
- matched ghosts not being added into primary.xml files
7990b4
7990b4
* Mon Oct 18 2004 Bill Nottingham <notting@redhat.com>
7990b4
- 0.4.0, fixes #134776
7990b4
7990b4
* Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com>
7990b4
- Rebuild new upstream release - 0.3.9
7990b4
7990b4
* Thu Sep 30 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.3.9
7990b4
- fix for groups checksum creation
7990b4
7990b4
* Sat Sep 11 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.3.8
7990b4
7990b4
* Wed Sep  1 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.3.7
7990b4
7990b4
* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- make filelists right <sigh>
7990b4
7990b4
7990b4
* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- fix for broken filelists
7990b4
7990b4
* Mon Jul 19 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- re-enable groups
7990b4
- update num to 0.3.4
7990b4
7990b4
* Tue Jun  8 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- update to the format
7990b4
- versioned deps
7990b4
- package counts
7990b4
- uncompressed checksum in repomd.xml
7990b4
7990b4
7990b4
* Fri Apr 16 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.3.2 - small addition of -p flag
7990b4
7990b4
* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- I'm an idiot
7990b4
7990b4
* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.3
7990b4
7990b4
* Tue Jan 13 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- 0.2 - 
7990b4
7990b4
* Sat Jan 10 2004 Seth Vidal <skvidal@phy.duke.edu>
7990b4
- first packaging
7990b4