public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/julius] f44: add risc-v support, more logic fun with automake due to new autotools in rawhide
Date: Tue, 02 Jun 2026 14:35:42 GMT	[thread overview]
Message-ID: <178041094264.1.1274145189733175404.rpms-julius-016bf1d01171@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/julius
Branch : f44
Commit : 016bf1d0117149e44456e5cea82dd2e56453f4e3
Author : Tom spot Callaway <spotaws@amazon.com>
Date   : 2026-04-17T14:57:24-04:00
Stats  : +8/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/julius/c/016bf1d0117149e44456e5cea82dd2e56453f4e3?branch=f44

Log:
add risc-v support, more logic fun with automake due to new autotools in rawhide

---
diff --git a/julius-4.5-cpuidfix.patch b/julius-4.5-cpuidfix.patch
index aca68aa..5c8a1a8 100644
--- a/julius-4.5-cpuidfix.patch
+++ b/julius-4.5-cpuidfix.patch
@@ -6,7 +6,7 @@ diff -up julius-4.5/libsent/src/phmm/calc_dnn.c.cpuidfix julius-4.5/libsent/src/
  #include <intrin.h>
  #else
 -#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__)
-+#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__) || defined(__s390__) || defined(__powerpc__) || defined(__powerpc64__)
++#if defined(__arm__) || TARGET_OS_IPHONE || defined(__aarch64__) || defined(__s390__) || defined(__powerpc__) || defined(__powerpc64__) || defined(__riscv)
  #else
  #include <cpuid.h>
  #endif

diff --git a/julius.spec b/julius.spec
index 3c343aa..f589557 100644
--- a/julius.spec
+++ b/julius.spec
@@ -6,7 +6,7 @@
 
 Name:		julius
 Version:	4.6
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	Large vocabulary continuous speech recognition (LVCSR) decoder software
 License:	BSD-3-Clause AND MIT
 URL:		https://github.com/julius-speech/julius
@@ -88,6 +88,9 @@ sed -i 's/\r//' Release.txt
 cp /usr/share/gettext/config.rpath support/
 autoupdate
 autoreconf -ifv || :
+cd libjulius
+automake -a || :
+cd -
 
 # remove msvc dir
 rm -rf msvc
@@ -166,6 +169,9 @@ mv %{buildroot}%{_bindir}/jcontrol %{buildroot}%{_bindir}/julius-jcontrol
 %{_datadir}/julius/model/
 
 %changelog
+* Fri Apr 17 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.6-11
+- Add RISC-V support
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-06-02 14:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178041094264.1.1274145189733175404.rpms-julius-016bf1d01171@fedoraproject.org \
    --to=spotaws@amazon.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox