Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

3 changed files with 4 additions and 6 deletions

3
text-engine-0.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e515d7c7ca73df0239c9badf12d80846aa1479c6e084fd8c791881e17db540d
size 15728

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Fri Nov 22 09:13:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types
-------------------------------------------------------------------
Thu Aug 29 01:22:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@ -56,7 +56,7 @@ Requires: lib%{name}-%{soversion} >= %{version}
%autosetup -p1
%build
export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
export CFLAGS="${optflags} -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated-declarations -Wno-incompatible-pointer-types"
%meson
%meson_build