11
0

5 Commits

Author SHA256 Message Date
1e68f9f771 Add Gitea build results 2025-08-12 18:14:00 +02:00
807dc262e2 Accepting request 1279973 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1279973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=30
2025-05-27 16:49:44 +00:00
beaffe4c40 Accepting request 1279828 from devel:languages:perl:autoupdate
- updated to 7.76
   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
  7.76    Fri 23 May 20:14:03 BST 2025
      No changes since v7.75_01
  7.75_01 Fri 23 May 15:03:40 BST 2025
      Core fixes:
      - Allow dotted decimal versions in absence of CPAN::Meta::Requirements

OBS-URL: https://build.opensuse.org/request/show/1279828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=67
2025-05-24 16:17:58 +00:00
56db420c5e Accepting request 1270271 from devel:languages:perl
- Update Do_not_set_RPATH_by_default.patch
- updated to 7.74
   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
  7.74    Wed  9 Apr 13:28:16 BST 2025
      No changes since v7.73_01
  7.73_01 Sun 30 Mar 11:45:44 BST 2025
      Core fixes:
      - WriteEmptyMakefile now produces the same target types as WriteMakefile
      VMS fixes:
      - fixed pm_to_blib regression
      Macosx fixes:
      - stop MacOS dropping LIBS=>"-framework X" with no "-l" libs
  7.72    Fri 14 Mar 10:15:56 GMT 2025
      No changes since v7.71_08
  7.71_08 Sat  8 Mar 23:39:43 GMT 2025
      Core fixes:
      - Fixed split_command with multi-line oneliner
      Win32 fixes:
      - Reverted a change from v7.36 to fix RT#144085
      - Win32 Liblist stop false positives on multi-LIB (RT#53676)
      Test fixes:
      - Added Test::Utils::write_file
      - test oneliner with multi-line
      QA fixes:
      - use GHA for all Strawberry, cut down AppVeyor
      - CI parallel build & test on Strawberry
      - CI parallel test on MSVC build (nmake no parallel capability)
      - Add test for PM_FILTER
  7.71_07 Wed  5 Mar 21:32:41 GMT 2025
      Core fixes:
      - Liblist work with Config.libpth supporting paths with spaces
      Win32 fixes:
      - Win32 Liblist test for system library
      Test fixes:
      - Added test of XS loading other XS, using C symbols within
  7.71_06 Mon  3 Mar 16:40:57 GMT 2025
      BSD fixes:
      - RT#117800 affecting BSD make fixed
      - distmeta and co fixed when using make -j
      QA fixes:
      - Added Windows MSVC-built Perl CI
      - Added Windows Strawberry Perl CI
      - Added FreeBSD CI
  7.71_05 Fri 28 Feb 16:53:16 GMT 2025
      Enhancements:
      - Reinstated %Recognized_Att_Keys
      Win32 fixes:
      - GNU Make supports spaces in deps on Win32 as elsewhere
      Test fixes:
      - Various improvements to MakeMaker::Test::Setup::XS
      QA fixes:
      - Added disttest checks to CI
  7.71_04 Mon 24 Feb 15:15:59 GMT 2025
      Doc fixes:
      - Typo fixed in MM_Unix
      Test fixes:
      - execute bit removed from two .t files
      QA fixes:
      - removed Travis and non-working macos-11 CI config
  7.71_03 Wed 19 Feb 01:11:31 GMT 2025
      VMS fixes:
      - Avoid uninitialized value in MM_VMS::_fixin_replace_shebang
      - Take care with '.' in init_dirscan on VMS
  7.71_02 Fri 22 Nov 18:37:30 GMT 2024
      Core Fixes:
      - maybe_command() now handles an undefined or empty argument
      Macosx fixes:
      - rpath requires a minimum of Darwin 9
      - Fix rpath issue on MacOSX, it only accepts a single path
      Doc fixes:
      - typos were squashed
      Removals:
      - Removed support for NeXT
      - Removed support for GNU DLD
  7.71_01 Mon 24 Jun 15:08:55 BST 2024
      Core fixes:
      - Set META status as "unstable" for -TRIAL releases
      Test fixes:
      - Add DISTVNAME to tests (forwarded request 1270027 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1270271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=29
2025-04-18 14:14:43 +00:00
7b4d15f6c7 Accepting request 1270027 from devel:languages:perl:autoupdate
- Update Do_not_set_RPATH_by_default.patch
- updated to 7.74
   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
  7.74    Wed  9 Apr 13:28:16 BST 2025
      No changes since v7.73_01
  7.73_01 Sun 30 Mar 11:45:44 BST 2025
      Core fixes:
      - WriteEmptyMakefile now produces the same target types as WriteMakefile
      VMS fixes:
      - fixed pm_to_blib regression
      Macosx fixes:
      - stop MacOS dropping LIBS=>"-framework X" with no "-l" libs
  7.72    Fri 14 Mar 10:15:56 GMT 2025
      No changes since v7.71_08
  7.71_08 Sat  8 Mar 23:39:43 GMT 2025
      Core fixes:
      - Fixed split_command with multi-line oneliner
      Win32 fixes:
      - Reverted a change from v7.36 to fix RT#144085
      - Win32 Liblist stop false positives on multi-LIB (RT#53676)
      Test fixes:
      - Added Test::Utils::write_file
      - test oneliner with multi-line
      QA fixes:
      - use GHA for all Strawberry, cut down AppVeyor
      - CI parallel build & test on Strawberry
      - CI parallel test on MSVC build (nmake no parallel capability)
      - Add test for PM_FILTER
  7.71_07 Wed  5 Mar 21:32:41 GMT 2025
      Core fixes:
      - Liblist work with Config.libpth supporting paths with spaces
      Win32 fixes:
      - Win32 Liblist test for system library
      Test fixes:
      - Added test of XS loading other XS, using C symbols within
  7.71_06 Mon  3 Mar 16:40:57 GMT 2025
      BSD fixes:
      - RT#117800 affecting BSD make fixed
      - distmeta and co fixed when using make -j
      QA fixes:
      - Added Windows MSVC-built Perl CI
      - Added Windows Strawberry Perl CI
      - Added FreeBSD CI
  7.71_05 Fri 28 Feb 16:53:16 GMT 2025
      Enhancements:
      - Reinstated %Recognized_Att_Keys
      Win32 fixes:
      - GNU Make supports spaces in deps on Win32 as elsewhere
      Test fixes:
      - Various improvements to MakeMaker::Test::Setup::XS
      QA fixes:
      - Added disttest checks to CI
  7.71_04 Mon 24 Feb 15:15:59 GMT 2025
      Doc fixes:
      - Typo fixed in MM_Unix
      Test fixes:
      - execute bit removed from two .t files
      QA fixes:
      - removed Travis and non-working macos-11 CI config
  7.71_03 Wed 19 Feb 01:11:31 GMT 2025
      VMS fixes:
      - Avoid uninitialized value in MM_VMS::_fixin_replace_shebang
      - Take care with '.' in init_dirscan on VMS
  7.71_02 Fri 22 Nov 18:37:30 GMT 2024
      Core Fixes:
      - maybe_command() now handles an undefined or empty argument
      Macosx fixes:
      - rpath requires a minimum of Darwin 9
      - Fix rpath issue on MacOSX, it only accepts a single path
      Doc fixes:
      - typos were squashed
      Removals:
      - Removed support for NeXT
      - Removed support for GNU DLD
  7.71_01 Mon 24 Jun 15:08:55 BST 2024
      Core fixes:
      - Set META status as "unstable" for -TRIAL releases
      Test fixes:
      - Add DISTVNAME to tests

OBS-URL: https://build.opensuse.org/request/show/1270027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=66
2025-04-17 10:58:40 +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-ExtUtils-MakeMaker/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-ExtUtils-MakeMaker)

View File

@@ -25,6 +25,7 @@ Summary: Create a module Makefile
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
Patch0: Do_not_set_RPATH_by_default.patch
BuildArch: noarch
BuildRequires: perl