public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Fenzi <kevin@scrye.com>
To: git-commits@fedoraproject.org
Subject: [rpms/calibre] f44: Update to 9.11.0. Fixes rhbz#2493338
Date: Sun, 12 Jul 2026 18:54:31 GMT	[thread overview]
Message-ID: <178388247163.1.2445664798686806565.rpms-calibre-9f6c7d7f562b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/calibre
            Branch : f44
            Commit : 9f6c7d7f562bcfeb5c1ec4806a245bce55854227
            Author : Kevin Fenzi <kevin@scrye.com>
            Date   : 2026-07-05T10:07:59-07:00
            Stats  : +19/-3 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/calibre/c/9f6c7d7f562bcfeb5c1ec4806a245bce55854227?branch=f44

            Log:
            Update to 9.11.0. Fixes rhbz#2493338

Signed-off-by: Kevin Fenzi <kevin@scrye.com>

---
diff --git a/.gitignore b/.gitignore
index e060905..b08b753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -378,3 +378,4 @@ calibre-0.7.14-nofonts.tar.xz
 /calibre-9.7.0.tar.xz
 /calibre-9.8.0.tar.xz
 /calibre-9.9.0.tar.xz
+/calibre-9.11.0.tar.xz

diff --git a/calibre-9.11.0-openssl.patch b/calibre-9.11.0-openssl.patch
new file mode 100644
index 0000000..24fc048
--- /dev/null
+++ b/calibre-9.11.0-openssl.patch
@@ -0,0 +1,12 @@
+diff --color -Nur calibre-9.11.0.orig/src/calibre/test_build.py calibre-9.11.0/src/calibre/test_build.py
+--- calibre-9.11.0.orig/src/calibre/test_build.py	2026-07-05 09:51:44.221104211 -0700
++++ calibre-9.11.0/src/calibre/test_build.py	2026-07-05 09:52:48.934976230 -0700
+@@ -519,7 +519,7 @@
+ 
+     def test_openssl(self):
+         import ssl
+-        ssl.PROTOCOL_TLSv1_2
++        ssl.PROTOCOL_TLS
+         if ismacos or (iswindows and not is_ci):
+             paths = ssl.get_default_verify_paths()
+             capath = paths.capath

diff --git a/calibre.spec b/calibre.spec
index 6e49816..26e5364 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -3,7 +3,7 @@
 %global _python_bytecompile_extra 0
 
 Name:           calibre
-Version:        9.9.0
+Version:        9.11.0
 Release:        %autorelease
 Summary:        E-book converter and library manager
 # see COPYRIGHT file for a listing
@@ -19,6 +19,9 @@ Patch:          calibre-no-update.patch
 # This is so gnome-software only 'sees' calibre once.
 Patch:          calibre-nodisplay.patch
 
+# fix openssl test
+Patch:          calibre-9.11.0-openssl.patch
+
 ExclusiveArch:  %{qt6_qtwebengine_arches}
 
 BuildRequires:  python3-devel
@@ -370,7 +373,7 @@ TEST_ARGS=(
     # fails with python3.13:
     # calibre.srv.tests.loop.LoopTest.test_ssl
     # ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1020)
-    --exclude-test-name test_ssl
+    #--exclude-test-name test_ssl
     --exclude-test-name test_pycryptodome  # We do not ship the bundled pycryptodome
     --exclude-test-name test_piper         # piper is not yet packaged
     # segfaults

diff --git a/sources b/sources
index 5f1d7dd..0d3f635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (calibre-9.9.0.tar.xz) = 4ed7a0d1a38b209e3d330ceeda1e260b6c21f652c25a770fb618819dc04a835cf0a9b221c48d0c8a4ad8650d33c1956c194f42195cb1c35f670fdd9542510e1f
+SHA512 (calibre-9.11.0.tar.xz) = 034c08f45a3ac67e457cbde99e306b4afd4669916eeb1dd9d1392a9365e75c6120fcf08a5cc301d2c53a0747c7bf0f4e48ee9b7116212d3524a791897238521b

                 reply	other threads:[~2026-07-12 18:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178388247163.1.2445664798686806565.rpms-calibre-9f6c7d7f562b@fedoraproject.org \
    --to=kevin@scrye.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox