aboutsummaryrefslogtreecommitdiffstats
path: root/factor/yafu
diff options
context:
space:
mode:
Diffstat (limited to 'factor/yafu')
-rw-r--r--factor/yafu/yafu.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index 1c2c7af..a41a7d3 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,9 +1,8 @@
Name: yafu
Version: 1.34
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Automated integer factorization
-Group: Applications/Engineering
License: Public Domain
URL: https://sourceforge.net/projects/yafu
Source0: https://downloads.sourceforge.net/project/yafu/%{version}/%{name}-%{version}-src.zip
@@ -46,6 +45,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Mon Feb 26 2018 Ting-Wei Lan <lantw44@gmail.com> - 1.34-12
+- Remove group tag because it is deprecated in Fedora
+
* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-11
- Use autosetup and make_build macros