424048
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
b6bb60
%global vimdatadir %{_datadir}/vim/vimfiles
424048
424048
Name:           environment-modules
b6bb60
Version:        4.5.2
1db08a
Release:        3%{?dist}
424048
Summary:        Provides dynamic modification of a user's environment
424048
424048
Group:          System Environment/Base
424048
License:        GPLv2+
424048
URL:            http://modules.sourceforge.net/
424048
Source0:        http://downloads.sourceforge.net/modules/modules-%{version}.tar.bz2
b6bb60
Patch0001:      environment-modules-configure.patch
d56a84
Patch0002:      environment-modules-moulespath-initrc.patch
1db08a
Patch0003:      environment-modules-profilesh-misdetects-login-shell.patch
424048
424048
BuildRequires:  tcl-devel, libX11-devel
424048
BuildRequires:  dejagnu, sed, procps, hostname, man, less
424048
BuildRequires:  python3-devel
424048
Requires:       tcl, sed, procps, man, less
424048
Requires(post): %{_sbindir}/update-alternatives
424048
Requires(postun): %{_sbindir}/update-alternatives
424048
Provides:	environment(modules)
424048
424048
%description
424048
The Environment Modules package provides for the dynamic modification of
424048
a user's environment via modulefiles.
424048
424048
Each modulefile contains the information needed to configure the shell
424048
for an application. Once the Modules package is initialized, the
424048
environment can be modified on a per-module basis using the module
424048
command which interprets modulefiles. Typically modulefiles instruct
424048
the module command to alter or set shell environment variables such as
424048
PATH, MANPATH, etc. modulefiles may be shared by many users on a system
424048
and users may have their own collection to supplement or replace the
424048
shared modulefiles.
424048
424048
Modules can be loaded and unloaded dynamically and atomically, in an
424048
clean fashion. All popular shells are supported, including bash, ksh,
424048
zsh, sh, csh, tcsh, as well as some scripting languages such as perl.
424048
424048
Modules are useful in managing different versions of applications.
424048
Modules can also be bundled into metamodules that will load an entire
424048
suite of different applications.
424048
424048
NOTE: You will need to get a new shell after installing this package to
424048
have access to the module alias.
424048
424048
%package compat
424048
Summary:        Environment Modules compatibility version
424048
Requires:       environment-modules = %{version}-%{release}
424048
Requires:       hostname
424048
424048
%description compat
424048
The Environment Modules package provides for the dynamic modification of
424048
a user's environment via modulefiles.
424048
424048
This package provides Environment Modules compatibility version (3.2).
424048
424048
424048
%prep
1db08a
%autosetup -p1 -n modules-%{version}
424048
424048
424048
%build
424048
%configure --prefix=%{_datadir}/Modules \
b6bb60
           --libdir=%{_libdir} \
b6bb60
           --etcdir=%{_sysconfdir}/%{name} \
424048
           --bindir=%{_datadir}/Modules/bin \
424048
           --libexecdir=%{_datadir}/Modules/libexec \
424048
           --docdir=%{_docdir}/%{name} \
b6bb60
           --vimdatadir=%{vimdatadir} \
424048
           --enable-dotmodulespath \
b6bb60
           --disable-set-shell-startup \
b6bb60
           --with-python=%{__python3} \
b6bb60
           --with-initconf-in=etcdir \
424048
           --with-modulepath=%{_datadir}/Modules/modulefiles:%{_sysconfdir}/modulefiles:%{_datadir}/modulefiles \
b6bb60
           --with-quarantine-vars='LD_LIBRARY_PATH LD_PRELOAD'
