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

- Updated to 0.99.beta20.
  * Added dependency BuildRequires:autoconf >= 2.71.
  * Added %define _lto_cflags -flto=auto -ffat-lto-objects (fix arm).
  * 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/980946
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=66
This commit is contained in:
Илья Индиго 2022-06-06 05:22:56 +00:00 committed by Git OBS Bridge
parent b51e72fe86
commit 4e45be7927
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Sun Jun 5 00:57:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- Updated to 0.99.beta20.
* Added dependency BuildRequires:autoconf >= 2.71.
* Added %define _lto_cflags -flto=auto -ffat-lto-objects (fix arm).
* Removed obsolete patches:
* libcaca-variable-type.patch
* Bug1120502-add_cast_to_prevent_overflow.patch
@ -12,7 +13,7 @@ Sun Jun 5 00:57:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
* 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.
* 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>

View File

@ -130,12 +130,12 @@ drawing, triangle filling and sprite blitting.
%prep
%setup -q
%patch1
%patch2
%patch4
%patch5
%patch7
%patch9
%patch1
%patch10 -p1
%patch100 -p1
RUBY="ruby-`echo %{rb_ver} | sed 's|\.[^\.]*$||'`"
@ -146,6 +146,7 @@ for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/pyth
popd
%build
%define _lto_cflags -flto=auto -ffat-lto-objects
autoreconf -fvi
export CFLAGS="$CFLAGS %{optflags} -I../caca/"
export CXXFLAGS="$CXXFLAGS %{optflags}"