[hawtjni] Upstream release 1.3.

Marek Goldmann goldmann at fedoraproject.org
Wed Aug 10 12:05:51 UTC 2011


commit 62d381cd9999ddeb04a02737a5a04f9c27ea3baf
Author: Marek Goldmann <goldmann at fedoraproject.org>
Date:   Wed Aug 10 08:05:25 2011 -0400

    Upstream release 1.3.

 .gitignore            |    1 +
 hawtjni-1.2-pom.patch |   35 --------------------------
 hawtjni-1.3-pom.patch |   65 +++++++++++++++++++++++++++++++++++++++++++++++++
 hawtjni.spec          |    7 ++++-
 sources               |    2 +-
 5 files changed, 72 insertions(+), 38 deletions(-)
---
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.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 at redhat.com> 1.3-1
+- Upstream release 1.3
+
 * Fri Jul 29 2011 Marek Goldmann <mgoldman at 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


More information about the scm-commits mailing list