#10 Update f39 to upstream release 2.8.9
Merged 3 months ago by topazus. Opened 3 months ago by packit.

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.93.0.

+ The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.

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

- SHA512 (xmake-2.8.8.tar.gz) = 45eb1bc24ebd242742aae4315a838a7d3b8810094843f4409f96b26a1aec678575946d86c052079631755dc44ce3d6fdb839fdc5c197c39434a8738aa83ac173

+ SHA512 (xmake-2.8.9.tar.gz) = 4eb4a8e607c9edb79409d805645669acbd2d676c572135b1a14356ed6b68b3501fdc120fcdcc69792a1389f0b1d643c1ed46ad705d172c26356f9975891e23a8

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

  %bcond_with luajit

  

  Name:       xmake

- Version:    2.8.8

+ Version:    2.8.9

  

  %global forgeurl https://github.com/xmake-io/xmake

  

Upstream tag: v2.8.9
Upstream commit: cb1b6505
Release monitoring project: 370249
Resolves rhbz#2270859


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/xmake.git
cd xmake
git checkout 2.8.9-f39-update-pull_from_upstream
git push origin 2.8.9-f39-update-pull_from_upstream

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

cd xmake
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/xmake.git
git fetch packit refs/heads/2.8.9-f39-update-pull_from_upstream
git checkout 2.8.9-f39-update-pull_from_upstream
git push packit 2.8.9-f39-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

Pull-Request has been merged by topazus

3 months ago