java-atk-wrapper/java-atk-wrapper.changes

73 lines
2.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Nov 8 08:54:50 UTC 2017 - fstrba@suse.com
- Added patch:
* jaw-gdk.patch
+ Remove requirement of gdk3. It is not really needed.
-------------------------------------------------------------------
Thu Oct 26 20:21:22 UTC 2017 - fstrba@suse.com
- Added patches:
* jaw-quotes.patch
+ Add quotes when adding CFLAGS to JAW_CFLAGS in order to avoid
that first of the CFLAGS be evaluated as a command
* jaw-java_required.patch
+ Modify java requirement to 1.7, since the code cannot be
built with source level 1.6 due to a diamond operator
- Modified patch:
* jaw-avoid-version.patch
+ Completely discard all libtool versioning of the library
+ This library is not linked, only loaded by the java code and
as such, it needs only .so extension
-------------------------------------------------------------------
Tue Oct 24 13:28:45 UTC 2017 - fstrba@suse.com
- Remove the distributed AtkWrapper.java file before building,
so that a correct version with the correct path to xprops can be
generated during the build from AtkWrapper.java.in
-------------------------------------------------------------------
Tue Oct 10 16:35:27 UTC 2017 - fstrba@suse.com
- Added patch:
* jaw-avoid-version.patch
- Avoid libtool generated symlinks for the native library,
since it is loaded by System.loadLibrary which expects the
library finish with .so anyway.
-------------------------------------------------------------------
Wed Sep 6 13:12:32 UTC 2017 - fstrba@suse.com
- Upgrade to upsteam 0.33.2
- Removed patch:
* java-atk-wrapper-fortify-decl.patch
+ Integrated upsteam
- Add manifest.txt missing from the tarball
- Force source/bytecode target to 1.7.
-------------------------------------------------------------------
Fri Oct 17 09:12:08 UTC 2014 - fstrba@suse.com
- Upgrade to upstream 0.30.5
- Removed patch java-atk-wrapper-source-target.patch
* No need to apply it since we can chose options for javac from
configure line
- Force source/bytecode target to 1.5 at configure time
-------------------------------------------------------------------
Sat May 3 12:34:51 UTC 2014 - fstrba@suse.com
- Added patch:
* java-atk-wrapper-source-target-patch: pass options to javac to
produce bytecode compatible with java 1.5 and higher.
- Allow to build on SLE11
* xprop is in xorg-x11 package
-------------------------------------------------------------------
Thu Dec 12 15:26:28 UTC 2013 - mvyskocil@suse.com
- Initial SUSE packaging of java-awt-wrapper
* java-atk-wrapper-fortify-decl.patch to fix missing headers