Package Release Info

libgxps-0.3.2+5-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgxps-devel
libgxps-tools
typelib-1_0-GXPS-0_1

Change Logs

* Thu Oct 12 2023 bjorn.lie@gmail.com
- Update to version 0.3.2+5:
  + DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
  + images:
  - For jpeg images try to get the image resolution from exif
    first
  - Add support for jpeg images with CMYK color space
  + Fix compiler warnings
  + Fix meson warnings
- Switch to git checkout via source service, use explicit commit.
- Use ldconfig_scriptlets macro for post(un) handling.
- Update URL to new home.
- Drop no longer needed libgxps-rpmlintrc.
* Sat Feb 27 2021 dimstar@opensuse.org
- Update to version 0.3.2:
  + New features: Add support to wdp images on Windows using
    WIC API.
  + Bug fixes: Fix a crash in tools when the surface is NULL on
    conversion end.
  + Build:
  - Improve dependency check on Windows.
  - Don't assume that cross builds can't generate gir.
* Sat Jan 05 2019 bjorn.lie@gmail.com
- Update to version 0.3.1:
  + Fix font scaling when converting xps to pdf.
  + Handle errors returned by archive_read_data in GXPSArchive.
  + Ensure gxps_archive_read_entry() fills the GError in case of
    failure.
  + Make the pdf generated by xpstopdf to be 96 dpi.
  + Fix OUTPUT FILE description in man pages.
  + Clear the GError before trying to load an image again in
    gxps_images_get_image().
  + Fix integer overflow in png decoder.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Aug 26 2017 jengelh@inai.de
- Fix RPM groups and summaries.
* Tue Aug 15 2017 zaitor@opensuse.org
- Update to version 0.3.0:
  + New features:
  - Add initial support for resource dictionaries (bgo#777731).
  - Support OpenXPS fixed representation schema (bgo#768117).
  + Bug fixes: Fix a crash when extracting a malformed file
    (bgo#785479).
  + Build: Switch to meson build system (bgo#783642).
- Add meson BuildRequires and switch autotools macros configure,
  make and makeinstall to meson, meson_build and meson_install
  following upstream switch to Meson build system.
- Add gtk-doc BuildRequires, needed to build documentation, also
  build manpages.
- Add libgxps-rpmlintrc: Filter out bogus rpmlint warning about
  libgxps-tools not containing any libs.
- Run spec-cleaner, modernize spec.
* Sun Feb 26 2017 zaitor@opensuse.org
- Update to version 0.2.5:
  + Fix handling of internal documents paths to ensure we always
    use "/" instead of the system path separator (bgo#777894).
  + Improve performance when querying archive entries by using a
    hash set instead of a GList (bgo#777272).
  + Improve performance when querying documents in archive by using
    a GPtrArray instead of a GList (bgo#777269).
  + Fix a user after free in tools.
  + Fix several memory leaks.
  + Fix potential NULL pointer dereference found by coverity
    (bgo#776323).
  + Add a missing break in switch statement found by coverity
    (bgo#776323).
  + Fix uninitialised variables found by coverity (bgo#776323).
  + Fix several compile warnings.
  + Remove wrong return from print_token() that is void
    (bgo#772296).
  + Fix GObject introspection build (bgo#775637).
  + Build: Add support for building with Visual studio
    (bgo#771057).
* Mon Jun 20 2016 zaitor@opensuse.org
- Update to version 0.2.4:
  + Fix the build with GCC >= 6 when tests are enabled.
  + Fix non-literal format string warning for clang (bgo#760177).
  + Correctly show translated messages for command line tools on
    some locales (bgo#760437).
* Fri Sep 04 2015 zaitor@opensuse.org
- Update to version 0.2.3.2:
  + Follow up release to fix the build in some cases due to libm
    undefined symbols.
* Sat Aug 15 2015 zaitor@opensuse.org
- Update to version 0.2.3.1:
  + This is a follow up release to fix the build in some cases due
    to libpng undefined symbols.