public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hawtjni] epel10: Upstream release 1.3.
@ 2026-07-17  9:03 Marek Goldmann
  0 siblings, 0 replies; only message in thread
From: Marek Goldmann @ 2026-07-17  9:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hawtjni
Branch : epel10
Commit : 62d381cd9999ddeb04a02737a5a04f9c27ea3baf
Author : Marek Goldmann <goldmann@fedoraproject.org>
Date   : 2011-08-10T08:05:25-04:00
Stats  : +72/-38 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/hawtjni/c/62d381cd9999ddeb04a02737a5a04f9c27ea3baf?branch=epel10

Log:
Upstream release 1.3.

---
diff --git a/.gitignore b/.gitignore
index 32651bb..8f73fba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /hawtjni-1.1.tar.xz
 /hawtjni-1.2.tar.xz
+/hawtjni-1.3.tar.xz

diff --git a/hawtjni-1.2-pom.patch b/hawtjni-1.2-pom.patch
deleted file mode 100644
index 6d8d50d..0000000
--- a/hawtjni-1.2-pom.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -Naur hawtjni-1.2/hawtjni-generator/pom.xml hawtjni-1.2-work/hawtjni-generator/pom.xml
---- hawtjni-1.2/hawtjni-generator/pom.xml	2011-06-18 19:29:07.000000000 -0400
-+++ hawtjni-1.2-work/hawtjni-generator/pom.xml	2011-07-29 04:23:51.491319533 -0400
-@@ -72,7 +72,7 @@
-     <plugins>
-       
-       <!-- include all the dependencies into the jar so it can run standalone -->
--      <plugin>
-+<!--      <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-shade-plugin</artifactId>
-         <version>1.3</version>
-@@ -91,7 +91,7 @@
-             </configuration>
-           </execution>
-         </executions>
--      </plugin>
-+      </plugin>-->
-       
-     </plugins>
-   </build>
-diff -Naur hawtjni-1.2/pom.xml hawtjni-1.2-work/pom.xml
---- hawtjni-1.2/pom.xml	2011-06-18 19:29:07.000000000 -0400
-+++ hawtjni-1.2-work/pom.xml	2011-07-29 04:22:48.710324322 -0400
-@@ -212,8 +212,8 @@
-     <module>hawtjni-runtime</module>
-     <module>hawtjni-generator</module>
-     <module>maven-hawtjni-plugin</module>
--    <module>hawtjni-example</module>
--    <module>hawtjni-website</module>
-+<!--    <module>hawtjni-example</module>
-+    <module>hawtjni-website</module>-->
-   </modules>
- 
- </project>

diff --git a/hawtjni-1.3-pom.patch b/hawtjni-1.3-pom.patch
new file mode 100644
index 0000000..1421ce1
--- /dev/null
+++ b/hawtjni-1.3-pom.patch
@@ -0,0 +1,65 @@
+diff -Naur hawtjni-1.3/hawtjni-generator/pom.xml hawtjni-1.3-work//hawtjni-generator/pom.xml
+--- hawtjni-1.3/hawtjni-generator/pom.xml	2011-08-08 16:00:43.000000000 -0400
++++ hawtjni-1.3-work//hawtjni-generator/pom.xml	2011-08-10 07:50:18.047509576 -0400
+@@ -67,33 +67,4 @@
+       <version>1.0</version>
+     </dependency>
+   </dependencies>
+-  
+-  <build>
+-    <plugins>
+-      
+-      <!-- include all the dependencies into the jar so it can run standalone -->
+-      <plugin>
+-        <groupId>org.apache.maven.plugins</groupId>
+-        <artifactId>maven-shade-plugin</artifactId>
+-        <version>1.3</version>
+-        <executions>
+-          <execution>
+-            <phase>package</phase>
+-            <goals>
+-              <goal>shade</goal>
+-            </goals>
+-            <configuration>
+-              <artifactSet>
+-                <excludes>
+-                  <exclude>junit:junit</exclude>
+-                </excludes>
+-              </artifactSet>
+-            </configuration>
+-          </execution>
+-        </executions>
+-      </plugin>
+-      
+-    </plugins>
+-  </build>
+-
+ </project>
+diff -Naur hawtjni-1.3/maven-hawtjni-plugin/pom.xml hawtjni-1.3-work//maven-hawtjni-plugin/pom.xml
+--- hawtjni-1.3/maven-hawtjni-plugin/pom.xml	2011-08-08 16:00:43.000000000 -0400
++++ hawtjni-1.3-work//maven-hawtjni-plugin/pom.xml	2011-08-10 08:02:53.922507991 -0400
+@@ -74,6 +74,12 @@
+ 
+     <dependency>
+       <groupId>org.apache.maven</groupId>
++      <artifactId>maven-compat</artifactId>
++      <version>3.0.3</version>
++    </dependency>   
++     
++    <dependency>
++      <groupId>org.apache.maven</groupId>
+       <artifactId>maven-artifact-manager</artifactId>
+       <version>2.0</version>
+     </dependency>
+diff -Naur hawtjni-1.3/pom.xml hawtjni-1.3-work//pom.xml
+--- hawtjni-1.3/pom.xml	2011-08-08 16:00:43.000000000 -0400
++++ hawtjni-1.3-work//pom.xml	2011-08-10 07:49:51.090498936 -0400
+@@ -210,8 +210,6 @@
+     <module>hawtjni-runtime</module>
+     <module>hawtjni-generator</module>
+     <module>maven-hawtjni-plugin</module>
+-    <module>hawtjni-example</module>
+-    <module>hawtjni-website</module>
+   </modules>
+ 
+ </project>

diff --git a/hawtjni.spec b/hawtjni.spec
index 471aedf..647b3d9 100644
--- a/hawtjni.spec
+++ b/hawtjni.spec
@@ -1,5 +1,5 @@
 Name:             hawtjni
-Version:          1.2
+Version:          1.3
 Release:          1%{?dist}
 Summary:          Code generator that produces the JNI code
 Group:            Development/Libraries
@@ -7,7 +7,7 @@ License:          ASL 2.0 and EPL and BSD
 URL:              http://hawtjni.fusesource.org/
 
 # git clone git://github.com/fusesource/hawtjni.git
-# cd hawtjni && git archive --format=tar --prefix=hawtjni-1.2/ hawtjni-project-1.2 | xz > hawtjni-1.2.tar.xz
+# cd hawtjni && git archive --format=tar --prefix=hawtjni-1.3/ hawtjni-project-1.3 | xz > hawtjni-1.3.tar.xz
 Source0:          %{name}-%{version}.tar.xz
 Patch0:           %{name}-%{version}-pom.patch
 
@@ -114,6 +114,9 @@ install -pm 644 maven-%{name}-plugin/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-
 %{_javadir}/maven-%{name}-plugin.jar
 
 %changelog
+* Wed Aug 10 2011 Marek Goldmann <mgoldman@redhat.com> 1.3-1
+- Upstream release 1.3
+
 * Fri Jul 29 2011 Marek Goldmann <mgoldman@redhat.com> 1.2-1
 - Upstream release 1.2
 - Moved to new depmap macro

diff --git a/sources b/sources
index 0ba8794..32a592e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b19844ea9a51520e8c625c5c4674fa37  hawtjni-1.2.tar.xz
+a5fdbe48e91eb0b49febb2fe0562ca8b  hawtjni-1.3.tar.xz

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

only message in thread, other threads:[~2026-07-17  9:03 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:03 [rpms/hawtjni] epel10: Upstream release 1.3 Marek Goldmann

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