[environment-modules] - Update to 3.2.8a, changes --with-def-man-path to --with-man-path

Orion Poplawski orion at fedoraproject.org
Mon Oct 4 17:02:49 UTC 2010


commit 8dbe0e8569b89bfd03d97b52c1881d6c2bf057fb
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 4 11:02:56 2010 -0600

    - Update to 3.2.8a, changes --with-def-man-path to --with-man-path

 .gitignore               |    1 +
 environment-modules.spec |    9 ++++++---
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <orion at cora.nwra.com> - 3.2.8a-1
+- Update to 3.2.8a, changes --with-def-man-path to --with-man-path
+
 * Mon Oct 4 2010 Orion Poplawski <orion at cora.nwra.com> - 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


More information about the scm-commits mailing list