Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2017-10-09 19:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Mon Oct  9 19:46:32 2017 rev:174 rq:532586 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2017-09-27 
16:55:08.152900918 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2017-10-09 
19:48:31.646776203 +0200
@@ -1,0 +2,34 @@
+Sun Oct  8 11:48:40 UTC 2017 - [email protected]
+
+- fix build error for Tumbleweed
+
+-------------------------------------------------------------------
+Sat Oct  7 23:51:57 UTC 2017 - [email protected]
+
+- Avoid running fdupes across partition boundaries.
+- Remove irrelevant parts from description.
+
+-------------------------------------------------------------------
+Sat Oct  7 09:28:21 UTC 2017 - [email protected]
+
+- update to 3.9.0
+  New Features
+  - Remove the Connect to iTunes function since Apple has removed 
+    that functionality from iTunes
+  - Kobo driver: Support for new firmware
+  - Allow changing the icons in yes/no columns via column icon 
+    rules.
+  - Quickview panel: Add a context menu with a "View" action to 
+    the book table.
+  - Make the elapsed time display in the jobs dialog more human 
+    friendly.
+  Bug Fixes
+  - EPUB Input: Fix styles in existing titlepage not being 
+    flattened when the titlepage is preserved during conversion.
+  - Fix conversion of grayscale JPEG-XR images not working
+  - Update the douban metadata download plugin to match changes to 
+    the website
+  - DOCX Output: Fix the preserve cover aspect ratio option not 
+    visible
+
+-------------------------------------------------------------------

Old:
----
  calibre-3.8.0.tar.xz

New:
----
  calibre-3.9.0.tar.xz

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.NsfJ4G/_old  2017-10-09 19:48:34.038671077 +0200
+++ /var/tmp/diff_new_pack.NsfJ4G/_new  2017-10-09 19:48:34.042670902 +0200
@@ -16,12 +16,12 @@
 #
 
 
+Name:           calibre
+Version:        3.9.0
+Release:        0
 Summary:        EBook Management Application
 License:        GPL-3.0
 Group:          Productivity/Other
-Name:           calibre
-Version:        3.8.0
-Release:        0
 Url:            http://calibre-ebook.com
 Source0:        
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
 Source2:        %{name}.desktop
@@ -151,10 +151,9 @@
 %description
 Calibre is an ebook library manager. It can view, convert and catalog
 ebooks in most of the major ebook formats. It can also talk to a few
-ebook reader devices. It can go out to the internet and fetch
-metadata for your books. It can download newspapers and convert them
-into ebooks for convenient reading. It is cross platform, running on
-Linux, Windows and OS X.
+ebook reader devices. It can go out on the Internet and fetch
+metadata for books. It can download newspapers and convert them
+into ebooks for convenient reading.
 
 %prep
 %setup -q
@@ -177,7 +176,7 @@
 sed -i -e '/^#!\//, 1d' resources/catalog/section_list_templates.py
 
 # remove the executable flag from files
-find src/calibre -name "*.py" -type f  | xargs chmod -x
+find src/calibre -name "*.py" -type f -exec chmod -x {} +
 chmod -x recipes/*.recipe
 
 # remove bundled beautifulsoup
@@ -185,6 +184,9 @@
 find "." -type f -name \*.py -exec \
     sed -e 's/calibre.ebooks.BeautifulSoup/BeautifulSoup/' -i {} +
 
+# rpmlint: wrong-script-interpreter /usr/bin/env python2
+find setup -type f  | xargs sed -i -e 's:#!/usr/bin/env 
python2:#!/usr/bin/python2:g'
+
 cp -v %{SOURCE2}  .
 
 %build
@@ -214,7 +216,7 @@
 
 %suse_update_desktop_file -i -n calibre Office Viewer
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 # packages aren't allowed to register mimetypes like this
 rm -f %{buildroot}%{_datadir}/applications/defaults.list
@@ -264,6 +266,6 @@
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/%{name}-gui.appdata.xml
 %{_datadir}/bash-completion/completions/%{name}
-/usr/lib/python2.7/site-packages/init_calibre.py
+%{python_sitelib}/init_calibre.py
 
 %changelog

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


Reply via email to