Compare commits
	
		
			5 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 3b16af1ceb | |||
| 8b908c8aa5 | |||
| 67f084103e | |||
| c9ff0024ed | |||
| 522f1fb389 | 
@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:a160f71122588dd535da94dbb0b8301e48e538d25a442a1b13f7190962885932
 | 
			
		||||
size 85396
 | 
			
		||||
							
								
								
									
										3
									
								
								App-perlbrew-1.01.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								App-perlbrew-1.01.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:7f775fd7922d0ca29650965815f2f362241372a8decc5f6e1b90f757aaffd41c
 | 
			
		||||
size 89218
 | 
			
		||||
							
								
								
									
										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,32 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Jun 13 05:34:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
 | 
			
		||||
 | 
			
		||||
- updated to 1.10.0 (1.01)
 | 
			
		||||
   see /usr/share/doc/packages/perl-App-perlbrew/Changes
 | 
			
		||||
 | 
			
		||||
  1.01
 | 
			
		||||
  	- Released at 2024-11-18T20:46:04+0900
 | 
			
		||||
  	- fix: `perlbrew install skaji-relocatable-perl-$version` on macOS.
 | 
			
		||||
 | 
			
		||||
  1.00
 | 
			
		||||
  	- Released at 2024-10-04T10:48:40+0900
 | 
			
		||||
  	- Experimental: `perlbrew install` now accept names like skaji-relocatable-perl-$version.
 | 
			
		||||
 | 
			
		||||
  0.99
 | 
			
		||||
  	- Released at 2024-09-07T16:30:28+0900
 | 
			
		||||
  	- Thanks to our contributors: Graham Knop, Joelle Maslak, Luke Closs, jonasbn
 | 
			
		||||
  	- bashrc executes properly in bash shells with +h option set
 | 
			
		||||
  	- Allow specification of non-standard Perl location
 | 
			
		||||
  	- make-pp now requires the input to be specified with `-i` or `--input`.
 | 
			
		||||
  	- Tests are ported to Test2. Big thanks to Luke Closs.
 | 
			
		||||
          - Command make-pp now expects the input to be the path of an existing executable perl program, and would not be searching through $PATH.
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Jun 12 18:48:51 UTC 2025 - Tina Müller <tina.mueller@suse.com>
 | 
			
		||||
 | 
			
		||||
- Normalize CPAN version
 | 
			
		||||
  See https://github.com/openSUSE/cpanspec/issues/47 for details
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Fri Mar  8 21:59:49 UTC 2024 - Tina Müller <tina.mueller@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-App-perlbrew
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2024 SUSE LLC
 | 
			
		||||
# Copyright (c) 2025 SUSE LLC
 | 
			
		||||
#
 | 
			
		||||
# All modifications and additions to the file contributed by third parties
 | 
			
		||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
			
		||||
@@ -18,51 +18,50 @@
 | 
			
		||||
 | 
			
		||||
%define cpan_name App-perlbrew
 | 
			
		||||
Name:           perl-App-perlbrew
 | 
			
		||||
Version:        0.980.0
 | 
			
		||||
Version:        1.10.0
 | 
			
		||||
Release:        0
 | 
			
		||||
%define cpan_version 0.98
 | 
			
		||||
# 1.01 -> normalize -> 1.10.0
 | 
			
		||||
%define cpan_version 1.01
 | 
			
		||||
License:        MIT
 | 
			
		||||
Summary:        Manage perl installations in your $HOME
 | 
			
		||||
URL:            https://metacpan.org/release/%{cpan_name}
 | 
			
		||||
Source0:        https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{cpan_version}.tar.gz
 | 
			
		||||
Source1:        cpanspec.yml
 | 
			
		||||
Source100:      README.md
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRequires:  perl
 | 
			
		||||
BuildRequires:  perl-macros
 | 
			
		||||
BuildRequires:  perl(CPAN::Perl::Releases) >= 5.20230720
 | 
			
		||||
BuildRequires:  perl(Capture::Tiny) >= 0.48
 | 
			
		||||
BuildRequires:  perl(Devel::PatchPerl) >= 2.08
 | 
			
		||||
BuildRequires:  perl(CPAN::Perl::Releases) >= 5.202.409.200
 | 
			
		||||
