Hello community, here is the log from the commit of package calibre for openSUSE:Factory checked in at 2016-03-14 09:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-02-26 22:20:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2016-03-14 09:57:31.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 8 17:54:43 UTC 2016 - [email protected] + +- Add reproducible.patch and drop png timestamps to fix build compare + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calibre.spec ++++++ --- /var/tmp/diff_new_pack.5yfNmc/_old 2016-03-14 09:57:33.000000000 +0100 +++ /var/tmp/diff_new_pack.5yfNmc/_new 2016-03-14 09:57:33.000000000 +0100 @@ -29,6 +29,8 @@ Patch2: calibre-setup.install.py.diff # PATCH-FIX-OPENSUSE: disabling Autoupdate Searcher Patch3: calibre-no-update.diff +# PATCH-FIX-TO-UPSTREAM: use reproducible list order +Patch4: reproducible.patch BuildRequires: fdupes BuildRequires: help2man BuildRequires: hicolor-icon-theme @@ -130,6 +132,7 @@ %patch1 -p1 -b .no-update %patch2 -p1 %patch3 -p1 -b .no-update +%patch4 -p1 # dos2unix newline conversion sed -i 's/\r//' src/calibre/web/feeds/recipes/* @@ -178,7 +181,7 @@ for i in 24 32 48 64 128 256 512 do mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps - convert icons/calibre.png \ + convert -strip icons/calibre.png \ -resize ${i}x${i} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png done ++++++ reproducible.patch ++++++ --- calibre-2.52.0/src/calibre/linux.py.orig 2016-03-08 17:52:39.576917451 +0000 +++ calibre-2.52.0/src/calibre/linux.py 2016-03-08 17:52:49.552917451 +0000 @@ -553,7 +553,7 @@ '--exec-file':['py', 'recipe'], '--add-simple-plugin':['py'], '--inspect-mobi':['mobi', 'azw', 'azw3'], - '--viewer':list(available_input_formats()), + '--viewer':list(available_input_formats()).sort(), }) f.write(textwrap.dedent(''' _ebook_device_ls()
