Accepting request 177420 from devel:languages:perl

- updated to 0.17020
   Error.pm #0.17020
   - Correct typos.
     - https://rt.cpan.org/Ticket/Display.html?id=85023
 
   Error.pm #0.17019
   - Change to Shlomi Fish's new E-mail and web address.
   - Clarify the licence of lib/Error/Simple.pm .
     - https://rt.cpan.org/Ticket/Display.html?id=81277
     - Thanks to Marcela
 
   Error.pm #0.17018
   - Add a $VERSION variable for Error::Simple.
     - thanks to Kevin Dawson for the report.
   - Add scripts/bump-version-number.pl .
     - This can be used to bump the version numbers globally. (forwarded request 177379 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Error?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2013-06-10 15:12:17 +00:00 committed by Git OBS Bridge
commit 5a43b3ec2c
4 changed files with 43 additions and 30 deletions

View File

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

3
Error-0.17020.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jun 4 08:44:23 UTC 2013 - coolo@suse.com
- updated to 0.17020
Error.pm #0.17020
- Correct typos.
- https://rt.cpan.org/Ticket/Display.html?id=85023
Error.pm #0.17019
- Change to Shlomi Fish's new E-mail and web address.
- Clarify the licence of lib/Error/Simple.pm .
- https://rt.cpan.org/Ticket/Display.html?id=81277
- Thanks to Marcela
Error.pm #0.17018
- Add a $VERSION variable for Error::Simple.
- thanks to Kevin Dawson for the report.
- Add scripts/bump-version-number.pl .
- This can be used to bump the version numbers globally.
-------------------------------------------------------------------
Mon Feb 13 02:36:29 UTC 2012 - vcizek@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Error
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,32 +16,28 @@
#
%bcond_with pod
Name: perl-Error
Version: 0.17017
Release: 7
License: GPL-1.0+ or Artistic-1.0
Version: 0.17020
Release: 0
%define cpan_name Error
Summary: Error/exception handling in an OO-ish way
Url: http://search.cpan.org/dist/Error/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17016.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://search.cpan.org/dist/Error/
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
#BuildRequires: perl(Error)
#BuildRequires: perl(Error::Simple)
#BuildRequires: perl(File::Find::Object)
#BuildRequires: perl(IO::All)
#BuildRequires: perl(MyDie)
#BuildRequires: perl(Test::Run::Builder)
#BuildRequires: perl(Test::Run::CmdLine::Iface)
%{perl_requires}
%if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%endif
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(warnings)
Requires: perl(Scalar::Util)
Requires: perl(warnings)
%description
The 'Error' package provides two interfaces. Firstly 'Error' provides a
@ -56,7 +52,7 @@ should throw errors from a sub-class of 'Error'.
%setup -q -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
@ -66,11 +62,8 @@ perl Build.PL installdirs=vendor
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%clean
rm -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,-)
%doc ChangeLog examples README
%defattr(-,root,root,755)
%doc ChangeLog examples README scripts
%changelog