BuildRequires:  perl(Capture::Tiny) >= 0.480
 | 
			
		||||
BuildRequires:  perl(Devel::PatchPerl) >= 2.80
 | 
			
		||||
BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.22
 | 
			
		||||
BuildRequires:  perl(File::Temp) >= 0.2304
 | 
			
		||||
BuildRequires:  perl(File::Which) >= 1.21
 | 
			
		||||
BuildRequires:  perl(IO::All) >= 0.51
 | 
			
		||||
BuildRequires:  perl(File::Which) >= 1.210
 | 
			
		||||
BuildRequires:  perl(JSON::PP)
 | 
			
		||||
BuildRequires:  perl(Module::Build::Tiny) >= 0.039
 | 
			
		||||
BuildRequires:  perl(Path::Class) >= 0.33
 | 
			
		||||
BuildRequires:  perl(Module::Build)
 | 
			
		||||
BuildRequires:  perl(Module::Build::Tiny) >= 0.39
 | 
			
		||||
BuildRequires:  perl(Path::Class) >= 0.330
 | 
			
		||||
BuildRequires:  perl(Pod::Usage) >= 1.69
 | 
			
		||||
BuildRequires:  perl(Test::Exception) >= 0.32
 | 
			
		||||
BuildRequires:  perl(Test::More) >= 1.001002
 | 
			
		||||
BuildRequires:  perl(Test::NoWarnings) >= 1.04
 | 
			
		||||
BuildRequires:  perl(Test::Output) >= 1.03
 | 
			
		||||
BuildRequires:  perl(Test::Simple) >= 1.001002
 | 
			
		||||
BuildRequires:  perl(Test::Spec) >= 0.49
 | 
			
		||||
BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 | 
			
		||||
BuildRequires:  perl(local::lib) >= 2.000014
 | 
			
		||||
Requires:       perl(CPAN::Perl::Releases) >= 5.20230720
 | 
			
		||||
Requires:       perl(Capture::Tiny) >= 0.48
 | 
			
		||||
Requires:       perl(Devel::PatchPerl) >= 2.08
 | 
			
		||||
BuildRequires:  perl(Test2::Plugin::IOEvents) >= 0.1.1
 | 
			
		||||
BuildRequires:  perl(Test2::Plugin::NoWarnings) >= 0.100
 | 
			
		||||
BuildRequires:  perl(Test2::V0) >= 0.000163
 | 
			
		||||
BuildRequires:  perl(local::lib) >= 2.0.14
 | 
			
		||||
Requires:       perl(CPAN::Perl::Releases) >= 5.202.409.200
 | 
			
		||||
Requires:       perl(Capture::Tiny) >= 0.480
 | 
			
		||||
Requires:       perl(Devel::PatchPerl) >= 2.80
 | 
			
		||||
Requires:       perl(ExtUtils::MakeMaker) >= 7.22
 | 
			
		||||
Requires:       perl(File::Temp) >= 0.2304
 | 
			
		||||
Requires:       perl(JSON::PP)
 | 
			
		||||
Requires:       perl(Pod::Usage) >= 1.69
 | 
			
		||||
Requires:       perl(local::lib) >= 2.000014
 | 
			
		||||
Requires:       perl(local::lib) >= 2.0.14
 | 
			
		||||
Provides:       perl(App::Perlbrew::HTTP)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Path)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Path::Installation)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Path::Installations)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Path::Root)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Sys)
 | 
			
		||||
Provides:       perl(App::Perlbrew::Util)
 | 
			
		||||
Provides:       perl(App::perlbrew) = 0.980.0
 | 
			
		||||
Provides:       perl(App::perlbrew) = %{version}
 | 
			
		||||
%undefine       __perllib_provides
 | 
			
		||||
%{perl_requires}
 | 
			
		||||
# MANUAL BEGIN
 | 
			
		||||
@@ -86,7 +85,7 @@ https://perlbrew.pl/. The following documentation features the API of
 | 
			
		||||
read.
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%autosetup  -n %{cpan_name}-%{cpan_version}
 | 
			
		||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
 | 
			
		||||
 | 
			
		||||
# MANUAL BEGIN
 | 
			
		||||
chmod a+x t/fake-bin/curl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user