forked from pool/perl-App-perlbrew
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
ab769ccd34 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f775fd7922d0ca29650965815f2f362241372a8decc5f6e1b90f757aaffd41c
|
||||
size 89218
|
BIN
App-perlbrew-1.02.tar.gz
(Stored with Git LFS)
Normal file
BIN
App-perlbrew-1.02.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 21:32:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.20.0 (1.02)
|
||||
see /usr/share/doc/packages/perl-App-perlbrew/Changes
|
||||
|
||||
1.02
|
||||
- Released at 2025-07-18T21:08:37+0900
|
||||
- Thanks to our contributors: Andrii Nugged, Marius Feraru
|
||||
- `uninstall` command now has shorter names: `rm` and `delete`.
|
||||
- `patchperl` is now an optional dependency.
|
||||
- bashrc now works better with `set -u` ("use strict" in bash) is in place. PR #850.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 05:34:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-perlbrew
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name App-perlbrew
|
||||
Name: perl-App-perlbrew
|
||||
Version: 1.10.0
|
||||
Version: 1.20.0
|
||||
Release: 0
|
||||
# 1.01 -> normalize -> 1.10.0
|
||||
%define cpan_version 1.01
|
||||
# 1.02 -> normalize -> 1.20.0
|
||||
%define cpan_version 1.02
|
||||
License: MIT
|
||||
Summary: Manage perl installations in your $HOME
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -39,7 +39,7 @@ BuildRequires: perl(File::Temp) >= 0.2304
|
||||
BuildRequires: perl(File::Which) >= 1.210
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.39
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.44
|
||||
BuildRequires: perl(Path::Class) >= 0.330
|
||||
BuildRequires: perl(Pod::Usage) >= 1.69
|
||||
BuildRequires: perl(Test2::Plugin::IOEvents) >= 0.1.1
|
||||
@@ -55,6 +55,7 @@ Requires: perl(JSON::PP)
|
||||
Requires: perl(Pod::Usage) >= 1.69
|
||||
Requires: perl(local::lib) >= 2.0.14
|
||||
Provides: perl(App::Perlbrew::HTTP)
|
||||
Provides: perl(App::Perlbrew::Patchperl)
|
||||
Provides: perl(App::Perlbrew::Path)
|
||||
Provides: perl(App::Perlbrew::Path::Installation)
|
||||
Provides: perl(App::Perlbrew::Path::Installations)
|
||||
|
Reference in New Issue
Block a user