8
0

Accepting request 297613 from devel:languages:perl

- updated to 0.73
   see /usr/share/doc/packages/perl-App-perlbrew/Changes
  0.73: # 2015-02-01T09:59:45+0100
  - fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, Sebastian Willert, David Hand, Eric Enns,
    Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
  - fix 'perlbrew user' for fish users https://github.com/gugod/App-perlbrew/pull/429
  - fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
  - clarify the 'perlbrew use' output: https://github.com/gugod/App-perlbrew/issues/439
  
  
  0.72: # 2014-10-27T21:38:19+0100
  - Fix 0.71 breakage on MacOSX when the shell is bash or zsh
  - Fix spelling mistake. by @gregoa++

OBS-URL: https://build.opensuse.org/request/show/297613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-perlbrew?expand=0&rev=13
This commit is contained in:
2015-04-21 08:51:38 +00:00
committed by Git OBS Bridge
5 changed files with 52 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e5de7c4d5235556f6cd5c5e56751fb2d73821ef58390e457db4253542224a09
size 82181

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

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

21
cpanspec.yml Normal file
View File

@@ -0,0 +1,21 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# 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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Apr 17 08:44:02 UTC 2015 - coolo@suse.com
- updated to 0.73
see /usr/share/doc/packages/perl-App-perlbrew/Changes
0.73: # 2015-02-01T09:59:45+0100
- fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, Sebastian Willert, David Hand, Eric Enns,
Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
- fix 'perlbrew user' for fish users https://github.com/gugod/App-perlbrew/pull/429
- fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
- clarify the 'perlbrew use' output: https://github.com/gugod/App-perlbrew/issues/439
0.72: # 2014-10-27T21:38:19+0100
- Fix 0.71 breakage on MacOSX when the shell is bash or zsh
- Fix spelling mistake. by @gregoa++
-------------------------------------------------------------------
Mon Sep 15 15:44:39 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-perlbrew
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,21 +17,22 @@
Name: perl-App-perlbrew
Version: 0.71
Version: 0.73
Release: 0
%define cpan_name App-perlbrew
Summary: Manage perl installations in your $HOME
License: MIT
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/App-perlbrew/
Source: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.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) >= 1.84
BuildRequires: perl(CPAN::Perl::Releases) >= 1.94
BuildRequires: perl(Capture::Tiny) >= 0.25
BuildRequires: perl(Devel::PatchPerl) >= 1.24
BuildRequires: perl(Devel::PatchPerl) >= 1.28
BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(IO::All) >= 0.51
BuildRequires: perl(Path::Class) >= 0.33
@@ -44,16 +45,17 @@ 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) >= 1.84
Requires: perl(CPAN::Perl::Releases) >= 1.94
Requires: perl(Capture::Tiny) >= 0.25
Requires: perl(Devel::PatchPerl) >= 1.24
Requires: perl(Devel::PatchPerl) >= 1.28
Requires: perl(Pod::Parser) >= 1.62
Requires: perl(Pod::Usage) >= 1.64
Requires: perl(local::lib) >= 2.000014
%{perl_requires}
# MANUAL
# MANUAL BEGIN
BuildRequires: groff
BuildRequires: wget
# MANUAL END
%description
perlbrew is a program to automate the building and installation of perl in