Accepting request 980830 from home:13ilya:branches:multimedia:libs

- Updated to 0.99.beta20.
  * Added dependency BuildRequires:autoconf >= 2.71.
  * Removed obsolete patches:
    * libcaca-variable-type.patch
    * Bug1120502-add_cast_to_prevent_overflow.patch
    * Bug1143286_libcaca_configure_ac_chg_for_lto.patch
    * libcaca-bsc1182731-prevent-overflow.patch
    * bsc1184751-add-space-for-NUL-byte.patch
  * Added IPv6 support in cacaserver.
  * Fixed a bug from 2004 that caused PDF documentation generation to fail.
  * Fixed memory allocation functions are now more robust.
  * Fixed numerous fixes for memory leaks and invalid memory accesses.

OBS-URL: https://build.opensuse.org/request/show/980830
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=65
This commit is contained in:
Илья Индиго 2022-06-05 01:27:36 +00:00 committed by Git OBS Bridge
parent 3244c558e5
commit b51e72fe86
2 changed files with 13 additions and 10 deletions

View File

@ -1,16 +1,18 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 5 00:57:03 UTC 2022 - Dirk Müller <dmueller@suse.com> Sun Jun 5 00:57:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.99.beta20: - Updated to 0.99.beta20.
* IPv6 support in cacaserver * Added dependency BuildRequires:autoconf >= 2.71.
* fixed a bug from 2004 that caused PDF documentation generation to fail * Removed obsolete patches:
* memory allocation functions are now more robust * libcaca-variable-type.patch
* numerous fixes for memory leaks and invalid memory accesses * Bug1120502-add_cast_to_prevent_overflow.patch
- drop bsc1184751-add-space-for-NUL-byte.patch, * Bug1143286_libcaca_configure_ac_chg_for_lto.patch
Bug1120502-add_cast_to_prevent_overflow.patch, * libcaca-bsc1182731-prevent-overflow.patch
Bug1143286_libcaca_configure_ac_chg_for_lto.patch, * bsc1184751-add-space-for-NUL-byte.patch
libcaca-bsc1182731-prevent-overflow.patch, * Added IPv6 support in cacaserver.
libcaca-variable-type.patch: obsolete * Fixed a bug from 2004 that caused PDF documentation generation to fail.
* Fixed memory allocation functions are now more robust.
* Fixed numerous fixes for memory leaks and invalid memory accesses.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 14 13:36:16 UTC 2022 - Josef Möllers <josef.moellers@suse.com> Mon Mar 14 13:36:16 UTC 2022 - Josef Möllers <josef.moellers@suse.com>

View File

@ -34,6 +34,7 @@ Patch9: caca-no-build-date.patch
Patch10: libcaca-ncurses6.patch Patch10: libcaca-ncurses6.patch
# PATCH-FIX-UPSTREAM correctly-handle-zero-width-or-height-images.patch bsc#1197028 # PATCH-FIX-UPSTREAM correctly-handle-zero-width-or-height-images.patch bsc#1197028
Patch100: bsc1197028-correctly-handle-zero-width-or-height-images.patch Patch100: bsc1197028-correctly-handle-zero-width-or-height-images.patch
BuildRequires: autoconf >= 2.71
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: freeglut-devel BuildRequires: freeglut-devel