17
0

2 Commits

Author SHA256 Message Date
6bc7b9d9dd Accepting request 1247052 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1247052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CommonMark?expand=0&rev=2
2025-02-19 15:03:22 +00:00
7fef1c9ae0 Accepting request 1245154 from devel:languages:perl:autoupdate
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details
- updated to 0.310100
   see /usr/share/doc/packages/perl-CommonMark/Changes
  0.310100  2024-08-13
      - Recommend and test with libcmark 0.31.1
      - Fix build with libcmark 0.25
      - Expand and improve the documentation (David E. Wheeler)
      - Move from Travis/Appveyor to Github CI. Thanks to David E. Wheeler
        for the initial commit!

OBS-URL: https://build.opensuse.org/request/show/1245154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CommonMark?expand=0&rev=4
2025-02-19 12:14:25 +00:00
3 changed files with 3 additions and 13 deletions

View File

@@ -21,10 +21,8 @@ preamble: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
custom_build: |-
# https://github.com/Perl/perl5/issues/23192
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
%make_build
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,10 +1,3 @@
-------------------------------------------------------------------
Thu May 29 11:27:33 UTC 2025 - pgajdos@suse.com
- build with -std=gnu11 to fix build with gcc15
- modified sources
% cpanspec.yml
-------------------------------------------------------------------
Tue Feb 11 18:28:54 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -53,8 +53,7 @@ CommonMark::Parser provides a push parser interface.
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
# https://github.com/Perl/perl5/issues/23192
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -std=gnu11"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check