Sync from SUSE:SLFO:Main gdl revision d4b9916e3e3c860fe15cad319add1b41
This commit is contained in:
parent
aff4161b64
commit
2770e53caf
14
gdl.changes
14
gdl.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 12:47:14 UTC 2024 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
- Add -Wno-error=incompatible-pointer-types to optflgas in order to
|
||||
prevent GCC 14 from reporting errors because of these C99
|
||||
violations. [boo#1221685]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 16:17:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Own /usr/share/gtk-doc: glib no longer uses gtk-doc and as a
|
||||
consequence cannot be held responsible to deliver that basic
|
||||
directory structure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 17:33:42 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
|
5
gdl.spec
5
gdl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gdl
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -74,6 +74,7 @@ gnome-debug, gnome-build, and anjuta2.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%global optflags %{optflags} -Wno-error=incompatible-pointer-types
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -99,7 +100,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/gir-1.0/Gdl-3.gir
|
||||
%{_datadir}/gtk-doc/html/gdl-3.0/
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%files lang -f %{name}-3.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user