Bug 2329432

Summary: calibre-7.25.0 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: calibreAssignee: Kevin Fenzi <kevin>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: adscvr, chkr, Kartz, kevin, koen.schram, zbyszek
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: calibre-7.25.0-1.fc43 calibre-7.25.0-1.fc42 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-07 20:25:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2329763    
Bug Blocks:    

Description Upstream Release Monitoring 2024-11-29 05:51:18 UTC
Releases retrieved: 7.22.0
Upstream release that is considered latest: 7.22.0
Current version/release in rawhide: 7.21.0-1.fc42
URL: https://calibre-ebook.com

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/6141/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/calibre

Comment 1 Kevin Fenzi 2024-12-01 03:35:46 UTC
This version has grown a dep on pykakasi, which in turn needs jaconv.

I have prelim versions of these, will get them cleaned up and submitted for review as time permits.

Comment 3 Upstream Release Monitoring 2024-12-20 05:40:37 UTC
Releases retrieved: 7.23.0
Upstream release that is considered latest: 7.23.0
Current version/release in rawhide: 7.21.0-2.fc42
URL: https://calibre-ebook.com

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/6141/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/calibre

Comment 4 Upstream Release Monitoring 2025-01-10 04:28:30 UTC
Releases retrieved: 7.24.0
Upstream release that is considered latest: 7.24.0
Current version/release in rawhide: 7.21.0-2.fc42
URL: https://calibre-ebook.com

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/6141/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/calibre

Comment 5 Kevin Fenzi 2025-01-18 22:39:09 UTC
ok, pykakasi is in now... but... the newer calibre version's bundled ffmpeg fragment fails to build with gcc15. :( 

gcc -Wall -DNDEBUG -fno-strict-aliasing -pipe -O3 -fPIC -O2 -flto=auto -ffat-lto-objects -fexcep
tions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORT
IFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-pr
otector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -
fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omi
t-frame-pointer -mno-omit-leaf-frame-pointer -fvisibility=hidden -pthread -I/usr/include/python3
.13 '-DCALIBRE_MODINIT_FUNC= __attribute__ ((visibility ("default"))) PyObject*' -std=c99 -I/usr
/include/ffmpeg -c /builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/src/calibre/utils/f
fmpeg.c -o /builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/build/objects/ffmpeg/ffmpeg
.o
/builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/src/calibre/utils/ffmpeg.c: In functio
n ‘open_output_file’:
/builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/src/calibre/utils/ffmpeg.c:245:11: err
or: implicit declaration of function ‘avcodec_get_supported_config’; did you mean ‘avcodec_get_h
w_config’? [-Wimplicit-function-declaration]
  245 |     ret = avcodec_get_supported_config(t->dec_ctx, output_codec, AV_CODEC_CONFIG_SAMPLE_
FORMAT, 0, (const void**)&sample_fmts, NULL);
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           avcodec_get_hw_config
/builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/src/calibre/utils/ffmpeg.c:245:66: err
or: ‘AV_CODEC_CONFIG_SAMPLE_FORMAT’ undeclared (first use in this function)
  245 |     ret = avcodec_get_supported_config(t->dec_ctx, output_codec, AV_CODEC_CONFIG_SAMPLE_
FORMAT, 0, (const void**)&sample_fmts, NULL);
      |                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
~~~~~~
/builddir/build/BUILD/calibre-7.24.0-build/calibre-7.24.0/src/calibre/utils/ffmpeg.c:245:66: not
e: each undeclared identifier is reported only once for each function it appears in

Will take a look possibly tomorrow if no one beats me to it.

Comment 6 Upstream Release Monitoring 2025-02-07 06:52:08 UTC
Releases retrieved: 7.25.0
Upstream release that is considered latest: 7.25.0
Current version/release in rawhide: 7.21.0-4.fc42
URL: https://calibre-ebook.com

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/6141/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/calibre

Comment 7 Fedora Update System 2025-02-07 20:22:49 UTC
FEDORA-2025-351db2c5d8 (calibre-7.25.0-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-351db2c5d8

Comment 8 Fedora Update System 2025-02-07 20:25:39 UTC
FEDORA-2025-351db2c5d8 (calibre-7.25.0-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 9 Fedora Update System 2025-02-07 20:31:37 UTC
FEDORA-2025-75c6078da4 (calibre-7.25.0-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-75c6078da4

Comment 10 Fedora Update System 2025-02-07 20:34:38 UTC
FEDORA-2025-75c6078da4 (calibre-7.25.0-1.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.