14 Commits

Author SHA256 Message Date
053b7a7d64 Accepting request 1264765 from home:fstrba:maven
Fix javadoc generation with javadoc:aggregate

OBS-URL: https://build.opensuse.org/request/show/1264765
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=14
2025-03-27 21:53:08 +00:00
d1273e2076 Accepting request 1198520 from home:urbic:branches:Java:packages
- Update to v6.6.3
  * Bug fixes / Improvements
    + #2704: Properly parse CPU vendor when lscpu not available
    + #2705: Restore optional legacy method of calculating Windows
      System CPU
- Update to v6.6.2
  * Bug fixes / Improvements
    + #2660: Add macOS 15 (Sequoia) to version properties
    + #2662: Only warn on duplicate properties files if they differ
    + #2692: Do not log errors for reading process arguments on
      Linux

OBS-URL: https://build.opensuse.org/request/show/1198520
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=13
2024-09-04 10:53:54 +00:00
f17834f06b Accepting request 1177303 from home:urbic:branches:Java:packages
- Update to v6.6.1
  * New Features
    + #2644: Add serial number to Physical Memory
  * Bug fixes / Improvements
    + #2645: fix getOwningProcessId sometimes return -1 on 64x linux

OBS-URL: https://build.opensuse.org/request/show/1177303
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=12
2024-05-28 10:23:50 +00:00
af76357a7d Accepting request 1175549 from home:urbic:branches:Java:packages
- Update to v6.6.0
  * New Features
    + #2603, #2625: Add part number to Physical Memory
  * Bug fixes / Improvements
    + #2605: Reduce CpuStat.getSystemCpuLoadticks memory allocation
      pressure
    + #2612: Use 1k buffer in FileUtils.readLines to reduce heap
      allocation pressure
    + #2621: Cache thread counters when updating OS Process with
      suspended state
    + #2626: Make sys and dev paths on Linux configurable
    + #2627: Add more SMBIOSMemoryType values

OBS-URL: https://build.opensuse.org/request/show/1175549
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=11
2024-05-21 14:03:56 +00:00
94311b9e0b Accepting request 1159821 from home:urbic:branches:Java:packages
- Update to v6.5.0
  * New Features
    + #2592: Add getFeatureFlags method to CentralProcessor API
- Update to v6.4.13
  * Bug fixes / Improvements
    + #2588: Fix parsing of strings to long arrays
- Update to v6.4.12
  * Bug fixes / Improvements
    + #2278: Use lscpu Model Name as backup for cpuName

OBS-URL: https://build.opensuse.org/request/show/1159821
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=10
2024-03-21 08:38:51 +00:00
3f96ff38f3 rpm 4.20 compat
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=9
2024-02-21 10:52:57 +00:00
a90ecf7734 Accepting request 1138418 from home:urbic:branches:Java:packages
- Update to v6.4.11
  * Bug fixes / Improvements
    + #2559: Improve handling of missing JNA classes in
      LinuxOperatingSystem init
    + #2562: Allow opting out of use of udev via
      LinuxOperatingSystem

OBS-URL: https://build.opensuse.org/request/show/1138418
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=8
2024-01-15 12:17:40 +00:00
c0383f9cbb Accepting request 1135361 from home:urbic:branches:Java:packages
- Update to v6.4.10
  * Bug fixes / Improvements
    + #2545: Improve calculations for Linux CPU max frequency
    + #2548: Support Apple M3 chip
    + #2549: Add newer Intel and AMD architectures
- Update to v6.4.9
  * Bug fixes / Improvements
    + #2527: Remove unicode degree sign from output to improve
      portability
    + #2533: Changed GPU info gathering mechanism on Windows
    + #2535: Fall back to vendor frequency on failed max on Windows
    + #2538: JNA 5.14.0
- Update to v6.4.8
  * Bug fixes / Improvements
    + #2514: Fix NPE in ProcessorIdentifier edge case
- Update to v6.4.7
  * Bug fixes / Improvements
    + #2460: Fix AIX tests for virtual/unused drives
    + #2480: Use sysfs as a backup for Linux power supply without
      udev
    + #2487: Improve performance of thread details query for a
      single process
- Update to v6.4.6
  * Bug fixes / Improvements
    + #2443: Include IPConnections on Mac that listen on both IPv4
      and IPv6 protocols
    + #2446: Fix parsing Loongson CPU names
- Update to v6.4.5
  * Bug fixes / Improvements
    + #2421: Handle non-unique UUIDs in demo ComputerID class
    + #2427: Lookup hardware implementer if lscpu fails to do so
    + #2434: Fix Windows OS Process logic to use registry values
    + #2436: Fall back to vendor frequency on failed max on Windows
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
- Added patch:
  * oshi-manifest.patch
    + remove manifest headers that refer to the build environment
- Update to v6.4.4
  * Bug fixes / Improvements
    + #2407: Improve performance of Linux User and Group name
      queries
- Initial packaging with v6.4.3

OBS-URL: https://build.opensuse.org/request/show/1135361
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=7
2024-01-08 05:34:29 +00:00
4d5ae32275 OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=6 2023-11-29 14:31:59 +00:00
6a5fc6e2fc Accepting request 1129281 from home:urbic:branches:Java:packages
- Update to v6.7.8
  * Bug fixes / Improvements
    + #2514: Fix NPE in ProcessorIdentifier edge case - @dbwiddis.
- Update to v6.4.7
  * Bug fixes / Improvements
    + #2460: Fix AIX tests for virtual/unused drives - @dbwiddis.
    + #2480: Use sysfs as a backup for Linux power supply without
      udev - @dbwiddis.
    + #2487: Improve performance of thread details query for a
      single process - @dbwiddis.
- Update to v6.4.6
  * Bug fixes / Improvements
    + #2443: Include IPConnections on Mac that listen on both IPv4
      and IPv6 protocols - @rieck0.
    + #2446: Fix parsing Loongson CPU names - @Glavo.

OBS-URL: https://build.opensuse.org/request/show/1129281
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=5
2023-11-29 14:30:37 +00:00
a4dfa669aa Accepting request 1111661 from home:urbic:branches:Java:packages
- Update to v6.4.5
  * Bug fixes / Improvements
    + #2421: Handle non-unique UUIDs in demo ComputerID class
    + #2427: Lookup hardware implementer if lscpu fails to do so
    + #2434: Fix Windows OS Process logic to use registry values
    + #2436: Fall back to vendor frequency on failed max on Windows
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
- Added patch:
  * oshi-manifest.patch
    + remove manifest headers that refer to the build environment
- Update to v6.4.4
  * Bug fixes / Improvements
    + #2407: Improve performance of Linux User and Group name
      queries
- Initial packaging with v6.4.3

OBS-URL: https://build.opensuse.org/request/show/1111661
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=4
2023-09-18 18:50:15 +00:00
bdced2b730 OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=3 2023-09-13 12:37:27 +00:00
c4dbcd67b8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=2 2023-09-13 04:42:41 +00:00
dd13636bdf Accepting request 1102564 from home:urbic:java
Submitting a new package

OBS-URL: https://build.opensuse.org/request/show/1102564
OBS-URL: https://build.opensuse.org/package/show/Java:packages/oshi?expand=0&rev=1
2023-08-06 10:09:37 +00:00