Package Release Info

qrencode-4.1.1-150000.3.3.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-853
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

qrencode

Change Logs

* Thu Oct 15 2020 dmueller@suse.com
- update to 4.1.1 (jsc#PED-7296):
  * Some minor bugs in Micro QR Code generation have been fixed.
  * The data capacity calculations are now correct. These bugs probably did not
    affect the Micro QR Code generation.
* Sat Sep 12 2020 dmueller@suse.com
- update to 4.1.0:
  * Command line tool "qrencode" has been improved:
  * New option "--inline" has been added. (Thanks to @jp-bennett)
  * New option "--strict-version" has been added.
  * UTF8 mode now supports ANSI256 color. (Thanks to András Veres-
    Szentkirályi)
  * Micro QR Code no longer requires to specify the version number.
  * 'make check' allows to run the test programs. (Thanks to Jan Tojnar)
  * Some compile time warnings have been fixed.
  * Various CMake support improvements. (Thanks to @mgorny and @sdf5)
  * Some minor bug fixes. (Thanks to Lonnie Abelbeck and Frédéric Wang)
  * Some documentation/manpage improvements. (Thanks to Dan Jacobson)
  * Some performance improvements. (Thanks to @4061N and Mika Lindqvist)
- remove qrencode-fix-installation.patch (upstream)
* Fri Sep 06 2019 aloisio@gmx.com
- Update to version 4.0.2
  * Build script fixes. (Thanks to @mgorny)
  version 4.0.1
  * CMake support improved.
  * New test scripts have been added.
  * Some compile time warnings have been fixed.
- Refreshed qrencode-fix-installation.patch
* Wed Jan 24 2018 christophe@krop.fr
- Update to 4.0.0
  * EPS output now supports foreground and background color
  * XPM and PNG32 support added
  * CMake support added
  * Various bugs and performance fixes
- Add qrencode-fix-installation.patch. Fixes installation for x86_64
  targets.
* Tue Jul 18 2017 tchvatal@suse.com
- Switch to github as an url so people can see the progress
  * web is not really up-to-date
- Remove compat support for sle11
* Fri Oct 03 2014 cgiboudeaux@gmx.com
- Update to 3.4.4
  * Bugfix release. See the changelog file for the list of changes.
  * New option "--verbose" has been added to the command line tool.
* Thu Sep 11 2014 hrvoje.senjan@gmail.com
- Add baselibs.conf, needed for kdebase4-workspace-libs-32bit
* Sat Nov 16 2013 asterios.dramis@gmail.com
- Update to 3.4.3:
  * New option "--rle" has been added to the command line tool.
  * Bug fixes in the library and command line tool.
* Fri Jul 26 2013 asterios.dramis@gmail.com
- Update to 3.4.2:
  * Memory leak bug has been fixed.
  * Micro QR Code encoding bug has been fixed.
  * String splitting has been improved.
- Removed qrencode-libpng16.patch (fixed upstream).
* Fri Feb 15 2013 pgajdos@suse.com
- build also against libpng16
  * libpng16.patch
* Sun Nov 25 2012 cgiboudeaux@gmx.com
- Fix the SLES build:
  * Replace 'pkgconfig(libpng)'
  * Replace %make_install
  * BuildRequires: pkg-config
* Thu Nov 08 2012 cgiboudeaux@gmx.com
- Update to 3.4.1
  * A bug that mutual exclusion was not performed has been fixed
  * Colored QR Code support
  * SVG, UTF8, and ANSIUTF8 output supports have been added to the command line tool.
* Tue Oct 16 2012 fcrozat@suse.com
- Remove buildrequires on libSDL-devel, only required when running
  autoreconf, which is not needed at all now.
* Fri Sep 21 2012 fcrozat@suse.com
- Update to 3.3.1:
  + various bug fixes in cli, manual, configure and libtool files.
- Changes from 3.3.0:
  +  EPS, ANSI, and ASCII text output supports have been added.
  +  QRcode_APIVersion() and QRcode_APIVersionString() have been
    added.
- Changes from 3.2.1:
  + bug fixes in configure/libtool.
* Sat Apr 14 2012 dmueller@suse.com
- fix build with older distros
* Sun Jan 01 2012 cgiboudeaux@gmx.com
- Update to 3.2.0
  * Fixed a bug in mask evaluation function.
  * Micro QR Code support is now marked as "experimental" explicitly.
  * Build system fixes
  * Changes over 3.1.1. See the Changelog file
* Wed Nov 23 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Sun May 08 2011 cgiboudeaux@gmx.com
- Add qrencode