From e210f8479d9682e3117959c073643d1bbe88120b92dbe52102e0c785cd1a8d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 1 Jul 2024 14:24:57 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main plexus-interpolation revision df9857060c520ab8710b478e5910db16 --- plexus-interpolation-1.26.tar.gz | 3 --- plexus-interpolation-1.27.0.tar.gz | 3 +++ plexus-interpolation-build.xml | 5 +++-- plexus-interpolation.changes | 12 ++++++++++++ plexus-interpolation.spec | 6 +++--- 5 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 plexus-interpolation-1.26.tar.gz create mode 100644 plexus-interpolation-1.27.0.tar.gz diff --git a/plexus-interpolation-1.26.tar.gz b/plexus-interpolation-1.26.tar.gz deleted file mode 100644 index 290bf63..0000000 --- a/plexus-interpolation-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef6440bf3d24fee31c0ebfce679e008712d4154393e42dfffc8f6bd109dabd77 -size 61370 diff --git a/plexus-interpolation-1.27.0.tar.gz b/plexus-interpolation-1.27.0.tar.gz new file mode 100644 index 0000000..6eb3411 --- /dev/null +++ b/plexus-interpolation-1.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c1272df4185b6f6b7b05fd8b1223ce978578fa0c408b94cbbf9282bbcf2d45 +size 60195 diff --git a/plexus-interpolation-build.xml b/plexus-interpolation-build.xml index 66c6726..ade6a78 100644 --- a/plexus-interpolation-build.xml +++ b/plexus-interpolation-build.xml @@ -10,9 +10,10 @@ - + - + + diff --git a/plexus-interpolation.changes b/plexus-interpolation.changes index b177c10..57fe07c 100644 --- a/plexus-interpolation.changes +++ b/plexus-interpolation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 13 17:09:48 UTC 2024 - Fridrich Strba + +- Upgrade to version 1.27.0 + * New features and improvements + + Added support for PPC64LE + + Add dependabot and release drafter configuration + + Move to Junit5 + * Dependency updates + + Bump plexus from 7 to 16 + + Bump maven-bundle-plugin from 3.0.1 to 5.1.9 + ------------------------------------------------------------------- Sun Mar 20 15:43:05 UTC 2022 - Fridrich Strba diff --git a/plexus-interpolation.spec b/plexus-interpolation.spec index 1cfbcf4..5ecc976 100644 --- a/plexus-interpolation.spec +++ b/plexus-interpolation.spec @@ -1,7 +1,7 @@ # # spec file for package plexus-interpolation # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_with tests Name: plexus-interpolation -Version: 1.26 +Version: 1.27.0 Release: 0 Summary: Plexus Interpolation API License: Apache-1.1 AND Apache-2.0 AND MIT @@ -57,7 +57,7 @@ cp %{SOURCE1} build.xml %pom_xpath_inject "pom:project" "org.codehaus.plexus" %build -%ant \ +%{ant} \ %if %{without tests} -Dtest.skip=true \ %endif