diff --git a/.gitignore b/.gitignore index 2c31459..53bfa03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ modules-3.2.8.tar.bz2 +/modules-3.2.8a.tar.bz2 diff --git a/environment-modules.spec b/environment-modules.spec index 555813b..ab60e2a 100644 --- a/environment-modules.spec +++ b/environment-modules.spec @@ -1,5 +1,5 @@ Name: environment-modules -Version: 3.2.8 +Version: 3.2.8a Release: 1%{?dist} Summary: Provides dynamic modification of a user's environment @@ -43,7 +43,7 @@ have access to the module alias. %prep -%setup -q -n modules-%{version} +%setup -q -n modules-3.2.8 %patch0 -p1 -b .bindir @@ -51,7 +51,7 @@ have access to the module alias. %configure --disable-versioning \ --prefix=%{_datadir} \ --exec-prefix=%{_datadir}/Modules \ - --with-def-man-path=$(manpath) \ + --with-man-path=$(manpath) \ --with-module-path=%{_sysconfdir}/modulefiles # --with-debug=42 --with-log-facility-debug=stderr make %{?_smp_mflags} @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 4 2010 Orion Poplawski - 3.2.8a-1 +- Update to 3.2.8a, changes --with-def-man-path to --with-man-path + * Mon Oct 4 2010 Orion Poplawski - 3.2.8-1 - Update to 3.2.8 - Drop mandir patch, use --with-def-man-path diff --git a/sources b/sources index 87cfa36..4729fa4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8263989a56c650ef65f29ecfffd22fd modules-3.2.8.tar.bz2 +fcac3bea0d88fde4c4d7838bc8c4ddbe modules-3.2.8a.tar.bz2