forked from pool/perl-Perl-Version
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-Version?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
429d7481bf
commit
cccc56c2fa
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12ede8a87a12574fcd525c1d23d8a5b2fa2918ff5b78eb56cf701251a81af19b
|
|
||||||
size 23138
|
|
3
Perl-Version-1.013.tar.gz
Normal file
3
Perl-Version-1.013.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1887414d1c8689d864c840114101e043e99d7dd5b9cca69369a60e821e3ad0f7
|
||||||
|
size 23012
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 08:29:25 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.013
|
||||||
|
Remove File::Slurp, which has a critical security issue (RT 92974)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 08:52:22 UTC 2011 - coolo@opensuse.org
|
Mon May 16 08:52:22 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Perl-Version
|
# spec file for package perl-Perl-Version
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,22 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Perl-Version
|
Name: perl-Perl-Version
|
||||||
Version: 1.011
|
Version: 1.013
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name Perl-Version
|
%define cpan_name Perl-Version
|
||||||
Summary: Parse and manipulate Perl version strings
|
Summary: Parse and manipulate Perl version strings
|
||||||
Url: http://search.cpan.org/dist/Perl-Version/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Perl-Version/
|
||||||
|
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Slurp) >= 9999.12
|
BuildRequires: perl(File::Slurp::Tiny)
|
||||||
Requires: perl(File::Slurp) >= 9999.12
|
Requires: perl(File::Slurp::Tiny)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -107,9 +106,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples Notes.txt README
|
%doc Changes examples Notes.txt README
|
||||||
|
Reference in New Issue
Block a user