Hello community, here is the log from the commit of package calibre for openSUSE:Factory checked in at 2011-12-31 17:19:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calibre (Old) and /work/SRC/openSUSE:Factory/.calibre.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calibre", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/calibre/calibre.changes 2011-10-25 15:48:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2011-12-31 17:19:12.000000000 +0100 @@ -1,0 +2,94 @@ +Mon Dec 26 22:13:24 UTC 2011 - [email protected] + +- updated to 0.8.32 +- New Features + - Linux: When deleting books, send them to the recycle bin, instead + of permanently deleting. This is the same behavior as on Windows and + OS X. + - Add a checkbox to allow users to disable the popup that asks if + books should be auto-converted before sending to device + - Drivers for Droid Razr, Samsung GT-I9003 and Bookeen Odyssey + Closes tickets: 906356 [External link] , 906056 [External link] , + 905862 [External link] + - Allow passing multiple filenames as command line arguments to + calibre, to add multiple books. Closes tickets: 907968 [External link] + +- Bug Fixes + - MOBI Output: Fix regression in 0.8.30 that caused the use of + hidden heading elements for the TOC to generate links in the wrong + place. + Closes tickets: 907156 [External link] + - EPUB Output: Ensure directories have the correct permissions bits + set when unzipping an epub with unzip on Unix + - Fix bottom most shortcuts in keyboard shortcuts for viewer not + editable + - EPUB Output: Fix handling of self closing <audio> tags. + Closes tickets: 906521 [External link] + - MOBI Input: Map invalid <o:p> tags to <p> tags before parsing, to + handle broken nesting. + Closes tickets: 905715 [External link] + - Conversion pipeline: HTML5 parsing: Fix handling of XML + namespaces. Fixes regression in 0.8.30 that caused some articles in + some news downloads to appear blank when viewed in Adobe Digital + Editions based readers + - Get Books: Gandalf store, fix price and cover detection + - EPUB Output: Fix the Flatten filenames option in EPUB Output + causing duplicated manifest ids in rare cases. + Closes tickets: 905692 [External link] + - When adding books via ISBN, show the user the list of invalid + ISBNs that will be ignored, if any, before starting the add operation. + Closes tickets: 905690 [External link] + - Fix unsmarten punctuation conversion option broken in 0.8.31. + Closes tickets: 905596 [External link] + - Fix broken evaluation of composite columns in save-to-disk + +------------------------------------------------------------------- +Tue Nov 15 07:50:19 UTC 2011 - [email protected] + +- updated to 0.8.26 + * New Features + . Tweak to control sorting of date type columns. You can choose + to have them sorted only by displayed fields + . Driver for the Trekstor 3.0 + . Performance improvements when evaluating templates, and in + particular general program mode templates + + * Bug Fixes + . ODT Input: When converting to EPUB improve handling of large + images placed inside small frames, to prevent them from obscuring text. + . Closes tickets: 860272, 884759 + . EPUB Input: Automatically strip entries of type application/text from + the spine. Apparently there are EPUB production tools out there that create them. + Closes tickets: 884792 + . Keep the startup splash screen visible until the GUI has fully completed initializing. + Closes tickets: 885827 + . ODT Input: Fix handling of span tags containing only whitespace. + Closes tickets: 887311 + . On windows when changing title or author via the main book list, handle the + case of one of the books files being open in another program more gracefully. + Closes tickets: 880585 + . When adding a format to an existing book record, ensure that no changes are + made to the database until after the file operations have succeeded. + . Fix bug that prevented configuring which fields to download metadata for when + adding books by ISBN + Closes tickets: 856076 + . Fix Japanese characters not being crrectly displayed on index pages in news + downloads for the SONY T1 + Closes tickets: 888029 + . Get Books: Fix booleans in search expressions not working in non-English + calibre versions + Closes tickets: 887554 + . Fix a bug in the support for hours/minutes/seconds in datetime format strings + Closes tickets: 887412 + . Treat an author_sort value of 'Unknown' the same way as unknown authors are + treated in template processing + . Detect SD card in Kobo Vox + . Amazon metadata download: Workaround for change in Amazon website causing + some books to have incorrect ratings downloaded + +New news sources + + Techtarget by Julio Map + + +------------------------------------------------------------------- Old: ---- calibre-0.8.23-nofonts.tar.bz2 New: ---- calibre-0.8.32-nofonts.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calibre.spec ++++++ --- /var/tmp/diff_new_pack.kGuJ0K/_old 2011-12-31 17:19:15.000000000 +0100 +++ /var/tmp/diff_new_pack.kGuJ0K/_new 2011-12-31 17:19:15.000000000 +0100 @@ -19,11 +19,11 @@ Summary: EBook Management Application Name: calibre -Version: 0.8.23 +Version: 0.8.32 Release: 1 Url: http://calibre-ebook.com Group: Productivity/Other -License: GPL3 +License: GPL-3.0 # Getting and modifying the sources #---------------------------------- # Do not use unmodified upstream sources, since they contain proprietary ++++++ calibre-0.8.23-nofonts.tar.bz2 -> calibre-0.8.32-nofonts.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/calibre/calibre-0.8.23-nofonts.tar.bz2 /work/SRC/openSUSE:Factory/.calibre.new/calibre-0.8.32-nofonts.tar.bz2 differ: char 11, line 1 ++++++ generate-tarball.sh ++++++ --- /var/tmp/diff_new_pack.kGuJ0K/_old 2011-12-31 17:19:15.000000000 +0100 +++ /var/tmp/diff_new_pack.kGuJ0K/_new 2011-12-31 17:19:15.000000000 +0100 @@ -22,7 +22,7 @@ echo -e "Downloads the latest source file for Calibre from" echo -e "http://status.calibre-ebook.com/dist/src" echo -e "Unpacks the sources to a temporary directory, removes" - echo -e "fonts (proprietary ons and Liberation) and repacks it" + echo -e "fonts (proprietary and Liberation) and repacks it" echo -e "to calibre-$VERSION-nofonts.tar.bz2 in $(pwd)" exit 1 } @@ -43,13 +43,14 @@ #----- cd $MYTEMP || exit_on_error "Error: Could not cd into $MYTEMP" -echo -n "Downloading ... " +echo -n "Downloading .... " wget -q http://status.calibre-ebook.com/dist/src echo "done" echo -n "Processing archive ... " +[ -e calibre-$VERSION.tar.gz ] || exit_on_error "Error: Calibre Archiv not found" tar -xzf calibre-$VERSION.tar.gz -rm -f calibre/resources/fonts/liberation/* -rm -f calibre/resources/fonts/prs500/* +[ -e calibre/resources/fonts/liberation ] && rm -f calibre/resources/fonts/liberation/* +[ -e calibre/resources/fonts/prs500 ] && rm -f calibre/resources/fonts/prs500/* echo "done" cd - > /dev/null echo -n "Creating new archive $(pwd)/calibre-$VERSION-nofonts.tar.bz2 ... " -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
