#31 Update to upstream release 0.17.8
Merged 2 years ago by martinpitt. Opened 2 years ago by packit.
rpms/ packit/umockdev 0.17.8-main-update  into  main

[packit] 0.17.8 upstream release
Packit Service • 2 years ago  
file modified
+1
@@ -30,3 +30,4 @@ 

  /umockdev-0.17.5.tar.xz

  /umockdev-0.17.6.tar.xz

  /umockdev-0.17.7.tar.xz

+ /umockdev-0.17.8.tar.xz

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.46.1.dev21+gb9fc3f9.

+ The file was generated using packit 0.47.1.

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

  upstream_package_name: umockdev

  downstream_package_name: umockdev

  

- synced_files:

+ files_to_sync:

+   - packit.yaml

    - src: packaging/umockdev.spec

      dest: umockdev.spec

  
@@ -28,3 +29,15 @@ 

        dist_git_branches:

          - fedora-development

          - fedora-stable

+ 

+   - job: koji_build

+     trigger: commit

+     metadata:

+       dist_git_branches:

+         - fedora-all

+ 

+   - job: bodhi_update

+     trigger: commit

+     metadata:

+       dist_git_branches:

+         - fedora-all

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

- SHA512 (umockdev-0.17.7.tar.xz) = 6fc611787c9679f450ce7cdf7dccb93a5d7435470b0b5f5cb1803036cf3c8ce73521af9e7777bec68485834cddfddba0ed9379a0818bfb072bb643cf6419c17d

+ SHA512 (umockdev-0.17.8.tar.xz) = e5e6ba2934e1df9323a4e64ee1fc066ab4abeaf75ad0d7f1f6d387b06315f30877f48664e5992f4b138fe1b76d08860359599249d5b9de516777cf8bdb1b228f

file modified
+6 -1
@@ -1,5 +1,5 @@ 

  Name:             umockdev

- Version:          0.17.7

+ Version:          0.17.8

  Release:          1%{?dist}

  Summary:          Mock hardware devices

  
@@ -72,6 +72,11 @@ 

  %{_datadir}/vala/vapi/umockdev-1.0.vapi

  

  %changelog

+ * Wed Mar 23 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.8-1

+ - Fix some potential crashes spotted by Coverity

+ - Enable Fedora builds and bodhi updates via packit

+ 

+ 

  * Tue Mar 01 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.17.7-1

  - Fix uevent race condition in umockdev_testbed_add_from_string()

  

Upstream tag: 0.17.8
Upstream commit: 3a045555

Pull-Request has been merged by martinpitt

2 years ago