Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libzbar0-debuginfo-0.23.93-slfo.1.1.3 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: libzbar0-debuginfo Distribution: SUSE Linux Framework One
Version: 0.23.93 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Sat Jun 15 01:55:25 2024
Group: Development/Debug Build host: h01-armsrv1
Size: 868350 Source RPM: zbar-0.23.93-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/mchehab/zbar
Summary: Debug information for package libzbar0
This package provides debug information for package libzbar0.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

LGPL-2.0-or-later

Changelog

* Thu Jan 25 2024 mpluskal@suse.com
  - Fix building for Leap
* Mon Jan 22 2024 mvetter@suse.com
  - Update to 0.23.93:
    * Set a better dpi resolution when parsing PDF files
    * Fix memory recycle bug of empty symbols
    * Fix compilation with python 3.11 and 3.12
    * CVE-2023-40889: Fix array out-of-bounds access
    * Stop ignoring non-binary entries that follow binary ones
    * Increase allocated buffer memory for symbols
    * barcodetest.py: fix error code print logic
    * convert: Crash fixing while using camera
    * Add some pod information for additional functions
    * perl skip more tests if DISPLAY not set and set prereqs in Makefile.PL
    * Fixes rt.cpan.org 122061 - test fails when DISPLAY not set
    * Update Barcode::ZBar
    * isaac: ensure proper order of parsing expression
    * Enforce x11 backend even on wayland
    * zbarimg: add the --polygon option
    * xml output: Add polygon containing code bar.
    * configure.ac: drop support for Qt4 and prepare for Qt6 support
    * win: fix compiling error in Visual studio
    * Enforce a coding style
    * configure.ac: fix some issues with gtk parameter
    * zbargtk: fix version check macros
    * zbar: Address some header issues
    * zbar, test: fix compilation issues with FreeBSD
    * zbar: Function stdcall declaration issue.
    * symbol: make it compatible with MSC
    * zbar: change the code to make it c90 standard compatible
    * test: fix decode test
  - Drop upstreamed patches:
    * zbar-CVE-2023-40889.patch
    * zbar-CVE-2023-40890.patch
    * py311.patch
  - Add patch to fix build see gh#mchehab/zbar#277:
    * zbar-configure.patch
    * zbar-pkgconfig.patch