424048
make %{?_smp_mflags}
424048
424048
424048
%install
424048
make install DESTDIR=%{buildroot}
424048
424048
mkdir -p %{buildroot}%{_sysconfdir}/modulefiles
424048
mkdir -p %{buildroot}%{_datadir}/modulefiles
424048
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
424048
mkdir -p %{buildroot}%{_bindir}
424048
424048
# Set up for alternatives.
424048
touch %{buildroot}%{_sysconfdir}/profile.d/modules.{csh,sh}
424048
touch %{buildroot}%{_bindir}/modulecmd
424048
# remove modulecmd wrapper as it will be handled by alternatives
424048
rm -f %{buildroot}%{_datadir}/Modules/bin/modulecmd
424048
mv %{buildroot}%{_mandir}/man1/module{,-c}.1
424048
mv %{buildroot}%{_mandir}/man4/modulefile{,-c}.4
424048
424048
# Major utilities go to regular bin dir.
424048
mv %{buildroot}%{_datadir}/Modules/bin/envml %{buildroot}%{_bindir}/
424048
424048
# Rename compat docs to find them in files section.
424048
mv compat/ChangeLog ChangeLog-compat
424048
mv compat/NEWS NEWS-compat
424048
424048
mv {doc/build/,}NEWS.txt
424048
mv {doc/build/,}MIGRATING.txt
424048
mv {doc/build/,}diff_v3_v4.txt
424048
mv {doc/,}example.txt
b6bb60
rm -f %{buildroot}%{_docdir}/%{name}/{COPYING.GPLv2,ChangeLog-compat,INSTALL{,-win}.txt,NEWS-compat}
424048
b6bb60
cp -p script/createmodule.sh %{buildroot}%{_datadir}/Modules/bin
b6bb60
cp -p script/createmodule.py %{buildroot}%{_datadir}/Modules/bin
424048
424048
install -Dpm 644 contrib/rpm/macros.%{name} %{buildroot}/%{macrosdir}/macros.%{name}
424048
424048
%check
424048
make test
424048
424048
%post
424048
# Cleanup from pre-alternatives
424048
[ ! -L %{_mandir}/man1/module.1.gz ] && rm -f %{_mandir}/man1/module.1.gz
424048
[ ! -L %{_mandir}/man4/modulefile.4.gz ] && rm -f %{_mandir}/man4/modulefile.4.gz
424048
[ ! -L %{_sysconfdir}/profile.d/modules.sh ] &&  rm -f %{_sysconfdir}/profile.d/modules.sh
424048
[ ! -L %{_sysconfdir}/profile.d/modules.csh ] &&  rm -f %{_sysconfdir}/profile.d/modules.csh
424048
[ ! -L %{buildroot}%{_bindir}/modulecmd ] &&  rm -f %{_bindir}/modulecmd
424048
424048
# Migration from version 3.x to 4
424048
if [ "$(readlink /etc/alternatives/modules.sh)" = '%{_datadir}/Modules/init/modules.sh' ]; then
424048
  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/modules.sh
424048
fi
424048
424048
%{_sbindir}/update-alternatives \
424048
  --install %{_sysconfdir}/profile.d/modules.sh modules.sh %{_datadir}/Modules/init/profile.sh 40 \
424048
  --slave %{_sysconfdir}/profile.d/modules.csh modules.csh %{_datadir}/Modules/init/profile.csh \
424048
  --slave %{_bindir}/modulecmd modulecmd %{_datadir}/Modules/libexec/modulecmd.tcl \
424048
  --slave %{_mandir}/man1/module.1.gz module.1.gz %{_mandir}/man1/module-c.1.gz \
424048
  --slave %{_mandir}/man4/modulefile.4.gz modulefile.4.gz %{_mandir}/man4/modulefile-c.4.gz
424048
424048
%post compat
424048
%{_sbindir}/update-alternatives \
424048
  --install %{_sysconfdir}/profile.d/modules.sh modules.sh %{_datadir}/Modules/init/profile-compat.sh 10 \
424048
  --slave %{_sysconfdir}/profile.d/modules.csh modules.csh %{_datadir}/Modules/init/profile-compat.csh \
424048
  --slave %{_bindir}/modulecmd modulecmd %{_datadir}/Modules/libexec/modulecmd-compat
424048
424048
%postun
424048
if [ $1 -eq 0 ] ; then
a14ed0
  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/profile.sh
424048
fi
424048
424048
%postun compat
424048
if [ $1 -eq 0 ] ; then
424048
  %{_sbindir}/update-alternatives --remove modules.sh %{_datadir}/Modules/init/profile-compat.sh
