forked from pool/plexus-interactivity
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
ac453c257d | |||
ea670e61e6 | |||
2d663b9b64 | |||
7a8cb477e6 | |||
18d93e0e90 | |||
21359e622a | |||
ca8a34447e | |||
088fb1099f |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/codehaus-plexus/plexus-interactivity.git</param>
|
||||
<param name="revision">plexus-interactivity-1.3</param>
|
||||
<param name="revision">plexus-interactivity-1.4</param>
|
||||
<param name="match-tag">plexus-interactivity-*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">plexus-interactivity-(.*)</param>
|
||||
|
BIN
plexus-interactivity-1.3.tar.xz
(Stored with Git LFS)
BIN
plexus-interactivity-1.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
plexus-interactivity-1.4.tar.xz
Normal file
3
plexus-interactivity-1.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fc1c008337e761a8641518d899c7ee255a23886952c363214ec65daea0dfb11
|
||||
size 5972
|
BIN
plexus-interactivity-build.tar.xz
(Stored with Git LFS)
BIN
plexus-interactivity-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 6 15:04:00 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 1.4
|
||||
* Changes
|
||||
+ Bump org.jline:jline-reader from 3.25.1 to 3.29.0
|
||||
+ Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2
|
||||
to 0.9.0.M3
|
||||
+ Apply spotless re-formatting
|
||||
+ Bump org.codehaus.plexus:plexus from 16 to 20
|
||||
+ Bump release-drafter/release-drafter from 5 to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:24:37 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 11:04:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-interactivity
|
||||
#
|
||||
# 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plexus-interactivity
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Release: 0
|
||||
Summary: Plexus Interactivity Handler Component
|
||||
License: MIT
|
||||
@@ -32,6 +32,7 @@ BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: jline >= 2
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: sisu-inject
|
||||
BuildArch: noarch
|
||||
@@ -68,7 +69,12 @@ cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib atinject jline org.eclipse.sisu.inject plexus/utils
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
jline \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject \
|
||||
plexus/utils
|
||||
%{ant} package javadoc
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user