public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hawtjni] epel10: update to version 1.18
@ 2026-07-17  9:04 Nicolas De Amicis
  0 siblings, 0 replies; only message in thread
From: Nicolas De Amicis @ 2026-07-17  9:04 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hawtjni
Branch : epel10
Commit : c00f71f872d32617e58cbfb3dad8d2ee737ac655
Author : Nicolas De Amicis <deamicis@bluewin.ch>
Date   : 2021-04-28T09:41:24+02:00
Stats  : +20/-16 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/hawtjni/c/c00f71f872d32617e58cbfb3dad8d2ee737ac655?branch=epel10

Log:
update to version 1.18

---
diff --git a/.gitignore b/.gitignore
index 8dfa75c..cd1873b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /hawtjni-project-1.15.tar.gz
 /hawtjni-fa1fd5dfdd0a1a5a67b61fa7d7ee7126b300c8f0.tar.gz
 /hawtjni-project-1.17.tar.gz
+/hawtjni-project-1.18.tar.gz

diff --git a/00-port-to-commons-lang3.patch b/00-port-to-commons-lang3.patch
index 83a2252..1aff9cd 100644
--- a/00-port-to-commons-lang3.patch
+++ b/00-port-to-commons-lang3.patch
@@ -2,25 +2,25 @@ 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
-@@ -35,6 +35,10 @@
-       <artifactId>hawtjni-runtime</artifactId>
-       <version>${project.version}</version>
-     </dependency>
-+    <dependency>
-+      <groupId>org.apache.commons</groupId>
-+      <artifactId>commons-lang3</artifactId>
-+    </dependency>
-     <dependency>
-       <artifactId>xbean-finder</artifactId>    
-       <groupId>org.apache.xbean</groupId>
+@@ -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
-@@ -14,7 +14,7 @@ import java.lang.reflect.Field;
+@@ -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;

diff --git a/hawtjni.spec b/hawtjni.spec
index e8d910f..2f76db6 100644
--- a/hawtjni.spec
+++ b/hawtjni.spec
@@ -1,6 +1,6 @@
 Name:             hawtjni
-Version:          1.17
-Release:          7%{?dist}
+Version:          1.18
+Release:          8%{?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.
@@ -101,6 +101,9 @@ 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
+- update to version 1.18
+
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 

diff --git a/sources b/sources
index 19674fc..462497f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hawtjni-project-1.17.tar.gz) = 0cd29a69e96ae60a875d2f4589c322110f4105a66b0733ae499db6753b83ec3a4c48ea2b9760006365591f0fe2a17d9e89d3310b985a48ce6ec60700ebeeb220
+SHA512 (hawtjni-project-1.18.tar.gz) = beeacd92c9b4fef413cb2d339041042ffd79fe7cb62c4fa3bcc8c2d758402183a5806ebd0ee91754f9f0025f4115022c71705e8f6330f2fa8b8cead774a30bf0

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

only message in thread, other threads:[~2026-07-17  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17  9:04 [rpms/hawtjni] epel10: update to version 1.18 Nicolas De Amicis

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