File libjnidispatch.changes of Package libjnidispatch

-------------------------------------------------------------------
Tue Jan  9 16:30:43 UTC 2018 - fstrba@suse.com

- Added patch:
  * jna-4.5.0-nojavah.patch
    + Fix build with jdk10
	+ Generate relevant header files during javac run

-------------------------------------------------------------------
Tue Jan  2 17:57:53 UTC 2018 - fstrba@suse.com

- Force build with jdk < 10 

-------------------------------------------------------------------
Mon Oct 30 13:12:41 UTC 2017 - ecsos@opensuse.org

- change version and name from jna-4.1.0.pom to jna-4.5.0.pom
- fix require libjnidispatch-version in jna-package

-------------------------------------------------------------------
Tue Sep 19 14:53:38 UTC 2017 - fstrba@suse.com

- Upstream version 4.5.0
- Removed patch:
  * reproducible.patch
    + integrated upstream
- Added patch:
  * jna-getpeer.patch
    + upstream workaround to the inaccessibility of the getPeer
      method
    + Fix build with jdk9
- Modified patch:
  * jna-build.patch
    + rediff to the new context

-------------------------------------------------------------------
Tue Sep 19 12:19:45 UTC 2017 - fstrba@suse.com

- Build with source and target levels 1.6
- Force building with java-devel < 1.9, since the code uses APIs
  removed in jdk9

-------------------------------------------------------------------
Fri May 19 11:48:29 UTC 2017 - dziolkowski@suse.com

- New build dependency: javapackages-local
- drop conditionals for unsupported SUSE versions

-------------------------------------------------------------------
Fri Feb 24 21:03:28 UTC 2017 - msuchanek@suse.com

- Upstream version 4.2.2
    * adds some symbols needed by Arduino IDE.

-------------------------------------------------------------------
Fri Mar 18 15:07:15 UTC 2016 - bwiedemann@suse.com

- Add reproducible.patch to fix build-compare

-------------------------------------------------------------------
Sun Nov  8 23:31:55 UTC 2015 - p.drouand@gmail.com

- Update to version 4.2.1
  * Add support for linux-sparcv9.
  * Added `GetCommState`, `GetCommTimeouts` `SetCommState` and `SetCommTimeouts`
    to `com.sun.jna.platform.win32.Kernel32`. Added `DCB` structure to 
    `com.sun.jna.platform.win32.WinBase.
  * Make loading debug flags mutable.
  * Added `host_processor_info` to `com.sun.jna.platform.mac.SystemB`.
  * Added JNA functional overview.
  * Update linux-arm natives omitted in 4.2.
- Update jna-4.1.0-build.patch > jna-build.patch

-------------------------------------------------------------------
Wed Mar 18 09:46:16 UTC 2015 - tchvatal@suse.com

- Fix build with new javapackages-tools

-------------------------------------------------------------------
Mon Nov  3 16:20:03 UTC 2014 - cbosdonnat@suse.com

- Updated to 4.1.0. See the changelog on:
  https://github.com/twall/jna/blob/master/CHANGES.md

- Updated jna-3.4.0-build.patch into jna-4.1.0-build.patch

- Added libjnidispatch.rpmlintrc to silence warning about explicit
  library dependency between jna and libjnidistach: rpm doesn't
  detect library dependencies on Java packages, we need to force it.

- Removed libffi patches: now using the libffi package.
  * libffi-aarch64.patch
  * libffi-ppc64le.patch

- Added rpmlint filters:
  * libjnidispatch-rpmlintrc

-------------------------------------------------------------------
Tue Jul  8 10:50:16 UTC 2014 - tchvatal@suse.com

- Do not depend on ant-trax and run spec-cleaner.

-------------------------------------------------------------------
Mon Dec  9 21:23:45 UTC 2013 - dvaleev@suse.com

- enable ppc64le 

- added patches:
  * libffi-ppc64le.patch
-------------------------------------------------------------------
Wed Sep 11 10:21:12 UTC 2013 - mvyskocil@suse.com

- use add_maven_depmap from javapackages-tools

-------------------------------------------------------------------
Mon Sep  9 11:06:11 UTC 2013 - tchvatal@suse.com

- Move from jpackage-utils to javapackage-tools

-------------------------------------------------------------------
Thu Apr 11 15:11:35 UTC 2013 - schwab@suse.de

- libffi-aarch64.patch: import aarch64 support for libffi

-------------------------------------------------------------------
Wed Dec 12 18:15:53 UTC 2012 - dvaleev@suse.com

- enable ppc and ppc64 builds

-------------------------------------------------------------------
Wed Nov 14 13:10:40 UTC 2012 - mvyskocil@suse.com

- fix a build for non-suse distros

-------------------------------------------------------------------
Tue Jun 19 09:19:04 UTC 2012 - mvyskocil@suse.cz

- fix a build with jdk7
- rename to libjnidispatch to follow packaging policy (provides jna-native)
- jna and jna-javadoc are now noarch subpackages of it
- don't strip a binary during a build

-------------------------------------------------------------------
Thu Feb  9 13:53:29 UTC 2012 - mvyskocil@suse.cz

- Update to 3.4.0
  * moved object creation out into pure Java code reduce JNI crossing
  * add native peer value accessors for Pointer
  * avoid loading any system-provided JNA via jna.nosys=true
  * override default jnidispatch library name with jna.boot.library
  * throw an error if JNA is not with a library
  * linux/arm and linux/ppc 32-bit support
  * preliminary linux/ppc64 support
  * linux multi-arch support (kohsuke).
  * add to `platform.unix.x11`: `XGrabKey`, `XUngrabKey`, `XSetErrorHandler`.
  * and a lot of bugfixes (see /usr/share/packages/doc/jna/README.md)
- fix bnc#745571 enable build of jna-native as well

-------------------------------------------------------------------
Thu Apr  8 06:44:52 UTC 2010 - mvyskocil@suse.cz

- update to 3.1.0 (jna-3.1.0-2.jpp6.src.rpm)
  * raw JNI mapping of static Java methods increased performance
  * library option to allow passing/return of Java Objects. 
  * handling of uncaught callback exceptions (Issue 63). 
  * object oriented interface to X server (see contrib/x11) 
  * Memory class more accessible. 
  * allow implicit library access to current process on linux (issue 98). 
  * open all shared libraries with RTLD_GLOBAL, if applicable. This was the default behavior on OSX and changes the default behavior on linux. 
  * allow NIO Buffer as Structure field (with limitations) (Issue 57) 
  * add size_t size. 
  * Bug Fixes 

-------------------------------------------------------------------
Mon Jun  1 09:32:27 CEST 2009 - mvyskocil@suse.cz

- fixed bnc#507734:  jna declared LGPL but contains GPL files and binaries
  * removed all jars from source archive
  * added gpl to docdir

-------------------------------------------------------------------
Tue May 19 12:22:46 CEST 2009 - mvyskocil@suse.cz

- 'Initial SUSE packaging from jpackage.org 5.0'

openSUSE Build Service is sponsored by