* Wed Dec 13 2023 mvetter@suse.com
  - security update:
    * CVE-2023-40889 [bsc#1214770]
      Fix heap based buffer overflow in qr_reader_match_centers()
      + zbar-CVE-2023-40889.patch
    * CVE-2023-40890 [bsc#1214771]
      Fix stack based buffer overflow in lookup_sequence()
      + zbar-CVE-2023-40890.patch
* Tue Jun 20 2023 mpluskal@suse.com
  - Modernise spec file
  - Split lang subpackage
* Fri Apr 28 2023 dmueller@suse.com
  - add py311.patch to fix build against python 3.11
* Mon Dec 19 2022 pgajdos@suse.com
  - ImageMagick instead of GraphicsMagick
* Wed Feb 17 2021 aloisio@gmx.com
  - Update to version 0.23.90
    * Fixed several issues with configure.ac, making it auto-detect
      most things, when possible
    * Fixed some build issues
    * Make it compatible with Python 3.9
    * Fixed some Python 3.9 and Qt5 warnings
    * Typo fixes
    * Several fixes at zbarcam
    * zbarimg: fix stderr output when symbols are found
  - Drop 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch and
    0002-get-rid-of-gettext_h.patch (merged upstream)
  - Enable python3 module
* Thu Jan 21 2021 aloisio@gmx.com
  - Apply patch0 unconditionally and fix build on Leap
* Wed Nov 18 2020 jgwang@suse.com
  - Update to version 0.23.1
    * Add i18n translation support and add a pt_BR translation
    * Change default to autodetect python and gtk versions
    * Some documentation updates
    * Add support for binary data extraction
    * Add support for raw decoding without charset conversions
    * Add one shot scanning mode
    * Fix help messages
    * Fix some makefile issues
    * Fix error detection in video4linux read
    * Fix pkgconfig for zbar-qt5
    * Fix a double-free condition
  - Add 0002-get-rid-of-gettext_h.patch
* Sun Oct 20 2019 stefan.bruens@rwth-aachen.de
  - Remove references to Qt4 from zbar-qt pkgconfig file (#62),
    add 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch
* Sat Jul 06 2019 stefan.bruens@rwth-aachen.de
  - Update to version 0.23:
    * Support for Gtk3 (backward support with Gtk2 will be maintained.
    * Support for Python 3 (backward support with Python2 will be maintained);
    * Support for ZBar Gtk GObject Introspection (GIR). That allows using ZBar
      Gtk3 widgets on any language that it is compatible with GIR, including
      python 2 and python 3.
  - Switch from ImageMagick to GraphicsMagick, the latter has significantly
    less build dependencies. As it is only used by the zbarimg tool to
    load images, this does not affect users of the zbar library.
  - Update URL tag to point to the current upstream location
* Thu Mar 28 2019 mpluskal@suse.com
  - Update to version 0.22:
    * zbarcam-qt: allow changing resolutions in real time
    * zbarcam-qt: better support ZBar options
    * zbarcam-qt: do several visual improvements
    * zbarcam-qt: make it remember the geometry
    * zbarcam-qt: allow show/hide control and options bars
    * zbarcam-qt: remember lastly used settings and camera controls
    * zbarcam-qt: allow changing ZBar decode options via GUI
    * Add API to allow get/set resolutions
    * img_scanner: add handler for color-inverted codes
    * img_scanner: fix get_config parameter validation
    * scan_video: improve logic to remove duplicated/invalid devnodes
    * symbol.c: fix symbol hash logic (prevents crash with QR options)
    * configure.ac: fix an error at libv4l2 package check
    * fix some typos
    * exit gracefully when decoding split QR codes
* Fri Mar 08 2019 olaf@aepfle.de
  - Use gcc7 in SLE_12
* Fri Feb 15 2019 mpluskal@suse.com
  - Update to version 0.21:
    * zbarcam-qt: allow selecting codes via GUI interface
    * When both enabled, ISBN-13 has precedence over ISBN-10
    * ZBar is now using Travis CI for continuous integration tests
    * Convert INSTALL and README to markdown and update them
    * Improve ZBar testing code and make easier to run the tests
    * Fix build with Clang
    * Add simple dbus IPC API to zbarcam.
    * zbarimg: display only the compiled symbologies
    * v4l2: make ZBar build and run on Kernels < 3.16
    * configure.ac: The pdf417 code is incomplete. Warn about that
    * Add Debian packaging and Travis CI configuration
    * Add barcode examples for different supported symbologies
    * Several improvements at the building system
    * Add support for SQ code symbology
    * v4l2: add fallback for systems without v4l2_ext_controls which field
    * v4l2: use device_caps instead of capabilities
    * v4l2: make v4l2_request_buffers() more generic
    * release video buffers after probing and request them again when needed
    * Ignore ENOTTY errors when calling VIDIOC_S_CROP
    * doc/Makefile.am.inc: clean html generated files
    * Add --disable-doc configure option to disable building docs
    * Fix function protoype to be compatible with recent libjpeg
    * Wrap logical not operations into parentheses
    * INSTALL: warn that autoconf should be called before configure
    * code128: fix error logic
    * convert: ensure that it will not use a freed value
    * zbar: use g_thread_new() instead of g_tread_create()
    * zbargtk: add a missing break
    * gtk/zbargtk: add a missing check if zbar->window is not null
  - Remove accidentaly introduced build dependency on python2
  - We no longer need to generate configure
  - Make building more verbose
* Wed Jan 23 2019 info@paolostivanin.com
  - Update Zbar to v0.20.1
    * switch from the old abandoned codebase to the new codebase
      maintained by linuxtv.org
    * improved v4l2 support
    * compatible with Qt5
    * various fixes
  - Removed fix_build.patch
  - Removed fix-gcc5.patch
  - Removed zbar-Qt5.patch
  - Removed fix-gcc8.patch
* Tue Apr 10 2018 mliska@suse.cz
  - Add fix-gcc8.patch (boo#1088885).
* Wed Nov 01 2017 mpluskal@suse.com
  - Drop python bindings and gtk support
  - Cleanup with spec-cleaner
* Sat Aug 05 2017 aloisio@gmx.com
  - Added zbar-Qt5.patch to build against Qt5
* Fri Feb 03 2017 jengelh@inai.de
  - Compact and update descriptions
* Fri Feb 03 2017 dimstar@opensuse.org
  - Properly packaeg %_defaultdocdir: new rpm versions no longer
    implicitly add this to the packages.
* Fri Jul 01 2016 dimstar@opensuse.org
  - Add baselibs.conf (boo#987287).
* Tue Jun 14 2016 jengelh@inai.de
  - Ensure SONAME symlinks stay with the library
* Thu Jun 09 2016 dimstar@opensuse.org
  - Add update.sh to the source list.
* Wed Jun 08 2016 dimstar@opensuse.org
  - Cleanup specfile for inclusion into openSUSE:
    + Use upstream provided tarball.
    + The devel packages follow the library basename, not the shared
      library packaging name (not parallel installable).
    + Groups for SLPP packages is System/Libraries.
    + The various devel-packages are auto-depending on each other
      based on the .pc files.
    + Move autoreconf call to build phase.
    + Pass --disable-static to configure instead of deleting the
      static libs in the end again.
* Thu Feb 28 2013 opensuse@dstoecker.de
  - update to current mercurial code
* Mon Aug 06 2012 opensuse@dstoecker.de
  - fix build, update to recent mercurial revision from 2012-08-06
* Sat Nov 19 2011 opensuse@dstoecker.de
  - fix build for openSUSE 12.1 (update to Mercurial version from 2011-11-19)
* Fri Apr 02 2010 cgoncalves@opensuse.org
  - initial package (version 0.10)

Files

/usr/lib/debug
/usr/lib/debug/.build-id
/usr/lib/debug/.build-id/9a
/usr/lib/debug/.build-id/9a/b3786dcae1841e208a0916e0684f40aef531e1
/usr/lib/debug/.build-id/9a/b3786dcae1841e208a0916e0684f40aef531e1.debug
/usr/lib/debug/usr
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/libzbar.so.0.3.0.debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:25:40 2024