public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/calibre] rawhide: Update to 9.12.0. Fixes rhbz#2509661
@ 2026-08-01 18:43 Kevin Fenzi
  0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-08-01 18:43 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-01 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 18:43 [rpms/calibre] rawhide: Update to 9.12.0. Fixes rhbz#2509661 Kevin Fenzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox