rpms/jna/devel jna.spec,1.3,1.4

Colin Walters walters at fedoraproject.org
Thu Sep 4 19:00:46 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/jna/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11366

Modified Files:
	jna.spec 
Log Message:
* Thu Sep 04 2008 Colin Walters <walters at redhat.com> - 3.0.4-2.svn630
- Add two (sent upstream) patches that I need for JGIR



Index: jna.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jna/devel/jna.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jna.spec	31 Jul 2008 20:30:35 -0000	1.3
+++ jna.spec	4 Sep 2008 19:00:16 -0000	1.4
@@ -16,6 +16,10 @@
 Patch1:         jna-3.0.2-loadlibrary.patch
 # Will send upstream...
 Patch2:         jna-3.0.4-nomixedjar.patch
+# https://jna.dev.java.net/issues/show_bug.cgi?id=84
+Patch3:         jna-3.0.4-callbacks-typemappers.patch
+# https://jna.dev.java.net/issues/show_bug.cgi?id=XXX
+Patch4:         jna-3.0.4-callbacks-methodname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  java-devel >= 1.6 ant jpackage-utils ant-nodeps
@@ -47,6 +51,8 @@
 %setup -q -n %{name}-%{version}-svn630
 sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 # all java binaries must be removed from the sources
 find . -name '*.jar' -exec rm -f '{}' \;
@@ -103,6 +109,9 @@
 
 
 %changelog
+* Thu Sep 04 2008 Colin Walters <walters at redhat.com> - 3.0.4-2.svn630
+- Add two (sent upstream) patches that I need for JGIR
+
 * Thu Jul 31 2008 Colin Walters <walters at redhat.com> - 3.0.4-1.svn630
 - New upstream version, drop upstreamed patch parts
 - New patch jna-3.0.4-nomixedjar.patch which ensures that we don't




More information about the fedora-extras-commits mailing list