11
0

12 Commits

Author SHA256 Message Date
f818317147 Add Gitea build results 2025-08-12 18:12:54 +02:00
c08d52f49b Accepting request 1296253 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1296253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-URandom?expand=0&rev=4
2025-07-30 09:41:37 +00:00
024e41b853 Accepting request 1295083 from home:tinita:branches:devel:languages:perl
- fix build for SLE12
Alternative to https://build.opensuse.org/requests/1294786 with cpanspec.yml

OBS-URL: https://build.opensuse.org/request/show/1295083
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=11
2025-07-29 07:36:55 +00:00
7cae786e98 Accepting request 1269372 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-URandom?expand=0&rev=3
2025-04-15 14:46:32 +00:00
e048030d1e Accepting request 1268710 from devel:languages:perl:autoupdate
- updated to 0.540.0 (0.54)
   see /usr/share/doc/packages/perl-Crypt-URandom/Changes
  0.54  
       - Reverse solaris changes and remove errstr checks.  Thanks to eserte for GH#18

OBS-URL: https://build.opensuse.org/request/show/1268710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=9
2025-04-14 20:40:48 +00:00
8921f153aa Accepting request 1244962 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-URandom?expand=0&rev=2
2025-02-11 20:24:36 +00:00
ad864324af Accepting request 1244877 from devel:languages:perl:autoupdate
- updated to 0.530.0 (0.53)
   see /usr/share/doc/packages/perl-Crypt-URandom/Changes
  0.53  
       - Changes to try and catch CPAN Tester failures on solaris
  0.52  
       - Fixes to test suite.  Thanks to Petr Pisar for GH#17
  0.51  
       - Improvements to handling SIGINT.  Thanks to Leon Timmermans for GH#14
       - Memory leak fix.  Thanks to Leon Timmermans for GH#15
       - Using arc4random_buf for OpenBSD/OSX.  Thanks to Leon Timmermans for GH#16
       - Documentation fixes

OBS-URL: https://build.opensuse.org/request/show/1244877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=7
2025-02-11 07:11:41 +00:00
cda407b648 Accepting request 1238289 from devel:languages:perl
required by perl-Net-OAuth

OBS-URL: https://build.opensuse.org/request/show/1238289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-URandom?expand=0&rev=1
2025-01-16 17:37:12 +00:00
f09fc46060 Accepting request 1236722 from devel:languages:perl:autoupdate
- updated to 0.500.0 (0.50)
   see /usr/share/doc/packages/perl-Crypt-URandom/Changes

OBS-URL: https://build.opensuse.org/request/show/1236722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=5
2025-01-13 21:48:55 +00:00
1238998108 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=4
2024-03-08 22:03:28 +00:00
8564cfda38 Accepting request 1153701 from devel:languages:perl:autoupdate
- updated to 0.40
   see /usr/share/doc/packages/perl-Crypt-URandom/Changes
  0.40 - 
         Moving $OSNAME checks to compile time with GH#4.  Thanks to Aristotle.
         Test and documentation fixes in GH#1, GH#2, GH#3.  Thanks to guest20.

OBS-URL: https://build.opensuse.org/request/show/1153701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=3
2024-03-08 10:31:17 +00:00
26b3142704 Accepting request 1090333 from devel:languages:perl:autoupdate
- updated to 0.39
   see /usr/share/doc/packages/perl-Crypt-URandom/Changes
  0.39 - 
         Adding support for test suite in non english locales
         Test and documentation fixes
  0.38 - 
         Adding support for github actions
         Improving test support
  0.37 - 
         Adding urandom_ub method for unbuffered sysreads
         Copying with possible?? failures in reading from /dev/urandom
         Improved coverage testing

OBS-URL: https://build.opensuse.org/request/show/1090333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-URandom?expand=0&rev=2
2023-06-01 15:22:28 +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-Crypt-URandom/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-Crypt-URandom)

View File

@@ -27,6 +27,7 @@ Summary: Provide non blocking randomness
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp) >= 1.26