Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-11-02 16:45:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calibre (Old)
 and      /work/SRC/openSUSE:Factory/.calibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calibre"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2014-10-18 
09:10:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes     2014-11-02 
16:45:56.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Oct 26 13:53:14 UTC 2014 - [email protected]
+
+- Update to version 2.7.0:
+  * Support for new Kindle Voyage
+  * Redesign notifications
+  * Insert metadata as jacket page
+  * For details, see http://calibre-ebook.com/whats-new 
+- Started cleaning up of BuildRequires and Requires
+- Removed most shebangs reported by rpmlint
+
+-------------------------------------------------------------------

Old:
----
  calibre-2.6.0.tar.xz

New:
----
  calibre-2.7.0.tar.xz

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

Other differences:
------------------
++++++ calibre.spec ++++++
--- /var/tmp/diff_new_pack.0Y8DN2/_old  2014-11-02 16:45:57.000000000 +0100
+++ /var/tmp/diff_new_pack.0Y8DN2/_new  2014-11-02 16:45:57.000000000 +0100
@@ -22,7 +22,7 @@
 License:        GPL-3.0
 Group:          Productivity/Other
 Name:           calibre
-Version:        2.6.0
+Version:        2.7.0
 Release:        0
 Url:            http://calibre-ebook.com
 Source0:        
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz
@@ -35,12 +35,6 @@
 Patch3:         calibre-no-update.diff
 BuildRequires:  fdupes
 BuildRequires:  help2man
-BuildRequires:  libQt5Core-private-headers-devel
-BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  libQt5PlatformSupport-private-headers-devel
-BuildRequires:  libpodofo-devel
-BuildRequires:  libpoppler-qt5-devel >= 0.20.0
-BuildRequires:  python-devel >= 2.7.1
 BuildRequires:  update-desktop-files
 
 # A note on BuildRequires and Requires:
@@ -56,21 +50,22 @@
 # For those reasons put Requires also in the BuildRequires list below
 BuildRequires:  chmlib-devel >= 0.40
 BuildRequires:  dbus-1-python
-BuildRequires:  liberation-fonts
+BuildRequires:  libQt5Core-private-headers-devel
+BuildRequires:  libQt5Gui-private-headers-devel
+BuildRequires:  libQt5PlatformSupport-private-headers-devel
 BuildRequires:  libicu-devel >= 4.4
 BuildRequires:  libmtp-devel
-BuildRequires:  libqt4-devel >= 4.6.0
+BuildRequires:  libpodofo-devel >= 0.8.2
+BuildRequires:  libpoppler-devel >= 0.20.2
 BuildRequires:  libwmf-devel >= 0.2.8
-BuildRequires:  podofo >= 0.8.2
-BuildRequires:  poppler >= 0.12.0
 BuildRequires:  poppler-tools
-BuildRequires:  python >= 2.7.1
 BuildRequires:  python-apsw
 BuildRequires:  python-beautifulsoup >= 3.0.5
 BuildRequires:  python-cherrypy
 BuildRequires:  python-cssselect >= 0.7.1
 BuildRequires:  python-cssutils >= 0.9.9
 BuildRequires:  python-dateutil >= 1.4.1
+BuildRequires:  python-devel >= 2.7.1
 BuildRequires:  python-dnspython >= 1.6.0
 BuildRequires:  python-genshi
 BuildRequires:  python-imaging >= 1.1.6
@@ -81,7 +76,6 @@
 BuildRequires:  python-pypdf
 BuildRequires:  python-qt5-devel >= 5.3.1
 BuildRequires:  python-setuptools
-BuildRequires:  python-sip-devel >= 4.12.1
 BuildRequires:  sqlite3-devel
 BuildRequires:  xdg-utils >= 1.0.2
 BuildRequires:  pkgconfig(ImageMagick) >= 6.5.9
@@ -89,10 +83,8 @@
 Requires:       ImageMagick >= 6.5.9
 Requires:       chmlib >= 0.40
 Requires:       dbus-1-python
-Requires:       liberation-fonts
 Requires:       libicu >= 4.4
 Requires:       libmtp9
-Requires:       libqt4 >= 4.6.0
 Requires:       libwmf >= 0.2.8
 Requires:       podofo >= 0.8.2
 Requires:       poppler-tools
@@ -113,10 +105,8 @@
 Requires:       python-pypdf
 Requires:       python-qt5 >= 5.3.1
 Requires:       python-setuptools
-Requires:       python-sip >= 4.12.1
 Requires:       sqlite3
 Requires:       xdg-utils >= 1.0.2
-Recommends:     liberation-fonts
 Suggests:       python-Pillow
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -140,6 +130,18 @@
 # dos2unix newline conversion
 sed -i 's/\r//' src/calibre/web/feeds/recipes/*
 
+# remove shebangs
+sed -i -e '/^#!\//, 1d' src/calibre/*/*/*/*/*.py
+sed -i -e '/^#!\//, 1d' src/calibre/*/*/*/*.py
+sed -i -e '/^#!\//, 1d' src/calibre/*/*/*.py
+sed -i -e '/^#![ ]*\//, 1d' src/calibre/*/*.py
+sed -i -e '/^#!\//, 1d' src/calibre/*.py
+sed -i -e '/^#!\//, 1d' src/templite/*.py
+sed -i -e '/^#!\//, 1d' src/tinycss/*.py
+sed -i -e '/^#!\//, 1d' src/tinycss/*/*.py
+sed -i -e '/^#!\//, 1d' resources/default_tweaks.py
+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
 chmod -x recipes/*
@@ -158,9 +160,6 @@
 python setup.py build
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
-mkdir -p %{buildroot}%{_datadir}/qt4/translations/
-
 python setup.py install \
    --prefix=%{_prefix} \
    --root=%{buildroot} \

++++++ calibre-2.6.0.tar.xz -> calibre-2.7.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/calibre/calibre-2.6.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.7.0.tar.xz differ: char 27, 
line 1


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to