8
0

Accepting request 149929 from home:computersalat:devel:perl

update to 1.52

OBS-URL: https://build.opensuse.org/request/show/149929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=30
This commit is contained in:
Christian Wittmer
2013-01-25 19:23:32 +00:00
committed by Git OBS Bridge
parent 3ab4abab87
commit a962df1033
4 changed files with 25 additions and 14 deletions

View File

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

3
File-Remove-1.52.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 25 13:19:38 UTC 2013 - chris@computersalat.de
- update to 1.52
* No functional changes
* Updating Module::Install to 1.06
* Moved File::Spec dependency to 3.29 to fix problems with
four-digit decimal dependencies in some downstream packaging
systems.
-------------------------------------------------------------------
Tue Mar 6 17:49:07 CET 2012 - ro@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Remove
#
# 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
@@ -17,7 +17,7 @@
Name: perl-File-Remove
Version: 1.51
Version: 1.52
Release: 0
%define cpan_name File-Remove
Summary: Remove files and directories
@@ -25,19 +25,20 @@ License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Remove/
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
BuildRequires: perl(Cwd) >= 3.27.01
BuildRequires: perl(File::Spec) >= 3.27.01
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Cwd) >= 3.29
BuildRequires: perl(File::Spec) >= 3.29
Requires: perl(Cwd) >= 3.29
Requires: perl(File::Spec) >= 3.29
%{perl_requires}
%if 0%{?suse_version} <= 1110
BuildRequires: perl-PathTools
Requires: perl-PathTools
%endif
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(Cwd) >= 3.27.01
Requires: perl(File::Spec) >= 3.27.01
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
*File::Remove::remove* removes files and directories. It acts like