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] rawhide: Update to 9.12.0. Fixes rhbz#2509661
Date: Sat, 01 Aug 2026 18:43:42 GMT [thread overview]
Message-ID: <178560982294.1.11841218410418643778.rpms-calibre-b55b6506057a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/calibre
Branch : rawhide
Commit : b55b6506057a50af62415e143faf242cc29fe3e0
Author : Kevin Fenzi <kevin@scrye.com>
Date : 2026-08-01T11:43:29-07:00
Stats : +16/-15 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/calibre/c/b55b6506057a50af62415e143faf242cc29fe3e0?branch=rawhide
Log:
Update to 9.12.0. Fixes rhbz#2509661
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
---
diff --git a/.gitignore b/.gitignore
index b08b753..c2a27f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -379,3 +379,4 @@ calibre-0.7.14-nofonts.tar.xz
/calibre-9.8.0.tar.xz
/calibre-9.9.0.tar.xz
/calibre-9.11.0.tar.xz
+/calibre-9.12.0.tar.xz
diff --git a/calibre-9.11.0-openssl.patch b/calibre-9.11.0-openssl.patch
deleted file mode 100644
index 24fc048..0000000
--- a/calibre-9.11.0-openssl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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-9.12.0-openssl.patch b/calibre-9.12.0-openssl.patch
new file mode 100644
index 0000000..c365ca8
--- /dev/null
+++ b/calibre-9.12.0-openssl.patch
@@ -0,0 +1,12 @@
+diff --color -Nur calibre-9.12.0.orig/src/calibre/test_build.py calibre-9.12.0/src/calibre/test_build.py
+--- calibre-9.12.0.orig/src/calibre/test_build.py 2026-08-01 11:03:13.831413780 -0700
++++ calibre-9.12.0/src/calibre/test_build.py 2026-08-01 11:05:05.025367915 -0700
+@@ -536,7 +536,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 26e5364..424a332 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -3,7 +3,7 @@
%global _python_bytecompile_extra 0
Name: calibre
-Version: 9.11.0
+Version: 9.12.0
Release: %autorelease
Summary: E-book converter and library manager
# see COPYRIGHT file for a listing
@@ -20,7 +20,7 @@ Patch: calibre-no-update.patch
Patch: calibre-nodisplay.patch
# fix openssl test
-Patch: calibre-9.11.0-openssl.patch
+Patch: calibre-9.12.0-openssl.patch
ExclusiveArch: %{qt6_qtwebengine_arches}
diff --git a/sources b/sources
index 0d3f635..0ee4f67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (calibre-9.11.0.tar.xz) = 034c08f45a3ac67e457cbde99e306b4afd4669916eeb1dd9d1392a9365e75c6120fcf08a5cc301d2c53a0747c7bf0f4e48ee9b7116212d3524a791897238521b
+SHA512 (calibre-9.12.0.tar.xz) = 93c1268ddb659b784010295816ba1406a8a404002fcfe804e098bb1881c86451fced5144504a1d10103c5222dc2943cf53f2743e4dcc1d82406f5c606b58b333
reply other threads:[~2026-08-01 18:43 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=178560982294.1.11841218410418643778.rpms-calibre-b55b6506057a@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