424048
fi
424048
424048
424048
%files
424048
%license COPYING.GPLv2
b6bb60
%doc ChangeLog README NEWS.txt MIGRATING.txt CONTRIBUTING.txt diff_v3_v4.txt example.txt
424048
%{_sysconfdir}/modulefiles
424048
%ghost %{_sysconfdir}/profile.d/modules.csh
424048
%ghost %{_sysconfdir}/profile.d/modules.sh
424048
%ghost %{_bindir}/modulecmd
424048
%{_bindir}/envml
b6bb60
%{_libdir}/libtclenvmodules.so
424048
%dir %{_datadir}/Modules
424048
%{_datadir}/Modules/bin
424048
%dir %{_datadir}/Modules/libexec
424048
%{_datadir}/Modules/libexec/modulecmd.tcl
424048
%dir %{_datadir}/Modules/init
424048
%{_datadir}/Modules/init/*
b6bb60
%dir %{_sysconfdir}/%{name}
b6bb60
%config(noreplace) %{_sysconfdir}/%{name}/initrc
b6bb60
%config(noreplace) %{_sysconfdir}/%{name}/modulespath
b6bb60
%config(noreplace) %{_sysconfdir}/%{name}/siteconfig.tcl
424048
%{_datadir}/Modules/modulefiles
424048
%{_datadir}/modulefiles
b6bb60
%{_mandir}/man1/ml.1.gz
424048
%ghost %{_mandir}/man1/module.1.gz
424048
%ghost %{_mandir}/man4/modulefile.4.gz
424048
%{_mandir}/man1/module-c.1.gz
424048
%{_mandir}/man4/modulefile-c.4.gz
424048
%{macrosdir}/macros.%{name}
b6bb60
%{vimdatadir}/ftdetect/modulefile.vim
b6bb60
%{vimdatadir}/ftplugin/modulefile.vim
b6bb60
%{vimdatadir}/syntax/modulefile.vim
424048
424048
%files compat
424048
%doc ChangeLog-compat NEWS-compat
424048
%{_datadir}/Modules/libexec/modulecmd-compat
424048
%{_mandir}/man1/module-compat.1.gz
424048
%{_mandir}/man4/modulefile-compat.4.gz
424048
424048
424048
%changelog
1db08a
* Wed Sep 21 2022 Lukáš Zaoral <lzaoral@redhat.com> - 4.5.2-3
1db08a
- Fix profile.sh login shell misdetection (#1815047)
1db08a
d56a84
* Tue Jun 07 2022 Lukáš Zaoral <lzaoral@redhat.com> - 4.5.2-2
d56a84
- Evaluate both modulespath and initrc during initialization (#1894870)
d56a84
b6bb60
* Tue Aug 18 2020 Jan Synáček <jsynacek@redhat.com> - 4.5.2-1
b6bb60
- Update to 4.5.2 (#1860674)
b6bb60
b6bb60
* Mon Jul 13 2020 Jan Synáček <jsynacek@redhat.com> - 4.5.1-1
b6bb60
- Update to 4.5.1 (#1642837)
b6bb60
b6bb60
* Thu Jul 09 2020 Jan Synáček <jsynacek@redhat.com> - 4.5.0-1
b6bb60
- Update to 4.5.0 (#1642837)
b6bb60
a14ed0
* Tue Aug 06 2019 Jan Macku <jamacku@redhat.com> - 4.1.4-4
a14ed0
- Gating rebuilt
a14ed0
a14ed0
* Mon Aug  5 2019 Jan Synáček <jsynacek@redhat.com> - 4.1.4-2
a14ed0
- Fix postun script (#1736487)
a14ed0
424048
* Wed Aug 29 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.4-1
424048
- Update to 4.1.4 (#1619619)
424048
- Don't install any files under /usr as config files
424048
424048
* Tue Jun 26 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.3-2
424048
- Remove unnecessary build dependency on tclx (#1595105)
424048
424048
* Mon Jun 25 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.3-1
424048
- Update to 4.1.3 (#1594693)
424048
424048
* Wed Jun 20 2018 Tomas Orsava <torsava@redhat.com> - 4.1.2-2
424048
- Switch hardcoded python3 shebangs into the %%{__python3} macro
424048
- Add missing BuildRequires on python3-devel so that %%{__python3} macro is
424048
  defined
424048
424048
* Tue Apr  3 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.2-1
424048
- Update to 4.1.2 (#1562535)
424048
424048
* Tue Mar  6 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.1-2
424048
- Fix error messages caused by unquoted parameters (#1549664)
424048
424048
* Tue Feb 20 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.1-1
424048
- Update to 4.1.1 (#1546450, #1139165, #1545369)
424048
  + Big thanks to Xavier Delaruelle for a spec patch!
424048
424048
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
424048
424048
* Mon Jan 22 2018 Jan Synáček <jsynacek@redhat.com> - 4.1.0-1
424048
- Update to 4.1.0 (#1534746)
424048
  + Big thanks to Xavier Delaruelle for a spec patch!
424048
424048
* Tue Nov 21 2017 Jan Synáček <jsynacek@redhat.com> - 4.0.0-2
424048
- Fix 4.0.0 BuildRequires and Requires (#1503408)
424048
  + Big thanks to Xavier Delaruelle for a spec patch!
424048
- Fix installing manpages as alternatives
424048
424048
* Mon Nov 20 2017 Jan Synáček <jsynacek@redhat.com> - 4.0.0-1
424048
- Update to 4.0.0 (#1503408)
424048
424048
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.10-23
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
424048
424048
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.10-22
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
424048
424048
* Thu Mar 16 2017 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-21
424048
- Use alternatives for man pages as well
424048
424048
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.10-20
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
424048
424048
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.2.10-19
424048
- Rebuild for Python 3.6
424048
424048
* Sun Dec 4 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-18
424048
- Fix compilation with -Werror=implicit-function-declaration
424048
- Use %%license
424048
424048
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.10-17
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
424048
424048
* Mon Jul 13 2015 Orion Poplwski <orion@cora.nwra.com> - 3.2.10-16
424048
- Add patch to fix unload from loaded modulefile (bug #1117334)
424048
424048
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.10-15
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
424048
424048
* Mon Mar 2 2015 Orion Poplwski <orion@cora.nwra.com> - 3.2.10-14
424048
- Fix createmodule.sh to handle exported functions (bug #1197321)
424048
- Handle more prefix/suffix cases in createmodule.{sh,py} (bug #1079341)
424048
424048
* Wed Jan 28 2015 Orion Poplwski <orion@cora.nwra.com> - 3.2.10-13
424048
- Add patch for python 3 support, use python3 for createmodule.py on F22
424048
424048
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.10-12
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
424048
424048
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.10-11
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
424048
424048
* Tue May 27 2014 Orion Poplwski <orion@cora.nwra.com> - 3.2.10-10
424048
- Add patch to support Tcl 8.6
424048
424048
* Wed May 21 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 3.2.10-10
424048
- Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86
424048
424048
* Mon Apr 14 2014 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-9
424048
- Use alternatives for /etc/profile.d/modules.{csh,sh}
424048
- Add /usr/share/modulefiles to MODULEPATH
424048
- Add rpm macro to define %%_modulesdir
424048
424048
* Mon Dec 23 2013 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-8
424048
- Fix -Werror=format-security (bug #1037053)
424048
424048
* Wed Sep 4 2013 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-7
424048
- Update createmodule scripts to handle more path like variables (bug #976647)
424048
424048
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.10-6
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
424048
424048
* Tue May 14 2013 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-5
424048
- Really do not replace modified profile.d scripts (bug #962762)
424048
- Specfile cleanup
424048
424048
* Wed Apr 17 2013 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-4
424048
- Do not replace modified profile.d scripts (bug #953199)
424048
424048
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.10-3
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
424048
424048
* Tue Jan 15 2013 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-2
424048
- Add patch to comment out stray module use in modules file when not using
424048
  versioning (bug #895555)
424048
- Add patch to fix module clear command (bug #895551)
424048
- Add patch from modules list to add completion to avail command
424048
424048
* Fri Dec 21 2012 Orion Poplawski <orion@cora.nwra.com> - 3.2.10-1
424048
- Update to 3.2.10
424048
- Drop regex patch
424048
424048
* Wed Oct 31 2012 Orion Poplawski <orion@cora.nwra.com> - 3.2.9c-5
424048
- Updated createmodule.sh, added createmodule.py, can handle path prefixes
424048
424048
* Fri Aug 24 2012 Orion Poplawski <orion@cora.nwra.com> - 3.2.9c-4
424048
- Add patch to fix segfault from Tcl RexExp handling (bug 834580)
424048
424048
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.9c-3
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
424048
424048
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.9c-2
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
424048
424048
* Tue Nov 29 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.9c-1
424048
- Update to 3.2.9c (fixes bug 753760)
424048
424048
* Tue Nov 22 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.9b-2
424048
- Make .modulespath a config file
424048
424048
* Tue Nov 15 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.9b-1
424048
- Update to 3.2.9b
424048
424048
* Fri Nov 11 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.9a-2
424048
- Add %%check section
424048
424048
* Fri Nov 11 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.9a-1
424048
- Update to 3.2.9a
424048
- Drop strcpy patch
424048
424048
* Thu Sep 22 2011 Orion Poplawski <orion@cora.nwra.com> - 3.2.8a-3
424048
- Add patch to fix overlapping strcpy() in Remove_Path, hopefully fixes
424048
  bug 737043
424048
424048
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.8a-2
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
424048
424048
* Mon Oct 4 2010 Orion Poplawski <orion@cora.nwra.com> - 3.2.8a-1
424048
- Update to 3.2.8a, changes --with-def-man-path to --with-man-path
424048
424048
* Mon Oct 4 2010 Orion Poplawski <orion@cora.nwra.com> - 3.2.8-1
424048
- Update to 3.2.8
424048
- Drop mandir patch, use --with-def-man-path
424048
424048
* Thu Jan 7 2010 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-7
424048
- Add patch to set a sane default MANPATH
424048
- Add createmodule.sh utility script for creating modulefiles
424048
 
424048
* Mon Nov 30 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-6
424048
- Add Requires: propcs (bug #54272)
424048
424048
* Mon Oct 26 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-5
424048
- Don't assume different shell init scripts exist (bug #530770)
424048
424048
* Fri Oct 23 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-4
424048
- Don't load bash init script when bash is running as "sh" (bug #529745)
424048
424048
* Mon Oct 19 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-3
424048
- Support different flavors of "sh" (bug #529493)
424048
424048
* Wed Sep 23 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-2
424048
- Add patch to fix modulecmd path in init files
424048
424048
* Wed Sep 23 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7b-1
424048
- Update to 3.2.7b
424048
424048
* Mon Sep 21 2009 Orion Poplawski <orion@cora.nwra.com> - 3.2.7-1
424048
- Update to 3.2.7, fixes bug #524475
424048
- Drop versioning patch fixed upstream
424048
424048
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-8
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
424048
424048
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.6-7
424048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
424048
424048
* Wed Sep 3 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-6
424048
- Change %%patch -> %%patch0
424048
424048
* Fri Mar 14 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-5
424048
- Add BR libX11-devel so modulecmd can handle X resources
424048
424048
* Wed Mar  5 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-4
424048
- Add patch to fix extraneous version path entry properly
424048
- Use --with-module-path to point to /etc/modulefiles for local modules,
424048
  this also fixes bug #436041
424048
424048
* Sat Feb  9 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-3
424048
- Rebuild for gcc 3.4
424048
424048
* Thu Jan 03 2008 - Alex Lancaster <alexlan at fedoraproject.org> - 3.2.6-2
424048
- Rebuild for new Tcl (8.5).
424048
424048
* Fri Nov  2 2007 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-1
424048
- Update to 3.2.6
424048
424048
* Tue Aug 21 2007 - Orion Poplawski <orion@cora.nwra.com> - 3.2.5-2
424048
- Update license tag to GPLv2
424048
424048
* Fri Feb 16 2007 - Orion Poplawski <orion@cora.nwra.com> - 3.2.5-1
424048
- Update to 3.2.5
424048
424048
* Wed Feb 14 2007 - Orion Poplawski <orion@cora.nwra.com> - 3.2.4-2
424048
- Rebuild for Tcl downgrade
424048
424048
* Fri Feb 09 2007 - Orion Poplawski <orion@cora.nwra.com> - 3.2.4-1
424048
- Update to 3.2.4
424048
424048
* Wed Dec 20 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-3
424048
- Add --with-version-path to set VERSIONPATH (bug 220260)
424048
424048
* Tue Aug 29 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-2
424048
- Rebuild for FC6
424048
424048
* Fri Jun  2 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.3-1
424048
- Update to 3.2.3
424048
424048
* Fri May  5 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.2-1
424048
- Update to 3.2.2
424048
424048
* Fri Mar 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.1-1
424048
- Update to 3.2.1
424048
424048
* Thu Feb  9 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.0p1-1
424048
- Update to 3.2.0p1
424048
424048
* Fri Jan 27 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.0-2
424048
- Add profile.d links
424048
424048
* Tue Jan 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 3.2.0-1
424048
- Fedora Extras packaging