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

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

  /umockdev-0.17.8.tar.xz

  /umockdev-0.17.9.tar.xz

  /umockdev-0.17.10.tar.xz

+ /umockdev-0.17.12.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.50.1.dev9+g702dffe.

+ The file was generated using packit 0.51.1.dev2+g213c789.

file modified
+2 -6
@@ -1,18 +1,14 @@ 

  # See the documentation for more information:

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

- specfile_path: packaging/umockdev.spec

  upstream_project_url: https://github.com/martinpitt/umockdev

  issue_repository: https://github.com/martinpitt/umockdev

  copy_upstream_release_description: true

  upstream_package_name: umockdev

  downstream_package_name: umockdev

+ # HACK: should be implied, but fails propose_downstream: https://github.com/packit/packit-service/issues/1511

+ specfile_path: packaging/umockdev.spec

  srpm_build_deps: []

  

- files_to_sync:

-   - packit.yaml

-   - src: packaging/umockdev.spec

-     dest: umockdev.spec

- 

  jobs:

    - job: copr_build

      trigger: pull_request

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

- SHA512 (umockdev-0.17.10.tar.xz) = 9baad9a6b4ee010ad7b5502da5ba69a23dbdd60164fed7227181607ea12d585936616870962e552a358c4043aea532e6757213c13a7caa9c9fd5979c9b6fef1a

+ SHA512 (umockdev-0.17.12.tar.xz) = 034be0705b0990e68dff9741d40012a53064bf3f1be0f414d478d36ed03ca0b0ca08e482e1902e6d424b87471a482d3f2166d811d0f558391ca0a58e1e9e4336

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

  Name:             umockdev

- Version:          0.17.10

+ Version:          0.17.12

  Release:          1%{?dist}

  Summary:          Mock hardware devices

  
@@ -72,6 +72,10 @@ 

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

  

  %changelog

+ * Thu May 19 2022 Packit <hello@packit.dev> - 0.17.12-1

+ - Work around packit propose_downstream bug

+ 

+ 

  * Tue May 10 2022 Packit <hello@packit.dev> - 0.17.10-1

  - Adjust to systemd 251-rc2: Set $SYSTEMD_DEVICE_VERIFY_SYSFS, parse new udevadm format, update tests

  

Upstream tag: 0.17.12
Upstream commit: 7507bf6f

Pull-Request has been merged by martinpitt

2 years ago