#88 Update f39 to upstream release 0.18.3
Merged a month ago by martinpitt. Opened a month ago by packit.
rpms/ packit/umockdev 0.18.3-f39-update-propose_downstream  into  f39

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

  /umockdev-0.18.0.tar.xz

  /umockdev-0.18.1.tar.xz

  /umockdev-0.18.2.tar.xz

+ /umockdev-0.18.3.tar.xz

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

- SHA512 (umockdev-0.18.2.tar.xz) = fab7351acf78ae93c489d33e9c532094c066df45a3701278ced58347f59c91be6ac0facd4acccd3ecb9867840b22598098192875d50d14cacf934d27ff4bd7e2

+ SHA512 (umockdev-0.18.3.tar.xz) = 565fedc4367b7896ac4fd9cee19d704d1f3f8b382c31069ceef81d0a0e8f3a38b775f28bd7a3652a7bb9c5cb62dd1f616ea81d7fc2ee7fda933bad44b32627d2

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

  Name:             umockdev

- Version:          0.18.2

+ Version:          0.18.3

  Release:          1%{?dist}

  Summary:          Mock hardware devices

  
@@ -75,6 +75,9 @@ 

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

  

  %changelog

+ * Thu May 23 2024 Packit <hello@packit.dev> - 0.18.3-1

+ - preload: Re-fix time64 redirects for glibc < 2.39.9

+ 

  * Tue May 21 2024 Packit <hello@packit.dev> - 0.18.2-1

  - preload: Fix time64 redirect for glibc 2.39.9

  

Upstream tag: 0.18.3
Upstream commit: 8cb6255e


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/umockdev.git
cd umockdev
git checkout 0.18.3-f39-update-propose_downstream
git push origin 0.18.3-f39-update-propose_downstream

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

cd umockdev
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/umockdev.git
git fetch packit refs/heads/0.18.3-f39-update-propose_downstream
git checkout 0.18.3-f39-update-propose_downstream
git push packit 0.18.3-f39-update-propose_downstream

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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by martinpitt

a month ago