#6 update to version 4.2.4
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -33,3 +33,4 @@

  /plexus-archiver-4.2.1.tar.gz

  /plexus-archiver-4.2.2.tar.gz

  /plexus-archiver-4.2.3.tar.gz

+ /plexus-archiver-4.2.4.tar.gz

file modified
+5 -3
@@ -1,8 +1,8 @@

  %bcond_without snappy

  

  Name:           plexus-archiver

- Version:        4.2.3

- Release:        2%{?dist}

+ Version:        4.2.4

+ Release:        1%{?dist}

  Epoch:          0

  Summary:        Plexus Archiver Component

  License:        ASL 2.0
@@ -18,7 +18,6 @@

  BuildRequires:  mvn(com.google.code.findbugs:jsr305)

  BuildRequires:  mvn(junit:junit)

  BuildRequires:  mvn(org.apache.commons:commons-compress)

- BuildRequires:  mvn(org.apache.maven.plugins:maven-enforcer-plugin)

  BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)

  BuildRequires:  mvn(org.codehaus.plexus:plexus-container-default) >= 2.1.0

  BuildRequires:  mvn(org.codehaus.plexus:plexus-io) >= 3.2.0
@@ -73,6 +72,9 @@

  %license LICENSE

  

  %changelog

+ * Sat Jan 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0:4.2.4-1

+ - Update to version 4.2.4.

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:4.2.3-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (plexus-archiver-4.2.3.tar.gz) = a7e4fb05b6961d5c21c69b95565dde5cbea9784e58ba1de76b890e2c1dc9227799c05cda66c7a45761292fd5937e1edcca0d989018f892f8a43c759d7f2ed36d

+ SHA512 (plexus-archiver-4.2.4.tar.gz) = a550683587bc42650a4b714df68a88c430450c0fba87ce64c7da0dc1380de293ced259e304e33688b594a23f1b1760bba5868e65d8d13d4d9d21fff00f9b1bc8

  • update to latest version (4.2.3 → 4.2.4)
  • regenerate dependencies with xmvn-builddep

Test builds on COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/plexus-archiver-4.2.4-pr/monitor/

All failed builds are expected and not caused by this PR.

Pull-Request has been merged by decathorpe

3 years ago