8
0

- updated to 0.82

see /usr/share/doc/packages/perl-App-perlbrew/Changes
  - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul Cochrane
  - Fix regression of 'perlbrew install blead'
  
  0.81: # 2017-12-09T15:12:04+0900
  - Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas R, gregor herrmann, Paul Cochrane
  - New command: clone-modules
  - Recognize tarball in .tar.xz extension
  - The output of "availables" is now sorted by versions
  - Unbreak the integration with cperl releases
  - Make `perlbrew install` runs correctly on AIX
  - support the current perl blead (5.28)
  
  0.80: # 2017-06-30T07:40:45+0200
  - Fix version in META.yml in CPAN distribution. See: https://rt.cpan.org/Public/Bug/Display.html?id=122279
  
  0.79: # 2017-06-25T23:40:45+0200
  - deal with perl-5.26 change about @INC in Makefile.PL
  - "available" command now also shows the URLs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=48
This commit is contained in:
Stephan Kulow
2018-02-21 07:26:13 +00:00
committed by Git OBS Bridge
parent d8e2573b0d
commit 8a32278e7f
5 changed files with 45 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96eaaeb51e3aaccd43fc42928a44b0d10c3ebd462e98e2c67d5bc453c0198df0
size 86136

3
App-perlbrew-0.82.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:003d437265f124c7f0cad72713de17c728da623bdf3f00757109dd5f502cd45c
size 90075

View File

@@ -8,14 +8,6 @@
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: groff
BuildRequires: wget
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
BuildRequires: wget curl groff
post_prep: |-
chmod a+x t/fake-bin/curl

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Feb 21 07:14:20 UTC 2018 - coolo@suse.com
- updated to 0.82
see /usr/share/doc/packages/perl-App-perlbrew/Changes
- Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul Cochrane
- Fix regression of 'perlbrew install blead'
0.81: # 2017-12-09T15:12:04+0900
- Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas R, gregor herrmann, Paul Cochrane
- New command: clone-modules
- Recognize tarball in .tar.xz extension
- The output of "availables" is now sorted by versions
- Unbreak the integration with cperl releases
- Make `perlbrew install` runs correctly on AIX
- support the current perl blead (5.28)
0.80: # 2017-06-30T07:40:45+0200
- Fix version in META.yml in CPAN distribution. See: https://rt.cpan.org/Public/Bug/Display.html?id=122279
0.79: # 2017-06-25T23:40:45+0200
- deal with perl-5.26 change about @INC in Makefile.PL
- "available" command now also shows the URLs
-------------------------------------------------------------------
Mon Nov 21 06:03:13 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-perlbrew
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,27 @@
Name: perl-App-perlbrew
Version: 0.78
Version: 0.82
Release: 0
%define cpan_name App-perlbrew
Summary: Manage perl installations in your C<$HOME>
License: MIT
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-perlbrew/
Source0: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Perl::Releases) >= 2.60
BuildRequires: perl(CPAN::Perl::Releases) >= 3.24
BuildRequires: perl(Capture::Tiny) >= 0.36
BuildRequires: perl(Devel::PatchPerl) >= 1.40
BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(File::Which) >= 1.21
BuildRequires: perl(IO::All) >= 0.51
BuildRequires: perl(Path::Class) >= 0.33
BuildRequires: perl(Pod::Markdown) >= 2.002
BuildRequires: perl(Pod::Parser) >= 1.63
BuildRequires: perl(Pod::Usage) >= 1.68
BuildRequires: perl(Test::Exception) >= 0.320000
@@ -45,14 +47,16 @@ BuildRequires: perl(Test::Output) >= 1.03
BuildRequires: perl(Test::Simple) >= 1.001002
BuildRequires: perl(Test::Spec) >= 0.47
BuildRequires: perl(local::lib) >= 2.000014
Requires: perl(CPAN::Perl::Releases) >= 2.60
Requires: perl(CPAN::Perl::Releases) >= 3.24
Requires: perl(Capture::Tiny) >= 0.36
Requires: perl(Devel::PatchPerl) >= 1.40
Requires: perl(File::Temp) >= 0.2304
Requires: perl(Pod::Parser) >= 1.63
Requires: perl(Pod::Usage) >= 1.68
Requires: perl(local::lib) >= 2.000014
%{perl_requires}
# MANUAL BEGIN
BuildRequires: curl
BuildRequires: groff
BuildRequires: wget
# MANUAL END
@@ -63,6 +67,9 @@ Manage perl installations in your C<$HOME>
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
# MANUAL BEGIN
chmod a+x t/fake-bin/curl
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -78,6 +85,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes doc LICENSE README README.md
%doc Changes doc README README.md
%license LICENSE
%changelog