]> git.pld-linux.org Git - packages/perl-Version-Requirements.git/commitdiff
- updated to 0.101023; deprecated since 0.101021 auto/th/perl-Version-Requirements-0.101023-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2018 08:28:55 +0000 (10:28 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Sep 2018 08:28:55 +0000 (10:28 +0200)
perl-Version-Requirements.spec

index 2d2d4db3765f4ed8134de0f618c744de43654a39..781805b8c80e686a6a4143fc72afffb82a95892e 100644 (file)
@@ -8,20 +8,20 @@
 Summary:       Version::Requirements - a set of version requirements for a CPAN dist
 Summary(pl.UTF-8):     Version::Requirements - zbiór wersjonowanych wymagań dla dystrybucji CPAN
 Name:          perl-Version-Requirements
-Version:       0.101022
+Version:       0.101023
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/R/RJ/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 74e8a660969e30ffbb64999806c0769c
+# Source0-md5: 0ceebafa26543bbe8cc9a035d0612cac
 URL:           http://search.cpan.org/dist/Version-Requirements/
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.31
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires: perl-Scalar-List-Utils
-BuildRequires: perl-Test-Simple >= 0.88
+BuildRequires: perl-Test-Simple >= 0.96
 BuildRequires: perl-version >= 0.77
 %endif
 BuildArch:     noarch
@@ -36,6 +36,8 @@ and it will reduce them to the simplest representation.
 Logically impossible constraints will be identified immediately by
 thrown exceptions.
 
+Note: this module is DEPRECATED, use CPAN::Meta::Requirements instead.
+
 %description -l pl.UTF-8
 Obiekt Version::Requirements modeluje zbiór wersjonowanych wymagań,
 jak te podawane w plikach META.yml lub META.json w dystrybucjach CPAN.
@@ -45,6 +47,9 @@ zredukuje je do najprostszej postaci.
 Logicznie wykluczające się ograniczenia są natychmiast zgłaszane przez
 rzucenie wyjątku.
 
+Uwaga: ten moduł jest PRZESTARZAŁY, zamiast niego lepiej używać
+CPAN::Meta::Requirements.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
This page took 0.090582 seconds and 4 git commands to generate.