rpms/jna/devel .cvsignore, 1.3, 1.4 jna.spec, 1.6, 1.7 sources, 1.3, 1.4 jna-3.0.4-callbacks-methodname.patch, 1.1, NONE jna-3.0.4-callbacks-typemappers.patch, 1.1, NONE jna-3.0.4-nomixedjar.patch, 1.1, NONE jna-3.0.4-structure-handle-null.patch, 1.1, NONE jna-3.0.4-structure-reason.patch, 1.1, NONE

Colin Walters walters at fedoraproject.org
Tue Sep 9 15:42:14 UTC 2008


Author: walters

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

Modified Files:
	.cvsignore jna.spec sources 
Removed Files:
	jna-3.0.4-callbacks-methodname.patch 
	jna-3.0.4-callbacks-typemappers.patch 
	jna-3.0.4-nomixedjar.patch 
	jna-3.0.4-structure-handle-null.patch 
	jna-3.0.4-structure-reason.patch 
Log Message:
* Tue Sep 09 2008 Colin Walters <walters at redhat.com> - 3.0.4-4.svn700
- Update to upstream SVN r700; drop all now upstreamed patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jna/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	31 Jul 2008 18:33:15 -0000	1.3
+++ .cvsignore	9 Sep 2008 15:41:44 -0000	1.4
@@ -1 +0,0 @@
-jna-3.0.4.svn630.tar.bz2


Index: jna.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jna/devel/jna.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jna.spec	6 Sep 2008 22:13:22 -0000	1.6
+++ jna.spec	9 Sep 2008 15:41:44 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           jna
 Version:        3.0.4
-Release:        3.svn630%{?dist}
+Release:        4.svn700%{?dist}
 Summary:        Pure Java access to native libraries
 
 Group:          Development/Libraries
@@ -10,20 +10,10 @@
 # following commands to generate the tarball:
 #   svn export https://jna.dev.java.net/svn/jna/tags/%{version}/jnalib/ --username guest jna-%{version}
 #   tar -cjf jna-%{version}.tar.bz2 jna-%{version}
-Source0:        %{name}-%{version}.svn630.tar.bz2
+Source0:        %{name}-%{version}.svn700.tar.bz2
 # This patch is Fedora-specific for now until we get the huge
 # JNI library location mess sorted upstream
 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=85
-Patch4:         jna-3.0.4-callbacks-methodname.patch
-# https://jna.dev.java.net/issues/show_bug.cgi?id=86
-Patch5:         jna-3.0.4-structure-reason.patch 
-# https://jna.dev.java.net/issues/show_bug.cgi?id=87
-Patch6:         jna-3.0.4-structure-handle-null.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  java-devel >= 1.6 ant jpackage-utils ant-nodeps
@@ -52,13 +42,8 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}-svn630
+%setup -q -n %{name}-%{version}-svn700
 sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 # all java binaries must be removed from the sources
 find . -name '*.jar' -exec rm -f '{}' \;
@@ -115,6 +100,9 @@
 
 
 %changelog
+* Tue Sep 09 2008 Colin Walters <walters at redhat.com> - 3.0.4-4.svn700
+- Update to upstream SVN r700; drop all now upstreamed patches
+
 * Sat Sep 06 2008 Colin Walters <walters at redhat.com> - 3.0.4-3.svn630
 - A few more patches for JGIR
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jna/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	31 Jul 2008 18:33:15 -0000	1.3
+++ sources	9 Sep 2008 15:41:44 -0000	1.4
@@ -1 +0,0 @@
-2a90fbade80d2a86d5cc967c5529cd34  jna-3.0.4.svn630.tar.bz2


--- jna-3.0.4-callbacks-methodname.patch DELETED ---


--- jna-3.0.4-callbacks-typemappers.patch DELETED ---


--- jna-3.0.4-nomixedjar.patch DELETED ---


--- jna-3.0.4-structure-handle-null.patch DELETED ---


--- jna-3.0.4-structure-reason.patch DELETED ---




More information about the fedora-extras-commits mailing list