orion pushed to Lmod (epel8). "Merge branch 'master' into epel8"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From b73a44dbda3c4285298cfa0f5cdd966eed6cec0f Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 30 2019 16:15:57 +0000
Subject: Merge branch 'master' into epel8
---
diff --git a/.gitignore b/.gitignore
index abf5f6f..ec1eb45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,10 @@
/Lmod-8.1.3.tar.gz
/Lmod-8.1.10.tar.gz
/Lmod-8.1.17.tar.gz
+/Lmod-8.2.tar.gz
+/Lmod-8.2.2.tar.gz
+/Lmod-8.2.3.tar.gz
+/Lmod-8.2.4.tar.gz
+/Lmod-8.2.5.tar.gz
+/Lmod-8.2.6.tar.gz
+/Lmod-8.2.7.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 88cf09f..3b2a34e 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,14 +3,14 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.1.17
-Release: 3%{?dist}
+Version: 8.2.7
+Release: 1%{?dist}
Summary: Environmental Modules System in Lua
# Lmod-5.3.2/tools/base64.lua is LGPLv2
License: MIT and LGPLv2
URL: https://www.tacc.utexas.edu/tacc-projects/lmod
-Source0: https://github.com/TACC/Lmod/archive/%{version}.tar.gz#/Lmod-%{version}.t...
+Source0: https://github.com/TACC/Lmod/archive/%{version}/Lmod-%{version}.tar.gz
Source1: macros.%{name}
BuildRequires: gcc
@@ -140,6 +140,27 @@ fi
%changelog
+* Sat Nov 30 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.7-1
+- Update to 8.2.7
+
+* Fri Nov 29 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.6-1
+- Update to 8.2.6
+
+* Mon Nov 25 2019 orion - 8.2.5-1
+- Update to 8.2.5
+
+* Fri Nov 15 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.4-1
+- Update to 8.2.4
+
+* Tue Nov 5 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.3-1
+- Update to 8.2.3
+
+* Fri Nov 1 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.2-1
+- Update to 8.2.2
+
+* Thu Oct 31 2019 Orion Poplawski <orion(a)nwra.com> - 8.2-1
+- Update to 8.2
+
* Wed Sep 25 2019 Orion Poplawski <orion(a)nwra.com> - 8.1.17-3
- Make 00-modulepath.sh return 0, but not exit (bugz#1755666)
diff --git a/sources b/sources
index cac6454..2614fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.1.17.tar.gz) = e2c0e9b37adfb65b339c0e7f6656525a33d3aeff685f0711e06db7d0230fbe125159d8d9983df60ee6cc3326aca4da33f1826c6dae777daf880cd5773f68e571
+SHA512 (Lmod-8.2.7.tar.gz) = bebc6dab3516d997226c07afd5fb5d8cfeb8f754cbee2f836bedb37077105657a9d9fe62ffcd2adc108d17aba4baa7d7983833bb4c743a5cedb93bf3a34bc8c1
https://src.fedoraproject.org/rpms/Lmod/c/b73a44dbda3c4285298cfa0f5cdd966...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.7"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From 5cdbe7ccddfa50b474988a43475aca961f2f1aab Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 30 2019 16:15:19 +0000
Subject: Update to 8.2.7
---
diff --git a/.gitignore b/.gitignore
index 7575c1a..ec1eb45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,4 @@
/Lmod-8.2.4.tar.gz
/Lmod-8.2.5.tar.gz
/Lmod-8.2.6.tar.gz
+/Lmod-8.2.7.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 4f728c7..3b2a34e 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,14 +3,14 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.6
+Version: 8.2.7
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
# Lmod-5.3.2/tools/base64.lua is LGPLv2
License: MIT and LGPLv2
URL: https://www.tacc.utexas.edu/tacc-projects/lmod
-Source0: https://github.com/TACC/Lmod/archive/%{version}.tar.gz#/Lmod-%{version}.t...
+Source0: https://github.com/TACC/Lmod/archive/%{version}/Lmod-%{version}.tar.gz
Source1: macros.%{name}
BuildRequires: gcc
@@ -140,6 +140,9 @@ fi
%changelog
+* Sat Nov 30 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.7-1
+- Update to 8.2.7
+
* Fri Nov 29 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.6-1
- Update to 8.2.6
diff --git a/sources b/sources
index 6662d87..2614fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.6.tar.gz) = 3e5535f64ba521f7793c0b8b53ab6b243580eac753f2146dc6c8f6f4667284bd01966dccb1774519377e005772afc8699e5cdd81881e590a8812d80f3be4d63f
+SHA512 (Lmod-8.2.7.tar.gz) = bebc6dab3516d997226c07afd5fb5d8cfeb8f754cbee2f836bedb37077105657a9d9fe62ffcd2adc108d17aba4baa7d7983833bb4c743a5cedb93bf3a34bc8c1
https://src.fedoraproject.org/rpms/Lmod/c/5cdbe7ccddfa50b474988a43475aca9...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.5"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From 313b6f4dc44999e2af3a8097e780b87c48af650d Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 25 2019 23:44:14 +0000
Subject: Update to 8.2.5
---
diff --git a/.gitignore b/.gitignore
index 023e36e..17eeb4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -94,3 +94,4 @@
/Lmod-8.2.2.tar.gz
/Lmod-8.2.3.tar.gz
/Lmod-8.2.4.tar.gz
+/Lmod-8.2.5.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 40398a4..010912d 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.4
+Version: 8.2.5
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
@@ -140,6 +140,9 @@ fi
%changelog
+* Mon Nov 25 2019 orion - 8.2.5-1
+- Update to 8.2.5
+
* Fri Nov 15 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.4-1
- Update to 8.2.4
diff --git a/sources b/sources
index c79d629..580bfad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.4.tar.gz) = 5783c91cac79b090a1a85fd4dbbbb65a7dbad043be8f392a7594520a3d23af7c9c11817f2556603b97876376ffdfbc80e4537432f5c5b90dbffa3417866b7b58
+SHA512 (Lmod-8.2.5.tar.gz) = 560575fbb60c5c73994d87b48464e9cdb5928635c5d3fe096fdb52bc3577f75dc3b0a6e18bb765d287e8a690cb446720c1709272e8fcb39690c62692a724be85
https://src.fedoraproject.org/rpms/Lmod/c/313b6f4dc44999e2af3a8097e780b87...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.3"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From ebf0f306060305a1a943a40fb6abc0367da459f2 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 05 2019 14:59:39 +0000
Subject: Update to 8.2.3
---
diff --git a/.gitignore b/.gitignore
index df3446d..d57ff0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,4 @@
/Lmod-8.1.17.tar.gz
/Lmod-8.2.tar.gz
/Lmod-8.2.2.tar.gz
+/Lmod-8.2.3.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 847209a..c5e10ab 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.2
+Version: 8.2.3
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
@@ -140,6 +140,9 @@ fi
%changelog
+* Tue Nov 5 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.3-1
+- Update to 8.2.3
+
* Fri Nov 1 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.2-1
- Update to 8.2.2
diff --git a/sources b/sources
index 64b04ad..666acdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.2.tar.gz) = ffa27032a191c0e4fae4b07a1f22f2ee3c1ae008c4aa9e5c64bd4b9d789330ad467a7493e810f00838954d6864075cbd9f8a21ce24f45b4c0ca686e4d547feaf
+SHA512 (Lmod-8.2.3.tar.gz) = 7fca6a68d4f67562c7bf98b939900d1060f854d0f38964929f7f0b8a581e61dd0a260fe43ab1817d3f7c206f68750512ef1f5abe355f10398b249b39882ec00a
https://src.fedoraproject.org/rpms/Lmod/c/ebf0f306060305a1a943a40fb6abc03...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From d56fa78b258ffb77bc49af0a4a6f2311038d7758 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 01 2019 03:35:43 +0000
Subject: Update to 8.2
---
diff --git a/.gitignore b/.gitignore
index abf5f6f..a5cd102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@
/Lmod-8.1.3.tar.gz
/Lmod-8.1.10.tar.gz
/Lmod-8.1.17.tar.gz
+/Lmod-8.2.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 88cf09f..e5231b0 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,8 +3,8 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.1.17
-Release: 3%{?dist}
+Version: 8.2
+Release: 1%{?dist}
Summary: Environmental Modules System in Lua
# Lmod-5.3.2/tools/base64.lua is LGPLv2
@@ -140,6 +140,9 @@ fi
%changelog
+* Thu Oct 31 2019 Orion Poplawski <orion(a)nwra.com> - 8.2-1
+- Update to 8.2
+
* Wed Sep 25 2019 Orion Poplawski <orion(a)nwra.com> - 8.1.17-3
- Make 00-modulepath.sh return 0, but not exit (bugz#1755666)
diff --git a/sources b/sources
index cac6454..8c784f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.1.17.tar.gz) = e2c0e9b37adfb65b339c0e7f6656525a33d3aeff685f0711e06db7d0230fbe125159d8d9983df60ee6cc3326aca4da33f1826c6dae777daf880cd5773f68e571
+SHA512 (Lmod-8.2.tar.gz) = 6b159c1fcc7f677c580e5c8341378421cfe0d679b091fd3f78aadb8b6c2d7fd645d6ab4b4d317c30d01a71a0b4f7e8b3cde161d0b76810c50981668df63a8410
https://src.fedoraproject.org/rpms/Lmod/c/d56fa78b258ffb77bc49af0a4a6f231...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.4"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From 34f0c24069fb70d419f04b2405a324ff41f0d9e7 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 16 2019 02:14:20 +0000
Subject: Update to 8.2.4
---
diff --git a/.gitignore b/.gitignore
index d57ff0d..023e36e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,3 +93,4 @@
/Lmod-8.2.tar.gz
/Lmod-8.2.2.tar.gz
/Lmod-8.2.3.tar.gz
+/Lmod-8.2.4.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index c5e10ab..40398a4 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.3
+Version: 8.2.4
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
@@ -140,6 +140,9 @@ fi
%changelog
+* Fri Nov 15 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.4-1
+- Update to 8.2.4
+
* Tue Nov 5 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.3-1
- Update to 8.2.3
diff --git a/sources b/sources
index 666acdf..c79d629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.3.tar.gz) = 7fca6a68d4f67562c7bf98b939900d1060f854d0f38964929f7f0b8a581e61dd0a260fe43ab1817d3f7c206f68750512ef1f5abe355f10398b249b39882ec00a
+SHA512 (Lmod-8.2.4.tar.gz) = 5783c91cac79b090a1a85fd4dbbbb65a7dbad043be8f392a7594520a3d23af7c9c11817f2556603b97876376ffdfbc80e4537432f5c5b90dbffa3417866b7b58
https://src.fedoraproject.org/rpms/Lmod/c/34f0c24069fb70d419f04b2405a324f...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.6"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From 32803d0cbe2b00aaf6db311b52e7f4e3ee0ed3a7 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 29 2019 22:50:09 +0000
Subject: Update to 8.2.6
---
diff --git a/.gitignore b/.gitignore
index 17eeb4f..7575c1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,4 @@
/Lmod-8.2.3.tar.gz
/Lmod-8.2.4.tar.gz
/Lmod-8.2.5.tar.gz
+/Lmod-8.2.6.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 010912d..4f728c7 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.5
+Version: 8.2.6
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
@@ -140,6 +140,9 @@ fi
%changelog
+* Fri Nov 29 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.6-1
+- Update to 8.2.6
+
* Mon Nov 25 2019 orion - 8.2.5-1
- Update to 8.2.5
diff --git a/sources b/sources
index 580bfad..6662d87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.5.tar.gz) = 560575fbb60c5c73994d87b48464e9cdb5928635c5d3fe096fdb52bc3577f75dc3b0a6e18bb765d287e8a690cb446720c1709272e8fcb39690c62692a724be85
+SHA512 (Lmod-8.2.6.tar.gz) = 3e5535f64ba521f7793c0b8b53ab6b243580eac753f2146dc6c8f6f4667284bd01966dccb1774519377e005772afc8699e5cdd81881e590a8812d80f3be4d63f
https://src.fedoraproject.org/rpms/Lmod/c/32803d0cbe2b00aaf6db311b52e7f4e...
2Â years, 5Â months
orion pushed to Lmod (epel8). "Update to 8.2.2"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:16:06 UTC
From eefc807941dac7d424c73de144d47dab2e57ac4e Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 02 2019 04:25:08 +0000
Subject: Update to 8.2.2
---
diff --git a/.gitignore b/.gitignore
index a5cd102..df3446d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,3 +91,4 @@
/Lmod-8.1.10.tar.gz
/Lmod-8.1.17.tar.gz
/Lmod-8.2.tar.gz
+/Lmod-8.2.2.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index e5231b0..847209a 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2
+Version: 8.2.2
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
@@ -140,6 +140,9 @@ fi
%changelog
+* Fri Nov 1 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.2-1
+- Update to 8.2.2
+
* Thu Oct 31 2019 Orion Poplawski <orion(a)nwra.com> - 8.2-1
- Update to 8.2
diff --git a/sources b/sources
index 8c784f7..64b04ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.tar.gz) = 6b159c1fcc7f677c580e5c8341378421cfe0d679b091fd3f78aadb8b6c2d7fd645d6ab4b4d317c30d01a71a0b4f7e8b3cde161d0b76810c50981668df63a8410
+SHA512 (Lmod-8.2.2.tar.gz) = ffa27032a191c0e4fae4b07a1f22f2ee3c1ae008c4aa9e5c64bd4b9d789330ad467a7493e810f00838954d6864075cbd9f8a21ce24f45b4c0ca686e4d547feaf
https://src.fedoraproject.org/rpms/Lmod/c/eefc807941dac7d424c73de144d47da...
2Â years, 5Â months
orion pushed to Lmod (master). "Update to 8.2.7"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 16:15:26 UTC
From 5cdbe7ccddfa50b474988a43475aca961f2f1aab Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 30 2019 16:15:19 +0000
Subject: Update to 8.2.7
---
diff --git a/.gitignore b/.gitignore
index 7575c1a..ec1eb45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,4 @@
/Lmod-8.2.4.tar.gz
/Lmod-8.2.5.tar.gz
/Lmod-8.2.6.tar.gz
+/Lmod-8.2.7.tar.gz
diff --git a/Lmod.spec b/Lmod.spec
index 4f728c7..3b2a34e 100644
--- a/Lmod.spec
+++ b/Lmod.spec
@@ -3,14 +3,14 @@
%global debug_package %{nil}
Name: Lmod
-Version: 8.2.6
+Version: 8.2.7
Release: 1%{?dist}
Summary: Environmental Modules System in Lua
# Lmod-5.3.2/tools/base64.lua is LGPLv2
License: MIT and LGPLv2
URL: https://www.tacc.utexas.edu/tacc-projects/lmod
-Source0: https://github.com/TACC/Lmod/archive/%{version}.tar.gz#/Lmod-%{version}.t...
+Source0: https://github.com/TACC/Lmod/archive/%{version}/Lmod-%{version}.tar.gz
Source1: macros.%{name}
BuildRequires: gcc
@@ -140,6 +140,9 @@ fi
%changelog
+* Sat Nov 30 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.7-1
+- Update to 8.2.7
+
* Fri Nov 29 2019 Orion Poplawski <orion(a)nwra.com> - 8.2.6-1
- Update to 8.2.6
diff --git a/sources b/sources
index 6662d87..2614fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Lmod-8.2.6.tar.gz) = 3e5535f64ba521f7793c0b8b53ab6b243580eac753f2146dc6c8f6f4667284bd01966dccb1774519377e005772afc8699e5cdd81881e590a8812d80f3be4d63f
+SHA512 (Lmod-8.2.7.tar.gz) = bebc6dab3516d997226c07afd5fb5d8cfeb8f754cbee2f836bedb37077105657a9d9fe62ffcd2adc108d17aba4baa7d7983833bb4c743a5cedb93bf3a34bc8c1
https://src.fedoraproject.org/rpms/Lmod/c/5cdbe7ccddfa50b474988a43475aca9...
2Â years, 5Â months