From 87a32d479f4bf669811a84eb12a09fc942934823 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sun, 4 Jan 2026 01:41:06 +0100 Subject: [PATCH 1/2] Update to 1.6.0 --- .gitignore | 1 + apache-commons-exec.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 31b76e1..259d488 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ commons-exec-1.0.1-src.tar.gz /commons-exec-1.3-src.tar.gz /commons-exec-1.4.0-src.tar.gz /commons-exec-1.5.0-src.tar.gz +/commons-exec-1.6.0-src.tar.gz diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 24910a4..b8d4af7 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name} Name: apache-commons-exec -Version: 1.5.0 -Release: 3%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Sat Jan 03 2026 Mohamed El Morabity - 1.6.0-1 +- Update to 1.6.0 + * Tue Jul 29 2025 jiri vanek - 1.5.0-3 - Rebuilt for java-25-openjdk as preffered jdk diff --git a/sources b/sources index 64cc590..6836373 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (commons-exec-1.5.0-src.tar.gz) = 286841b38965612c03d3697fcb131ab8cd2ff0a065f8bbb7195c120ec36d8d930aadf36ce8d1a6693fdb321b67fa82ae052c9a87d4a5519717925b1cd176ae65 +SHA512 (commons-exec-1.6.0-src.tar.gz) = 00e8eb552e886ba9da0b9636ee9ffce142eb33faa9d2873e7619e6508ab59b214bde1818f43012ecdab928ddc0697514482b33c3c268729c3049ce4306a7ea1e From 02ca9f41cc4e095d7e2ab6ace7a44c1d4e6e07c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:47:00 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- apache-commons-exec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index b8d4af7..8f07024 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: Apache-2.0 URL: https://commons.apache.org/proper/%{short_name} @@ -63,6 +63,9 @@ find src/test/java/ -name "*.java" -exec sed -i '/SetSystemProperty/d' {} \; %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Sat Jan 03 2026 Mohamed El Morabity - 1.6.0-1 - Update to 1.6.0