11
0

5 Commits

Author SHA256 Message Date
014882a6f1 Add Gitea build results 2025-08-12 18:12:33 +02:00
601407ab2d Accepting request 1282399 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1282399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-CommonMark?expand=0&rev=3
2025-06-03 17:11:22 +00:00
1bba839f00 Accepting request 1281137 from home:pgajdos
- build with -std=gnu11 to fix build with gcc15
- modified sources
  % cpanspec.yml

OBS-URL: https://build.opensuse.org/request/show/1281137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CommonMark?expand=0&rev=6
2025-06-03 15:06:34 +00:00
6b024533b5 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
572185dd2f 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
2 changed files with 13 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-CommonMark/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-CommonMark)

View File

@@ -27,6 +27,7 @@ Summary: Interface to the CommonMark C library
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NW/NWELLNHOF/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::CheckLib)