Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2019-10-08 19:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Tue Oct  8 19:59:52 2019 rev:217 rq:736079 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2019-09-13 
15:04:38.953265271 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new.2352/calibre.changes        
2019-10-08 19:59:54.471842354 +0200
@@ -1,0 +2,71 @@
+Tue Oct  8 11:19:55 UTC 2019 - [email protected]
+
+- Update to 4.1.0
+  New features
+  - Viewer: Add an option to have a scrollbar (under Scrolling in
+    the viewer preferences)
+  - Viewer: Allow showing the 'position in book', as was displayed
+    in the top left of the viewer in calibre 3, in the header or
+    footer of the viewer.
+  - Viewer: Add options to control scrolling using the mouse in
+    paged mode.
+  - Viewer: Allow copying images by right clicking on them.
+  - Viewer: Add a preference under Miscellaneous to allow only
+    a single instance of the viewer
+  - Viewer: Add keyboard shortcuts to toggle between paged mode and
+    flow mode and to quit
+  - Content server: Make the book size useable in custom book list
+    templates.
+  - Edit metadata: Use a border rather than background color to 
+    indicate correct title and author sort values.
+     Works better with dark themes.
+  - Kobo driver: Support for new firmware
+  Bug fixes
+  - Viewer: Fix a couple of bugs in flow mode. Scrolling to anchors
+    was not working and remembering last read position was not
+    working
+  - Viewer: Fix text after comments not being rendered. Note that
+    the book has to be reloaded if already viewed for the fix 
+    to apply.
+  - Viewer: Fix loading progress screen sometimes getting stuck if
+    changing pages rapidly.
+  - Viewer: Fix failing to open books if path to cache contains
+    symbolic links.
+  - Viewer: When restoring from fullscreen go back to maximized
+    state if window was maximized when entering full screen.
+  - Viewer: Fix shortcut changes not being applied after pressing
+    OK if shortcut list is closed by pressing Esc.
+  - Fix a regression that broke reading metadata from ODT files
+    that do not have keywords.
+  - PDF Output: Fix a bug that prevented the first style property
+    in the header or footer template from being applied
+  - PDF Output: Fix error with a few embedded TTF fonts.
+  - Edit book: Font manager: Fix removing embedded font failing
+    if @font-face rule has no src.
+  - Viewer: Hide the browser provided scrollbar that flashes
+    momentarily on page load.
+  - Viewer: Fix clicking on margins causing keyboard shortcuts to
+    not work until the main text is clicked on again
+  - Comments editor: Workaround for Qt converting ids into anchors
+  - Possible workaround for some windows machines where the viewer
+    is getting access denied errors while renaming a directory
+  - Viewer: When there is empty text for an header footer section
+    render it as blank instead of moving the remaining sections to
+    the left
+  Improved news sources
+  - Fortune Magazine
+
+-------------------------------------------------------------------
+Sat Oct  5 11:15:30 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to 4.0.0
+  New Features
+  - For details on the major changes in calibre between 3.0 and
+    4.0, see https://calibre-ebook.com/new-in/thirteen
+  - A completely re-written E-book viewer with an emphasis on
+    presenting the book text, distraction free
+- Add BuildRequires on hunspell
+- Add BuildRequires and Requires on new dependency:
+  python-qtwebengine-qt5
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.J1HXgY/_old  2019-10-08 19:59:57.251835115 +0200
+++ /var/tmp/diff_new_pack.J1HXgY/_new  2019-10-08 19:59:57.287835022 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           calibre
-Version:        3.48.0
+Version:        4.1.0
 Release:        0
 Summary:        EBook Management Application
 License:        GPL-3.0-only
@@ -50,9 +50,9 @@
 # For those reasons put Requires also in the BuildRequires list below
 BuildRequires:  chmlib-devel >= 0.40
 BuildRequires:  dbus-1-python >= 1.2.0
-BuildRequires:  libQt5Core-private-headers-devel >= 5.3.2
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.3.2
-BuildRequires:  libQt5PlatformSupport-private-headers-devel >= 5.3.2
+BuildRequires:  libQt5Core-private-headers-devel >= 5.13.0
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.13.0
+BuildRequires:  libQt5PlatformSupport-private-headers-devel >= 5.13.0
 BuildRequires:  liberation-fonts
 BuildRequires:  libicu-devel >= 4.4.0
 BuildRequires:  libmtp-devel >= 1.1.5
@@ -65,6 +65,8 @@
 BuildRequires:  poppler-tools >= 0.20.2
 BuildRequires:  python >= 2.7.9
 BuildRequires:  python-Pillow >= 3.2.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.13.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.13.0
 # upstream use python-Pygments 2.3.1
 BuildRequires:  python-Pygments >= 2.1.3
 # upstream use python-apsw 3.27.1
@@ -88,7 +90,7 @@
 BuildRequires:  python-netifaces >= 0.10.5
 BuildRequires:  python-odfpy
 BuildRequires:  python-psutil >= 4.3.0
-BuildRequires:  python-qt5-devel >= 5.3.1
+BuildRequires:  python-qt5-devel >= 5.13.0
 # upstream use python-regex 2018.07.11
 BuildRequires:  python-regex >= 2017.05.26
 BuildRequires:  python-setuptools >= 23.1.0
@@ -100,6 +102,8 @@
 # upstream use python-html2text 2018.1.9
 BuildRequires:  python-html2text >= 2016.9.19
 BuildRequires:  python-pycrypto >= 2.6.1
+# Need at buildtime too, to produce the bash completion
+BuildRequires:  python-qtwebengine-qt5 >= 5.13.0
 BuildRequires:  python-six >= 1.10.0
 BuildRequires:  python-soupsieve >= 1.8
 #BuildRequires:  python-unrardll >= 0.1.3
@@ -107,6 +111,7 @@
 #
 BuildRequires:  sqlite3-devel
 BuildRequires:  xdg-utils >= 1.0.2
+BuildRequires:  pkgconfig(hunspell)
 # calibre no longer depends on ImageMagick
 # but keept BuildRequires to convert icon to serveral sizes
 BuildRequires:  pkgconfig(ImageMagick) >= 6.5.9
@@ -137,7 +142,8 @@
 Requires:       python-netifaces >= 0.10.5
 Requires:       python-odfpy
 Requires:       python-psutil >= 4.3.0
-Requires:       python-qt5 >= 5.3.1
+Requires:       python-qt5 >= 5.13.0
+Requires:       python-qtwebengine-qt5 >= 5.13.0
 Requires:       python-regex >= 2017.05.26
 Requires:       python-setuptools >= 23.1.0
 Requires:       python-sip >= 4.12.1
@@ -153,10 +159,6 @@
 #
 Requires:       sqlite3
 Requires:       xdg-utils >= 1.0.2
-%requires_eq    libQt5Core5
-%requires_eq    libQt5Gui5
-%requires_eq    python-qt5
-%requires_eq    python-sip
 Requires(pretrans): findutils
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ calibre-3.48.0.tar.xz -> calibre-4.1.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-3.48.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new.2352/calibre-4.1.0.tar.xz differ: char 
25, line 1



Reply via email to