commit 60f1570f898da3460c0debc29ae26b5d780fa521
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Sat Oct 26 23:00:45 2024 +0900
Bump min java source to 8. Fixes FTBS
freeguide.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/freeguide.spec b/freeguide.spec
index 8f00f4d..bf4c354 100644
--- a/freeguide.spec
+++ b/freeguide.spec
@@ -1,6 +1,6 @@
Name: freeguide
Version: 0.11.1
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: A TV Guide
Group: Applications/Multimedia
@@ -39,8 +39,8 @@ find . -name '*.jar' -exec rm -f '{}' \;
rm -rf xmltv
-# Java source option 5 is no longer supported, bump it higher
-sed -i 's/1.5/1.7/g' build.xml
+# Java source option 5/7 is no longer supported, bump it higher
+sed -i 's/1.5/1.8/g' build.xml
%build
ant jar
@@ -77,6 +77,9 @@ desktop-file-install \
%{_datadir}/pixmaps/*
%changelog
+* Sat Oct 26 2024 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 0.11.1-14
+- Bump min java source to 8. Fixes FTBS
+
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
0.11.1-13
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild