#10 Update f40 to upstream release 58
Merged 4 months ago by ckelley. Opened 4 months ago by packit.
rpms/ packit/fasterxml-oss-parent 58-f40-update-pull_from_upstream  into  f40

[packit] 58 upstream release
Packit • 4 months ago  
file modified
+1
@@ -23,3 +23,4 @@ 

  /oss-parent-55.tar.gz

  /oss-parent-56.tar.gz

  /oss-parent-57.tar.gz

+ /oss-parent-58.tar.gz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.90.0.post1.dev9+g1f0325d1.

+ The file was generated using packit 0.92.0.

file modified
+8 -1
@@ -1,7 +1,7 @@ 

  %global srcname oss-parent

  

  Name:          fasterxml-oss-parent

- Version:       57

+ Version:       58

  Release:       1%{?dist}

  Summary:       FasterXML parent pom

  License:       Apache-2.0
@@ -53,6 +53,13 @@ 

  %license LICENSE NOTICE

  

  %changelog

+ * Mon Feb 19 2024 Packit <hello@packit.dev> - 58-1

+ - [maven-release-plugin] prepare release oss-parent-58 (Tatu Saloranta)

+ - Add property `version.junit5` (at 5.10.2) (Tatu Saloranta)

+ - ... (Tatu Saloranta)

+ - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)

+ - Resolves rhbz#2265008

+ 

  * Sat Feb 10 2024 Packit <hello@packit.dev> - 57-1

  - [maven-release-plugin] prepare release oss-parent-57 (Tatu Saloranta)

  - Prepare for v57 release (Tatu Saloranta)

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

- SHA512 (oss-parent-57.tar.gz) = ed6bf5c9abe002247365493f3bc9b56a3bc69ac081c2f1bcb517634a226987d9b6c32ccfeb83d12b5250fedeb55e90c3dff3e07c7145ab0317bf15002d7e67a4

+ SHA512 (oss-parent-58.tar.gz) = fa716bdf986cff96ef24ea160c599a45b83ac75798fcff447532d1386fa89c325d3e75879256cb995e11c62223d1369d6ae35008ed91ef46bbcf58c2b4a39e1e

Upstream tag: oss-parent-58
Upstream commit: efe7b1e8
Release monitoring project: 114915
Resolves rhbz#2265008


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/fasterxml-oss-parent.git
cd fasterxml-oss-parent
git checkout 58-f40-update-pull_from_upstream
git push origin 58-f40-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd fasterxml-oss-parent
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/fasterxml-oss-parent.git
git fetch packit refs/heads/58-f40-update-pull_from_upstream
git checkout 58-f40-update-pull_from_upstream
git push packit 58-f40-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Logs and details of the syncing: Packit dashboard

This introduces junit5 but that should be fine as this is already packaged in Fedora.
https://github.com/FasterXML/oss-parent/compare/oss-parent-57...oss-parent-58

Pull-Request has been merged by ckelley

4 months ago