#10 Update rawhide to upstream release 0.9.6
Opened 8 months ago by packit. Modified 8 months ago

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

  /bolt-0.9.2.tar.gz

  /bolt-0.9.3.tar.gz

  /bolt-0.9.5.tar.gz

+ /bolt-0.9.6.tar.gz

file added
+29
@@ -0,0 +1,29 @@ 

+ # https://packit.dev/docs/configuration/

+ 

+ specfile_path: bolt.spec

+ 

+ synced_files:

+     - bolt.spec

+     - .packit.yaml

+ 

+ upstream_package_name: bolt

+ downstream_package_name: bolt

+ 

+ copy_upstream_release_description: true

+ 

+ actions:

+   get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"

+ 

+ jobs:

+ - job: propose_downstream

+   trigger: release

+   dist_git_branches:

+     - fedora-all

+ - job: koji_build

+   trigger: commit

+   dist_git_branches:

+     - fedora-all

+ - job: bodhi_update

+   trigger: commit

+   dist_git_branches:

+     - fedora-stable # rawhide updates are created automatically

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.80.0.post8+gf2b5fcbc.

file modified
+7 -3
@@ -1,11 +1,10 @@ 

  Name:          bolt

- Version:       0.9.5

- Release:       2%{?dist}

+ Version:       0.9.6

+ Release:       1%{?dist}

  Summary:       Thunderbolt device manager

  License:       LGPLv2+

  URL:           https://gitlab.freedesktop.org/bolt/bolt

  Source0:       %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz

- Patch0:        0001-test-test-unix-skip-unix-domain-socket-test.patch

  

  BuildRequires: gcc

  BuildRequires: asciidoc
@@ -77,6 +76,11 @@ 

  %ghost %dir %{_localstatedir}/lib/boltd

  

  %changelog

+ * Wed Sep 13 2023 Packit <hello@packit.dev> - 0.9.6-1

+ Bug fixes for

+ - CI- docker is replaced by podman,

+ - Compiler warnings and log messages for the domain not found were fixed.

+ 

  * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2

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

  

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

- SHA512 (bolt-0.9.5.tar.gz) = cf8625f45d15f5685d99a49c5993a9196b355158be660c63fb22f86c2d9806d41cc13702d2e8d1b8e6f37e4acf3485e2b2c0eb19f907732bdf670680cbc073ae

+ SHA512 (bolt-0.9.6.tar.gz) = c8d638fa9eb73c79cb4ee93c8c29d7d71d0ae449b2363bc75c303f978201078a42d4b05095e67d677447aea1db9d337f195ce264175c6b0c4733e9ed3eb2e081

Upstream tag: 0.9.6
Upstream commit: f03c50b2


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/bolt.git refs/heads/*:refs/remotes/packit/*
git checkout packit/0.9.6-rawhide-update-propose_downstream