Accepting request 296412 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-MinimumVersion?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-15 09:17:07 +00:00
committed by Git OBS Bridge
parent b885d7ddfc
commit 4808caa289
5 changed files with 64 additions and 33 deletions

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 14 19:50:12 UTC 2015 - coolo@suse.com
- updated to 1.38
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
-------------------------------------------------------------------
Tue Apr 14 19:50:11 UTC 2015 - coolo@suse.com
- updated to 1.28
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
1.28 Wed 2 Mar 2011
- The ->isa in the 5.10 operator and magic variable tests were
back the front, breaking both. Fixed (ADAMK)
- Magic variable rules now check using ->symbol method instead of
->content so that $+{foo} are correctly treated like %+ (ADAMK)
- Removed -w from tests to allow testing with Tainting on (ADAMK)
1.27 Sat 26 Feb 2011
- Updating to Module::Install::DSL 1.00
- Updating copyright year
- Fix detection of binary numbers (Alexandr Ciornii)
- Add check for variables added in 5.5 (Alexandr Ciornii)
- Correct detection of different cases of '...' (Alexandr Ciornii)
- Detection of bareword that ends with double colon (Alexandr Ciornii)
-------------------------------------------------------------------
Sat Jan 22 19:40:20 UTC 2011 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-MinimumVersion (Version 1.26)
# spec file for package perl-Perl-MinimumVersion
#
# Copyright (c) 2010 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
@@ -15,36 +15,39 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Perl-MinimumVersion
Version: 1.26
Release: 1
License: GPL+ or Artistic
Version: 1.38
Release: 0
%define cpan_name Perl-MinimumVersion
Summary: Find a minimum required version of perl for Perl code
Url: http://search.cpan.org/dist/Perl-MinimumVersion/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Perl-MinimumVersion-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(File::Find::Rule) >= 0.32
BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(List::Util) >= 1.18
BuildRequires: perl(Params::Util) >= 0.25
BuildRequires: perl(Perl::Critic::Utils) >= 1.104
BuildRequires: perl(PPI) >= 1.205
BuildRequires: perl(Test::Script) >= 1.03
BuildRequires: perl(version) >= 0.76
Url: http://search.cpan.org/dist/Perl-MinimumVersion/
Source: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(File::Find::Rule) >= 0.32
Requires: perl(File::Find::Rule::Perl) >= 1.04
Requires: perl(List::Util) >= 1.18
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::Find::Rule::Perl)
BuildRequires: perl(List::Util) >= 1.20
BuildRequires: perl(PPI) >= 1.215
BuildRequires: perl(PPI::Util)
BuildRequires: perl(PPIx::Regexp) >= 0.033
BuildRequires: perl(Params::Util) >= 0.25
BuildRequires: perl(Perl::Critic::Utils) >= 1.104
BuildRequires: perl(Test::Script) >= 1.03
BuildRequires: perl(version) >= 0.76
Requires: perl(File::Find::Rule)
Requires: perl(File::Find::Rule::Perl)
Requires: perl(List::Util) >= 1.20
Requires: perl(PPI) >= 1.215
Requires: perl(PPI::Util)
Requires: perl(PPIx::Regexp) >= 0.033
Requires: perl(Params::Util) >= 0.25
Requires: perl(Perl::Critic::Utils) >= 1.104
Requires: perl(PPI) >= 1.205
Requires: perl(version) >= 0.76
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -60,6 +63,13 @@ Future plans are to also add support for tracing module dependencies.
Using 'Perl::MinimumVersion' is dead simple, the synopsis pretty much
covers it.
The distribution comes with a script called the perlver manpage, which is
the easiest way to run 'Perl::MinimumVersion' on your code:
% perlver lib/Foo/Bar.pm
See the perlver for more details.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -75,11 +85,8 @@ covers it.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog