1
0

8 Commits

Author SHA256 Message Date
be55f79ce5 Accepting request 1283017 from Java:packages
1.28

OBS-URL: https://build.opensuse.org/request/show/1283017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=6
2025-06-05 18:34:51 +00:00
b5d1d77d21 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-interpolation?expand=0&rev=15 2025-06-04 15:01:04 +00:00
9e1b5aac67 Accepting request 1205279 from Java:packages
Spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/1205279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=5
2024-10-02 19:36:06 +00:00
db69796ec6 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-interpolation?expand=0&rev=13 2024-10-02 15:58:58 +00:00
10e70eef31 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-interpolation?expand=0&rev=12 2024-09-29 20:37:24 +00:00
3a8bbf5f93 Accepting request 1180750 from Java:packages
1.27.0

OBS-URL: https://build.opensuse.org/request/show/1180750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=4
2024-06-14 17:02:00 +00:00
449936c94f Accepting request 964429 from Java:packages
Build with source and target levels 8

OBS-URL: https://build.opensuse.org/request/show/964429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=3
2022-03-24 21:58:04 +00:00
c83bffff80 Accepting request 750578 from Java:packages
1.26

OBS-URL: https://build.opensuse.org/request/show/750578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=2
2019-11-26 15:58:49 +00:00
5 changed files with 24 additions and 14 deletions

BIN
plexus-interpolation-1.27.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41c882f73f57164e3f8f6c0916b86afa0e284ff7f278339ae7d8811dab7e686c
size 62046

View File

@@ -10,7 +10,7 @@
<property name="project.artifactId" value="plexus-interpolation"/>
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.version" value="1.27.0"/>
<property name="project.version" value="1.28"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 4 14:59:17 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 1.28
* New features and improvements
+ Fix #16: StringSearchInterpolator does not cache answers.
+ Add FeedbackingValueSource
+ Pass delimiter information to ValueSource
+ Apply spotless re-formatting
-------------------------------------------------------------------
Wed Oct 2 15:58:55 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Spec file cleanup
-------------------------------------------------------------------
Thu Jun 13 17:09:48 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package plexus-interpolation
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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.27.0
Version: 1.28
Release: 0
Summary: Plexus Interpolation API
License: Apache-1.1 AND Apache-2.0 AND MIT
@@ -28,7 +28,7 @@ Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{ver
Source1: %{name}-build.xml
BuildRequires: ant
BuildRequires: fdupes
BuildRequires: javapackages-local
BuildRequires: javapackages-local >= 6
BuildArch: noarch
%if %{with tests}
BuildRequires: ant-junit
@@ -50,14 +50,9 @@ API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
cp %{SOURCE1} build.xml
%pom_remove_plugin :maven-release-plugin
%pom_remove_parent
%pom_xpath_inject "pom:project" "<groupId>org.codehaus.plexus</groupId>"
%build
%{ant} \
ant \
%if %{without tests}
-Dtest.skip=true \
%endif
@@ -69,7 +64,7 @@ install -dm 0755 %{buildroot}%{_javadir}/plexus
install -pm 0644 target/%{name}-%{version}.jar %{buildroot}%{_javadir}/plexus/interpolation.jar
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/plexus/interpolation.pom
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/interpolation.pom
%add_maven_depmap plexus/interpolation.pom plexus/interpolation.jar
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}