#2 Update rawhide to upstream release 3.0.1
Merged 7 months ago by atim. Opened 7 months ago by packit.

file modified
+2
@@ -23,3 +23,5 @@ 

  /foliate-2.6.4.tar.gz

  /foliate-3.0.0.tar.gz

  /foliate-js-f75fbba.tar.gz

+ /foliate-3.0.1.tar.gz

+ /foliate-js-2ea6392.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.85.0.post1.dev17+g1f3036b1.

file modified
+2 -2
@@ -4,11 +4,11 @@ 

  

  # Git submodules

  #   * foliate-js

- %global commit1 f75fbba096e8fc1c775ea1c162fe1d3322cd5121

+ %global commit1 2ea63929c73b6a3b98fc772abf6b9249b3bfadab

  %global shortcommit1 %(c=%{commit1}; echo ${c:0:7})

  

  Name:           foliate

- Version:        3.0.0

+ Version:        3.0.1

  Release:        %autorelease

  Summary:        Simple and modern GTK eBook reader

  

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

- SHA512 (foliate-3.0.0.tar.gz) = ecd448f434da8d12aaf7cb8f50caa91ff5b7881d2d7b7614664ba653e8520631e6773024ba599086c2d963febba62542740d9b49fb6e44caeac82d8eb1a85155

- SHA512 (foliate-js-f75fbba.tar.gz) = b5628b6eef2c935b06224528477febc16603db75411f3ece90b83d39ab8a7108e11115258b1ced16810eceecaad768a1049b5baa6f874c302e0f6cf72c1f6a28

+ SHA512 (foliate-3.0.1.tar.gz) = 8ac35adc294a13c6ad439fd5adc0b9a2bcae2802acd0f9a64c8a3d717995a84fd87b2c9c6ee60d8136136097f4067d586248811b1b15a559af63b10da45094a1

+ SHA512 (foliate-js-2ea6392.tar.gz) = 46fcac646636f51f3589e2ad71c15b6d20e19192e7cd193ec56268c617e6523493329b2ccd3e614f142e6b8a9f89fb62ba973098add3ee9b6c119cbb097930a9

  • Resolves rhbz#2250637

Upstream tag: 3.0.1
Upstream commit: cf570ad1


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/foliate.git
cd foliate
git checkout 3.0.1-rawhide-update-pull_from_upstream
git push origin 3.0.1-rawhide-update-pull_from_upstream

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

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

Logs and details of the syncing: Packit dashboard

rebased onto 9d6fac6

7 months ago

Pull-Request has been merged by atim

7 months ago