public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jansi1] epel10: Build for JDK 8 at a minimum for JDK 17 compatibility
@ 2026-08-31  6:03 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-31  6:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/jansi1
Branch : epel10
Commit : 75892601c9c677b9cf5b29c98c778d4322818ad4
Author : Jerry James <loganjerry@gmail.com>
Date   : 2021-11-29T13:51:24-07:00
Stats  : +15/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/jansi1/c/75892601c9c677b9cf5b29c98c778d4322818ad4?branch=epel10

Log:
Build for JDK 8 at a minimum for JDK 17 compatibility

---
diff --git a/README.md b/README.md
index 44e973c..3d76222 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
 # jansi1
 
-The jansi1 package
+[Jansi](https://fusesource.github.io/jansi/) is a small Java library that
+allows you to use
+[ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) in your
+Java console applications.  It implements ANSI support on platforms which
+don't support it like Windows and provides graceful degradation when output is
+sent to output devices which cannot support ANSI sequences.

diff --git a/jansi1.spec b/jansi1.spec
index f7ad79e..7a3a931 100644
--- a/jansi1.spec
+++ b/jansi1.spec
@@ -1,9 +1,9 @@
 Name:           jansi1
 Version:        1.18
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Generate and interpret ANSI escape sequences in Java
 License:        ASL 2.0
-URL:            http://fusesource.github.io/jansi/
+URL:            https://fusesource.github.io/jansi/
 
 Source0:        https://github.com/fusesource/jansi/archive/jansi-project-%{version}.tar.gz
 
@@ -55,6 +55,10 @@ cd -
 # javadoc generation fails due to strict doclint in JDK 8
 %pom_remove_plugin -r :maven-javadoc-plugin
 
+# Build for JDK 1.8 at a minimum for JDK 17 compatibility
+%pom_xpath_set //pom:source 1.8
+%pom_xpath_set //pom:target 1.8
+
 %build
 %mvn_compat_version org.fusesource.jansi:jansi %{version} 1
 %mvn_build
@@ -70,6 +74,9 @@ cd -
 %license license.txt
 
 %changelog
+* Mon Nov 29 2021 Jerry James <loganjerry@gmail.com> - 1.18-9
+- Build for JDK 8 at a minimum for JDK 17 compatibility
+
 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-31  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31  6:03 [rpms/jansi1] epel10: Build for JDK 8 at a minimum for JDK 17 compatibility Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox