#2 Update f38 to upstream release 1.0.2
Closed 15 days ago by ankursinha. Opened 19 days ago by packit.
rpms/ packit/urlscan 1.0.2-f38-update-pull_from_upstream  into  f38

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

  /urlscan-0.9.10.tar.gz

  /urlscan-1.0.0.tar.gz

  /urlscan-1.0.1.tar.gz

+ /urlscan-1.0.2.tar.gz

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

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.95.0.post1.dev8+gce6bd577.

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

- SHA512 (urlscan-1.0.1.tar.gz) = e66e08cadc599fae8ed61c946cfbb08e2465da8a778ad5966307f08bf3ec717b05cfc04691cd1fc979c81e3568dbf3f2f112234f77d30c496388ffa7c09561d7

+ SHA512 (urlscan-1.0.2.tar.gz) = b09b20153e0dfb1ec6c83b0a34e4e2e63bf676d25103e6d93350e0f91b82f4de771a0f5e33f9da37dec81b1af73f154164376eb5214b88aee22bbbb29ea50a39

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

  Name:           urlscan

- Version:        1.0.1

+ Version:        1.0.2

  Release:        %autorelease

  Summary:        Extract and browse the URLs contained in an email (urlview replacement)

  

Upstream tag: 1.0.2
Upstream commit: 8143a0e5
Release monitoring project: 15514
Resolves: rhbz#2278171


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/urlscan.git
cd urlscan
git checkout 1.0.2-f38-update-pull_from_upstream
git push origin 1.0.2-f38-update-pull_from_upstream

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

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

: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 closed by ankursinha

15 days ago