#9 Bump version to 6.17.0
Closed a year ago by kevin. Opened a year ago by maximilian.
https://github.com/maximiliankolb/calibre bump_version  into  rawhide

Update to 6.17.0
Maximilian Kolb • a year ago  
.gitignore
file modified
+1
@@ -326,3 +326,4 @@

  /calibre-5.41.0.tar.xz

  /calibre-5.42.0.tar.xz

  /calibre-5.43.0.tar.xz

+ /calibre-6.17.0.tar.xz

calibre.spec
file modified
+2 -2
@@ -3,7 +3,7 @@

  %global _python_bytecompile_extra 0

  

  Name:           calibre

- Version:        5.43.0

+ Version:        6.17.0

  Release:        %autorelease

  Summary:        E-book converter and library manager

  License:        GPLv3
@@ -302,7 +302,7 @@

  # Remove these 2 appdata files, we can only include one

  rm -f %{buildroot}/%{_datadir}/metainfo/calibre-ebook-edit.appdata.xml

  rm -f %{buildroot}/%{_datadir}/metainfo/calibre-ebook-viewer.appdata.xml

-  

+ 

  # rename MathJax folder to allow upgrade from 4.8.0-1 and earlier, which

  # relied on a symlink handled by the %%preun and %%posttrans scriptlets

  #mv %%{buildroot}%%{_datadir}/calibre/mathjax %%{buildroot}%%{_datadir}/calibre/mathjax-fedora

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

+ * Thu Apr 27 2023 Maximilian Kolb <mail@maximilian-kolb.de> - 6.17.0-1

+ - Update to 6.17.0

+ 

  * Sun Oct 10 2021 Kevin Fenzi <kevin@scrye.com> - 5.29.0-1

  - Update to 5.29.0. Fixes rhbz#2012277

  

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

- SHA512 (calibre-5.43.0.tar.xz) = 1a5b95c621e47b660841d989445ab56244b9c805aa5d01efc4d95d8c37c5290e93523cedec92a6ca12d16e5f74b63743d6e682bf4084f400d080678ff540a190

+ SHA512 (calibre-6.17.0.tar.xz) = f59a51e03c607401b8bbfd1c86206e227fc1cf735e63348a368fedbc71cdafa7237c8adc882ec2bb186b2c31370bd62b95351dfc230874306d118a1efbdbf57f

no initial comment

Hi!

My PR packages Calibre 6.17.0 based on the latest release on the upstream project on github.com. Unfortunately, I could not push to my own fork on "src.fedoraproject.org" which is why I had to create a remote PR.

  1. How can I test if this actually works? Is there a way for me to install my version of calibre on Fedora rawhide?
  2. Is there anything else missing with my PR? Guidance is very much appreciated; happy to rebase/reword my commit message etc.
  3. If this gets merged, can you please cherry-pick to Fedora 38? Is this possible/the general workflow?
  4. The change in whitespace in the SPEC file was introduced by my editor (aka. removing a single trailing whitespace character on an empty line). Is that OK?
  5. Do I need a reason why I would like to see the latest version of Calibre in Fedora? Other commits mention bugfixed etc.

Thank you!

Pull-Request has been closed by kevin

a year ago