Compare commits
18 Commits
Author | SHA256 | Date | |
---|---|---|---|
222e558299 | |||
c70c721c8a | |||
96ef36b74e | |||
7e89f97739 | |||
c1e74d0ce6 | |||
c557856d10 | |||
538c41b09a | |||
572996f018 | |||
bd22029283 | |||
60788bfa28 | |||
76ce10cfe7 | |||
68bf8d1a78 | |||
c66334315c | |||
9dae7ed789 | |||
0cf77bb779 | |||
dd558e6183 | |||
1c0331dc35 | |||
506e131ea6 |
BIN
maven-archiver-3.6.3-source-release.zip
(Stored with Git LFS)
BIN
maven-archiver-3.6.3-source-release.zip
(Stored with Git LFS)
Binary file not shown.
3
maven-archiver-3.6.4-source-release.zip
Normal file
3
maven-archiver-3.6.4-source-release.zip
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13d00449ed9d8793d1ac372243c41b2fc5f97c0e66e46a3fa4c9743e4fd098f1
|
||||||
|
size 134684
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<property name="project.groupId" value="org.apache.maven"/>
|
<property name="project.groupId" value="org.apache.maven"/>
|
||||||
<property name="project.artifactId" value="maven-archiver"/>
|
<property name="project.artifactId" value="maven-archiver"/>
|
||||||
<property name="project.version" value="3.6.3"/>
|
<property name="project.version" value="3.6.4"/>
|
||||||
<property name="project.name" value="Apache Maven Archiver"/>
|
<property name="project.name" value="Apache Maven Archiver"/>
|
||||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||||
|
|
||||||
|
@@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 11 07:33:16 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to maven-archiver 3.6.4
|
||||||
|
* New features and improvements
|
||||||
|
+ improve Reproducible Builds javadoc
|
||||||
|
+ Fall back on SOURCE_DATE_EPOCH if it exists
|
||||||
|
* Bug Fixes
|
||||||
|
+ Treat empty Automatic-Module-Name as no Automatic-Module-Name
|
||||||
|
at all
|
||||||
|
* Maintenance
|
||||||
|
+ Enable GitHub Issues
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump org.apache.maven.shared:maven-shared-components
|
||||||
|
from 43 to 45
|
||||||
|
+ Bump org.codehaus.plexus:plexus-interpolation
|
||||||
|
from 1.27 to 1.28
|
||||||
|
+ Bump org.assertj:assertj-core from 3.26.0 to 3.27.3
|
||||||
|
- Removed patches:
|
||||||
|
* automatic-module-name.patch
|
||||||
|
* reproducible-from-environment.patch
|
||||||
|
+ integrated in this version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 25 07:15:18 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* reproducible-from-environment.patch
|
||||||
|
+ rediff to include a follow-up PR
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 24 09:24:28 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* automatic-module-name.patch
|
||||||
|
* reproducible-from-environment.patch
|
||||||
|
+ rediff with our accepted pull requests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 21 10:30:59 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* automatic-module-name.patch
|
||||||
|
+ rebase and add unit test
|
||||||
|
- Added patch:
|
||||||
|
* reproducible-from-environment.patch
|
||||||
|
+ if the outputTimestamp variable is not specified, use the
|
||||||
|
environmental varialble SOURCE_DATE_EPOCH if it is set.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 6 14:33:31 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Added patch:
|
||||||
|
* automatic-module-name.patch
|
||||||
|
+ Do not throw exception on empty Automatic-Module-Name. Just
|
||||||
|
ignore it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 18:24:29 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Tue Oct 29 18:24:29 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-archiver
|
# spec file for package maven-archiver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: maven-archiver
|
Name: maven-archiver
|
||||||
Version: 3.6.3
|
Version: 3.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven Archiver
|
Summary: Maven Archiver
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -58,15 +58,15 @@ cp %{SOURCE1} build.xml
|
|||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib \
|
build-jar-repository -s lib \
|
||||||
org.eclipse.sisu.plexus \
|
maven/maven-artifact \
|
||||||
maven-shared-utils/maven-shared-utils \
|
maven/maven-core \
|
||||||
maven/maven-artifact maven/maven-core \
|
|
||||||
maven/maven-model \
|
maven/maven-model \
|
||||||
plexus/interpolation \
|
maven-shared-utils/maven-shared-utils \
|
||||||
plexus/archiver
|
org.eclipse.sisu.plexus \
|
||||||
|
plexus/archiver \
|
||||||
|
plexus/interpolation
|
||||||
|
|
||||||
%{ant} \
|
ant jar javadoc
|
||||||
jar javadoc
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
Reference in New Issue
Block a user