forked from pool/os-maven-plugin
72 lines
2.9 KiB
Plaintext
72 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 21 11:44:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 1.7.1
|
|
* Changes:
|
|
+ Added detection of more RISC-V architectures. #61 #62 #66
|
|
- riscv32 is detected as riscv for backward compatibility
|
|
with 1.7.0.
|
|
- riscv64 is detected as riscv64.
|
|
+ Added detection of Elbrus 2000 architecture. #57
|
|
+ Added detection of LoongArch64 architecture. #63 #64
|
|
+ Fixed the detection logic so that it detects more MacOS
|
|
variants
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 21 10:52:47 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 23 09:00:09 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 17 09:06:21 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 1.7.0
|
|
* Changes:
|
|
+ Added a new property os.detected.arch.bitness
|
|
+ Added detection of RISC-V architecture, riscv
|
|
+ Added an abstraction layer for System property and file
|
|
system access
|
|
+ Added thread safety information to Maven plugin metadata
|
|
so that Maven doesn't warn about thread safety anymore
|
|
+ Added detection of z/OS operating system
|
|
+ Added m2e life cycle mapping metadata so os-maven-plugin
|
|
works better with Eclipse m2e
|
|
+ Added support for MIPS and MIPSEL 32/64-bit architecture
|
|
mips_32 - if the value is one of: mips, mips32
|
|
mips_64 - if the value is mips64
|
|
mipsel_32 - if the value is one of: mipsel, mips32el
|
|
mipsel_64 - if the value is mips64el
|
|
+ Added support for PPCLE 32-bit architecture
|
|
ppcle_32 - if the value is one of: ppcle, ppc32le
|
|
+ Added support for IA64N and IA64W architecture
|
|
itanium_32 - if the value is ia64n
|
|
itanium_64 - if the value is one of: ia64, ia64w (new),
|
|
itanium64
|
|
+ Fixed classpath conflicts due to outdated Guava version
|
|
in transitive dependencies
|
|
+ Fixed incorrect prerequisite
|
|
+ Overall code clean-up and dependency updates
|
|
- Modified patch:
|
|
* 0002-Don-t-fail-on-unknown-arch.patch ->
|
|
0001-Don-t-fail-on-unknown-arch.patch
|
|
+ Rediff to changed context
|
|
- Removed patch:
|
|
* 0001-Port-to-current-plexus-utils.patch
|
|
+ not needed any more
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 24 16:49:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Specify maven.compiler.release to fix build with jdk9+ and newer
|
|
maven-javadoc-plugin
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 12 20:33:06 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of os-maven-plugin 1.2.3
|