public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jansi-native] epel10: jansi-native provides JNI libraries for use by the JAVA Jansi project and
@ 2026-08-20 12:13 Hans de Goede
0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2026-08-20 12:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jansi-native
Branch : epel10
Commit : d54b4fa6864ff94565f0e38e155a74902010d682
Author : Hans de Goede <hdegoede@redhat.com>
Date : 2022-07-16T22:07:15+02:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jansi-native/c/d54b4fa6864ff94565f0e38e155a74902010d682?branch=epel10
Log:
jansi-native provides JNI libraries for use by the JAVA Jansi project and
the JDK is no longer build on i686, disable i686 builds (rhbz#2104052)
---
diff --git a/jansi-native.spec b/jansi-native.spec
index 7fbd99c..4563b5b 100644
--- a/jansi-native.spec
+++ b/jansi-native.spec
@@ -7,7 +7,7 @@
Name: jansi-native
Version: 1.8
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
License: ASL 2.0
URL: http://jansi.fusesource.org/
@@ -19,6 +19,9 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.fusesource:fusesource-pom:pom:)
BuildRequires: mvn(org.fusesource.hawtjni:maven-hawtjni-plugin) >= 1.9-2
BuildRequires: mvn(org.fusesource.hawtjni:hawtjni-runtime) >= 1.9-2
+# jansi-native provides JNI libraries for use by the JAVA Jansi project,
+# so it is only necessary on java_arches
+ExclusiveArch: %{java_arches}
%description
Jansi is a small java library that allows you to use ANSI escape sequences
@@ -68,6 +71,10 @@ This package contains the API documentation for %{name}.
%license license.txt
%changelog
+* Sat Jul 16 2022 Hans de Goede <hdegoede@redhat.com> - 1.8-10
+- jansi-native provides JNI libraries for use by the JAVA Jansi project and
+ the JDK is no longer build on i686, disable i686 builds (rhbz#2104052)
+
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.8-9
- Rebuilt for java-17-openjdk as system jdk
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 12:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 12:13 [rpms/jansi-native] epel10: jansi-native provides JNI libraries for use by the JAVA Jansi project and Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox