summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2023-02-03 17:23:12 (GMT)
committerJakub Bogusz2023-02-03 17:23:12 (GMT)
commitc15ce5698acc567878146ad3df82482c08647b16 (patch)
treee8ffee5e027d7075854752731e4fee1780d4dd2a
parent3b603a2b5c762c9b91056a15d5ce6e8db0f4bfb5 (diff)
downloadperl-YAML-LibYAML-c15ce5698acc567878146ad3df82482c08647b16.zip
perl-YAML-LibYAML-c15ce5698acc567878146ad3df82482c08647b16.tar.gz
-rw-r--r--perl-YAML-LibYAML.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index a9a8843..cb4193d 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -1,19 +1,19 @@
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # unit tests
#
%define pdir YAML
%define pnam LibYAML
Summary: YAML::XS::LibYAML - An XS Wrapper Module of libyaml
Summary(pl.UTF-8): YAML::XS::LibYAML - moduĊ‚ wrappera XS dla libyaml
Name: perl-YAML-LibYAML
-Version: 0.83
-Release: 3
+Version: 0.86
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/YAML/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 5c019115eae8079e74a407c74c4564f0
+Source0: https://www.cpan.org/modules/by-module/YAML/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 416e14d9a6daf7bb37998c0aca488c11
URL: https://metacpan.org/release/YAML-LibYAML
BuildRequires: perl-ExtUtils-MakeMaker
%if %{with tests}