public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas De Amicis <deamicis@bluewin.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/hawtjni] epel10: Correct wrong release version
Date: Fri, 17 Jul 2026 09:04:10 GMT	[thread overview]
Message-ID: <178427905017.1.12743848023827480513.rpms-hawtjni-cc8d816b324a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/hawtjni
Branch : epel10
Commit : cc8d816b324a6ecb18b47533a97f5abcd257c566
Author : Nicolas De Amicis <deamicis@bluewin.ch>
Date   : 2021-05-11T17:10:51+02:00
Stats  : +31/-31 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/hawtjni/c/cc8d816b324a6ecb18b47533a97f5abcd257c566?branch=epel10

Log:
Correct wrong release version

---
diff --git a/00-hawtjni-port-to-commons-lang3.patch b/00-hawtjni-port-to-commons-lang3.patch
new file mode 100644
index 0000000..1aff9cd
--- /dev/null
+++ b/00-hawtjni-port-to-commons-lang3.patch
@@ -0,0 +1,28 @@
+diff --git a/hawtjni-generator/pom.xml b/hawtjni-generator/pom.xml
+index 89ad35a..8722ccc 100644
+--- a/hawtjni-generator/pom.xml
++++ b/hawtjni-generator/pom.xml
+@@ -58,6 +58,10 @@
+           </dependency>
+         -->
+         <dependency>
++			<groupId>org.apache.commons</groupId>
++			<artifactId>commons-lang3</artifactId>
++		</dependency>
++        <dependency>
+             <groupId>commons-cli</groupId>
+             <artifactId>commons-cli</artifactId>
+             <version>1.0</version>
+diff --git a/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java b/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
+index fc4bb4b..b0e53bb 100755
+--- a/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
++++ b/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
+@@ -13,7 +13,7 @@
+ import java.lang.reflect.Field;
+ import java.util.Arrays;
+ import java.util.HashSet;
+-import org.apache.commons.lang.StringUtils;
++import org.apache.commons.lang3.StringUtils;
+ import org.fusesource.hawtjni.runtime.FieldFlag;
+ import org.fusesource.hawtjni.runtime.JniField;
+ import org.fusesource.hawtjni.runtime.T32;

diff --git a/00-port-to-commons-lang3.patch b/00-port-to-commons-lang3.patch
deleted file mode 100644
index 1aff9cd..0000000
--- a/00-port-to-commons-lang3.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/hawtjni-generator/pom.xml b/hawtjni-generator/pom.xml
-index 89ad35a..8722ccc 100644
---- a/hawtjni-generator/pom.xml
-+++ b/hawtjni-generator/pom.xml
-@@ -58,6 +58,10 @@
-           </dependency>
-         -->
-         <dependency>
-+			<groupId>org.apache.commons</groupId>
-+			<artifactId>commons-lang3</artifactId>
-+		</dependency>
-+        <dependency>
-             <groupId>commons-cli</groupId>
-             <artifactId>commons-cli</artifactId>
-             <version>1.0</version>
-diff --git a/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java b/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
-index fc4bb4b..b0e53bb 100755
---- a/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
-+++ b/hawtjni-generator/src/main/java/org/fusesource/hawtjni/generator/model/ReflectField.java
-@@ -13,7 +13,7 @@
- import java.lang.reflect.Field;
- import java.util.Arrays;
- import java.util.HashSet;
--import org.apache.commons.lang.StringUtils;
-+import org.apache.commons.lang3.StringUtils;
- import org.fusesource.hawtjni.runtime.FieldFlag;
- import org.fusesource.hawtjni.runtime.JniField;
- import org.fusesource.hawtjni.runtime.T32;

diff --git a/hawtjni.spec b/hawtjni.spec
index 2f76db6..1f3c846 100644
--- a/hawtjni.spec
+++ b/hawtjni.spec
@@ -1,6 +1,6 @@
 Name:             hawtjni
 Version:          1.18
-Release:          8%{?dist}
+Release:          1%{?dist}
 Summary:          Code generator that produces the JNI code
 # Maven plugin is under ASL 2.0.
 # stdint.h, shipped in JAR as resource, used only with M$ VC++, is under BSD.
@@ -11,7 +11,7 @@ URL:              http://hawtjni.fusesource.org/
 Source0:          https://github.com/fusesource/hawtjni/archive/%{name}-project-%{version}.tar.gz
 
 # trivially port from commons-lang to commons-lang3
-Patch0:           00-port-to-commons-lang3.patch
+Patch0:           00-hawtjni-port-to-commons-lang3.patch
 
 BuildArch:        noarch
 
@@ -101,7 +101,7 @@ This package allows to use HawtJNI from a maven plugin.
 %files -n maven-hawtjni-plugin -f .mfiles-maven-plugin
 
 %changelog
-* Tue Apr 27 2021 Nicolas De Amicis <deamicis@bluewin.ch> - 1.18-8
+* Tue Apr 27 2021 Nicolas De Amicis <deamicis@bluewin.ch> - 1.18-1
 - update to version 1.18
 
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-7

                 reply	other threads:[~2026-07-17  9:04 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=178427905017.1.12743848023827480513.rpms-hawtjni-cc8d816b324a@fedoraproject.org \
    --to=deamicis@bluewin.ch \
    --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