6
0

3 Commits

5 changed files with 13 additions and 70 deletions

BIN
maven-archiver-3.6.3-source-release.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13d00449ed9d8793d1ac372243c41b2fc5f97c0e66e46a3fa4c9743e4fd098f1
size 134684

View File

@@ -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.4"/> <property name="project.version" value="3.6.3"/>
<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"/>

View File

@@ -1,60 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package maven-archiver # spec file for package maven-archiver
# #
# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2024 SUSE LLC
# #
# 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.4 Version: 3.6.3
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 \
maven/maven-artifact \
maven/maven-core \
maven/maven-model \
maven-shared-utils/maven-shared-utils \
org.eclipse.sisu.plexus \ org.eclipse.sisu.plexus \
plexus/archiver \ maven-shared-utils/maven-shared-utils \
plexus/interpolation maven/maven-artifact maven/maven-core \
maven/maven-model \
plexus/interpolation \
plexus/archiver
ant jar javadoc %{ant} \
jar javadoc
%install %install
# jar # jar