Package Release Info

mcomix-2.1.0-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mcomix

Change Logs

* Mon Dec 26 2022 Andrea Manzini <andrea.manzini@suse.com>
- fix wrong attributes in original archived source
* Sat Dec 24 2022 Andrea Manzini <andrea.manzini@suse.com>
- Update to 2.1.0:
  * Fixed byte/unicode error in library search text field.
  * Fixed DPI detection for PDFs which cannot be decoded using UTF-8.
  * Fixed magnifying lens errors when image was rotated
* Tue Jun 28 2022 Giacomo Comes <gcomes.obs@gmail.com>
- add Requires: typelib-1_0-Gtk-3_0
  * fix boo#1200948
* Thu Jun 02 2022 Giacomo Comes <gcomes.obs@gmail.com>
- spec file cleanup
- add BuildRequires: gobject-introspection
- replace Requires: python3-gobject with Requires: python3-gobject-Gdk
* Mon May 30 2022 Giacomo Comes <gcomes.obs@gmail.com>
- Update to 2.0.2:
  * Fixed bytes/unicode error in library 'Add collection' dialog.
  * Fixed missing localization and image resources after calling
    "setup.py install"
  * Fixed bytes/unicode error in unrar executable extraction handler.
  * Fixed one more instance of incorrect color conversion from preferences.
- Update to 2.0.1:
  * Fixed conversion of unexpected color values from stored preferences.
  * Fixed error trying to display page file size within archives where
    members have not been extracted yet.
  * Fixed bytes/unicode error in the library 'Add Book' dialog.
  * Fixed endless password popup when library fails to genrate thumbnail
    for password-protected archive.
  * Handle error when thumbnail metadata Thumb::MTime is a floating point
    number.
  * Fixed alphanumeric sort for names with mismatched text/number patterns.
  * Fixed unicode/bytes error in "Save as" dialog, as well as errors
    when saving double-page images.
- Update to 2.0.0:
  * MComix now requires Python 3, GTK+ 3, PyGObject, and PyCairo.
  * Animated image formats are now supported.
  * Supported image formats are now a combination of formats supported by
    GDK/Pixbuf and Pillow formats.
Version: 1.2.1-bp150.2.4
* Sun Jul 16 2017 sleep_walker@opensuse.org
- clean the spec with spec-cleaner
* Wed Aug 03 2016 sleep_walker@opensuse.org
- bump to 1.2.1
  for list of changes check ChangeLog file
* Tue Nov 10 2015 tiwai@suse.de
- Add missing dependency on python-setuptools
* Mon Nov 02 2015 sleep_walker@opensuse.org
- localization was not part of package - fix it
* Mon Nov 02 2015 sleep_walker@opensuse.org
- bump to 1.01
  - Keyboard shortcuts can now be edited from MComix' preference dialog
    in a new tab "Shortcuts". (by Valentin Gologuzov)
    Please not that the arrow keys, Backspace and Escape cannot be bound
    to actions right now, unless you're manually editing the config file.
  - During database upgrade, MComix did not consider that books in the
    "Last read" database might no longer exist, leading to program crash.
    This has been fixed.
  - Adding a collection with a numeric name to the library made the library
    unusable. This has been fixed.
  - Fixed win32 builds missing the 'calendar' module.
  - Fixed bookmarks not being displayed in the Ubuntu Unity global menu.
  - Fixed 'Continue reading' not working when files are opened from
    the command line (by Boris Bogar).
  - Improved page extraction and caching algorithm, leading to much better
    responsiveness, especially for viewing large archives. (by Benoit Pierre)
  - MComix will now always hide the mouse cursor after a period of
    inactivity, even when not in fullscreen mode. (by Benoit Pierre)
  - The ALT+Left and ALT+Right keys will now either advance one page,
    or go back one page, depending on the user being in manga mode.
  - CTRL plus mouse wheel will now zoom in/out one level.
  - Manual zooming will now use a logarithmic scale instead of a linear
    spline.
  - The library will now use natural sorting for "Sort by name" and
    "Sort by path" instead of alphanumeric sorting, bringing it in line
    with most other sorting done by MComix.
  - Adding a book to a collection with the same book already existing
    in another collection did not immediately show the book in the
    library main view when the new collection was already selected.
  - MComix can now use the '7z' executable to read .tar.xz and .tar.lzma
    archives.
  - ZIP archives using BZIP2 compression will now fall back to external
    unzip/7z instead of failing (by Awad Mackie).
  - MComix can now read PDF files using tools provided by mupdf,
    namely mutool and mudraw. (by Benoit Pierre)
  - MComix will now use the current GTK theme's icons for
    Next/Previous buttons.
  - Added AppData meta information for software repositories.
  - Updated traditional Chinese translation (by Wayne Su).
* Thu Jul 24 2014 sleep_walker@suse.cz
- remove windows-fix.patch as it is not needed after update of
  python-setuptools
* Thu Jul 24 2014 sleep_walker@suse.cz
- let there be mcomix!
- add windows-fix.patch as python-setuptools doesn't take it correctly
  otherwise