8
0

Accepting request 1281764 from devel:languages:perl

- -std=gnu11 to fix build with gcc15
- modified sources
  % cpanspec.yml (forwarded request 1281154 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1281764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-UUlib?expand=0&rev=34
This commit is contained in:
2025-06-02 20:00:11 +00:00
committed by Git OBS Bridge
3 changed files with 13 additions and 3 deletions

View File

@@ -22,8 +22,10 @@ preamble: |-
# sed on %{name}.files
license: GPL-1.0-or-later
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
custom_build: |-
# https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2341023
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
%make_build
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 29 12:53:01 UTC 2025 - pgajdos@suse.com
- -std=gnu11 to fix build with gcc15
- modified sources
% cpanspec.yml
-------------------------------------------------------------------
Thu Feb 6 22:19:20 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -63,7 +63,8 @@ this document and especially the non-trivial decoder program at the end.
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
# https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2341023
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
%make_build
%check