Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2022-06-17 21:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Fri Jun 17 21:21:17 2022 rev:280 rq:983445 version:5.44.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2022-05-28 
22:14:57.528796117 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new.1548/calibre.changes        
2022-06-17 21:23:33.842807572 +0200
@@ -1,0 +2,27 @@
+Fri Jun 17 09:06:09 UTC 2022 - ecsos <[email protected]>
+
+- Update ot 5.44.0
+  * New Features
+    - Amazon metadata download: Add an option to prefer the Kindle
+      edition when multiple book types are returned by the search
+      (Preferences->Metadata download->Configure the Amazon plugin)
+    - Kobo driver: Support for updated firmwareecho
+    - Allow customizing how yes/no columns are displayed
+      (Preferences->Add your own columns)
+    - Manage tags dialog: If tags are present in the add tags input
+      when OK is clicked, add them automatically, without needing
+      to click the plus button first
+  * Bug Fixes
+    - Edit book: Live CSS: Fix @namespace rules causing jumping to
+      rule definition to go to the wrong definition
+    - Workaround for Apple bug in macOS 13 that prevents device
+      detection
+    - Dont use commas in filenames when sending to pbsync and
+      kindle email addresses
+    - Edit book: When quitting while a save is in progress and the
+      save completes while the confirmation popup is visible,
+      dont abort the quit.
+- Rebase calibre-python_test.patch to disable zeroconf test,
+  because newest python-zeroconf from openSUSE rise up an error.
+  
+-------------------------------------------------------------------

Old:
----
  calibre-5.43.0.tar.xz
  calibre-5.43.0.tar.xz.sig

New:
----
  calibre-5.44.0.tar.xz
  calibre-5.44.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.MS0Jhg/_old  2022-06-17 21:23:34.502807931 +0200
+++ /var/tmp/diff_new_pack.MS0Jhg/_new  2022-06-17 21:23:34.506807932 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           calibre
-Version:        5.43.0
+Version:        5.44.0
 Release:        0
 Summary:        EBook Management Application
 License:        GPL-3.0-only
@@ -28,7 +28,7 @@
 Source2:        https://calibre-ebook.com/signatures/kovid.gpg#/%{name}.keyring
 Source3:        %{name}.desktop
 Source100:      %{name}-rpmlintrc
-# PATCH-FIX-OPENSUSE: disabling unrar test
+# PATCH-FIX-OPENSUSE: disabling unrar test, disable zeroconf test
 Patch1:         %{name}-python_test.patch
 # PATCH-FIX-OPENSUSE: install locale files the openSUSE way
 Patch2:         %{name}-setup.install.py.diff
@@ -337,6 +337,6 @@
 %{_datadir}/bash-completion/completions/%{name}*
 %{_datadir}/bash-completion/completions/*ebook*
 %{_datadir}/bash-completion/completions/lrf*
-%{python3_sitelib}/init_calibre.py
+%{python3_sitearch}/init_calibre.py
 
 %changelog

++++++ calibre-5.43.0.tar.xz -> calibre-5.44.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-5.43.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new.1548/calibre-5.44.0.tar.xz differ: char 
25, line 1

++++++ calibre-python_test.patch ++++++
--- /var/tmp/diff_new_pack.MS0Jhg/_old  2022-06-17 21:23:34.546807955 +0200
+++ /var/tmp/diff_new_pack.MS0Jhg/_new  2022-06-17 21:23:34.550807956 +0200
@@ -1,7 +1,7 @@
-Index: calibre-5.10.0/bypy/linux/__main__.py
+Index: calibre-5.44.0/bypy/linux/__main__.py
 ===================================================================
---- calibre-5.10.0.orig/bypy/linux/__main__.py
-+++ calibre-5.10.0/bypy/linux/__main__.py
+--- calibre-5.44.0.orig/bypy/linux/__main__.py
++++ calibre-5.44.0/bypy/linux/__main__.py
 @@ -36,7 +36,7 @@ qt_get_dll_path = partial(get_dll_path,
  
  def binary_includes():
@@ -11,11 +11,31 @@
  
          j(PREFIX, 'private', 'mozjpeg', 'bin', x) for x in ('jpegtran', 
'cjpeg')] + [
          ] + list(map(
-Index: calibre-5.10.0/src/calibre/test_build.py
+Index: calibre-5.44.0/src/calibre/test_build.py
 ===================================================================
---- calibre-5.10.0.orig/src/calibre/test_build.py
-+++ calibre-5.10.0/src/calibre/test_build.py
-@@ -369,9 +369,10 @@ class BuildTest(unittest.TestCase):
+--- calibre-5.44.0.orig/src/calibre/test_build.py
++++ calibre-5.44.0/src/calibre/test_build.py
+@@ -103,12 +103,13 @@ class BuildTest(unittest.TestCase):
+         from speechd.client import SSIPClient
+         del SSIPClient
+ 
+-    def test_zeroconf(self):
+-        import zeroconf as z, ifaddr
+-        from calibre.devices.smart_device_app.driver import 
monkeypatch_zeroconf
+-        monkeypatch_zeroconf()
+-        del z
+-        del ifaddr
++# Newest python-zeroconf in openSUSE rise up an error
++#    def test_zeroconf(self):
++#        import zeroconf as z, ifaddr
++#        from calibre.devices.smart_device_app.driver import 
monkeypatch_zeroconf
++#        monkeypatch_zeroconf()
++#        del z
++#        del ifaddr
+ 
+     def test_plugins(self):
+         exclusions = set()
+@@ -374,9 +375,10 @@ class BuildTest(unittest.TestCase):
          from calibre.gui2.win_file_dialogs import test
          test()
  

Reply via email to