summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraas <andras.horvath@gmail.com>2023-04-17 17:16:19 +0000
committerraas <andras.horvath@gmail.com>2023-04-17 17:16:19 +0000
commitd1f7b6752e9aa4ad02fc0728983cb1dcce78354c (patch)
treec3c35ef35e658a4d86e75089a5bb1a411f67a77b
parent2c76bb447d3135ab233660f1f66f1dbc67d9e00a (diff)
Update spec file with new license, bump to 2.0
-rw-r--r--mbw.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/mbw.spec b/mbw.spec
index 2d1ca4e..f105bdf 100644
--- a/mbw.spec
+++ b/mbw.spec
@@ -1,8 +1,8 @@
Summary: Memory bandwidth benchmark
Name: mbw
-Version: 1.5
+Version: 2.0
Release: 1%{?dist}
-License: LGPLv2.1
+License: GPL-3.0-or-later
Buildroot: %{_tmppath}/%{name}-buildroot
Group: System Environment/Base
Source: %{name}.tar.gz
@@ -33,6 +33,10 @@ rm -rf %{buildroot}
%attr(644,-,-) %{_mandir}/man1/mbw.1.gz
%changelog
+* Mon Apr 17 2023 Andras Horvath <andras.horvath@gmail.com> 2.0-1
+- Migrated to GPLv3 license
+- Small build fixes and cleanups
+
* Tue Apr 26 2022 Andras Horvath <andras.horvath@gmail.com> 1.5-1
- New platform support (Mac)