Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 0aaf3aeb83 | |||
| be9410fa9d | |||
| 5a6eacd555 | 
@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:f5b6bc19f579e66b7299f8748b8ac3e171936dc4e7fcb72a8a257a9bd482a331
 | 
			
		||||
size 23133
 | 
			
		||||
							
								
								
									
										3
									
								
								JSON-MaybeXS-1.004008.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								JSON-MaybeXS-1.004008.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:cd3937afa78831f80a2ad5abab6c51b9e82fca4c31e5856ea208d598db5dc867
 | 
			
		||||
size 24049
 | 
			
		||||
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
 | 
			
		||||
## Build Results
 | 
			
		||||
 | 
			
		||||
Current state of perl in openSUSE:Factory is
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
The current state of perl in the devel project build (devel:languages:perl)
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -1,3 +1,19 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Sun Aug 11 05:28:46 UTC 2024 - Tina Müller <timueller+perl@suse.de>
 | 
			
		||||
 | 
			
		||||
- updated to 1.004008
 | 
			
		||||
   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
 | 
			
		||||
 | 
			
		||||
  1.004008 - 2024-08-10
 | 
			
		||||
   - improved boolean testing
 | 
			
		||||
 | 
			
		||||
  1.004007 - 2024-08-03
 | 
			
		||||
   - remove unneeded tests that fail on perls < 5.36
 | 
			
		||||
 | 
			
		||||
  1.004006 - 2024-08-02
 | 
			
		||||
   - is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
 | 
			
		||||
     4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon May  1 03:08:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-JSON-MaybeXS
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2023 SUSE LLC
 | 
			
		||||
# Copyright (c) 2024 SUSE LLC
 | 
			
		||||
#
 | 
			
		||||
# All modifications and additions to the file contributed by third parties
 | 
			
		||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
			
		||||
@@ -18,22 +18,21 @@
 | 
			
		||||
 | 
			
		||||
%define cpan_name JSON-MaybeXS
 | 
			
		||||
Name:           perl-JSON-MaybeXS
 | 
			
		||||
Version:        1.004005
 | 
			
		||||
Version:        1.004008
 | 
			
		||||
Release:        0
 | 
			
		||||
License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
			
		||||
Summary:        Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
 | 
			
		||||
URL:            https://metacpan.org/release/%{cpan_name}
 | 
			
		||||
Source0:        https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Source1:        cpanspec.yml
 | 
			
		||||
Source100:      README.md
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
BuildRequires:  perl-macros
 | 
			
		||||
BuildRequires:  perl(Cpanel::JSON::XS) >= 2.3310
 | 
			
		||||
BuildRequires:  perl(JSON::PP) >= 2.27300
 | 
			
		||||
BuildRequires:  perl(JSON::PP) >= 2.27
 | 
			
		||||
BuildRequires:  perl(Test::More) >= 0.88
 | 
			
		||||
BuildRequires:  perl(Test::Needs) >= 0.002006
 | 
			
		||||
Requires:       perl(Cpanel::JSON::XS) >= 2.3310
 | 
			
		||||
Requires:       perl(JSON::PP) >= 2.27300
 | 
			
		||||
Requires:       perl(JSON::PP) >= 2.27
 | 
			
		||||
Recommends:     perl(Cpanel::JSON::XS) >= 2.3310
 | 
			
		||||
%{perl_requires}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user