Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
c700616a82
!10 [sync] PR-8: remove useless test
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-24 03:37:57 +00:00
xujing
52ab9dcd35 remove useless test
(cherry picked from commit c337212114e646acf7d8afcb01e28c40c2cb91d7)
2022-10-24 11:00:27 +08:00
openeuler-ci-bot
c9f2c592a3 !7 [sync] PR-6: upgrade version to 3.43
Merge pull request !7 from openeuler-sync-bot/sync-pr6-master-to-openEuler-22.03-LTS-Next
2021-12-27 01:47:38 +00:00
Anonymous_Z
1ad68b394f upgrade version to 3.43
(cherry picked from commit 2d88525490a50dfe0124a9fc3437af9b6bf89527)
2021-12-24 18:44:40 +08:00
openeuler-ci-bot
233101fe3a !5 Fix conflict files with other Pod packages
From: @forever043
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-23 06:09:10 +00:00
Jiuyue Ma
552c41e3ea Fix conflict files with other Pod packages 2021-07-22 22:01:46 +08:00
openeuler-ci-bot
7e29c084be !4 upgrade version to 3.42
From: @run-is-pig
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-01-26 18:43:22 +08:00
jinzhimin369
11cd7d7f71 upgrade version to 3.42 2021-01-26 17:00:18 +08:00
openeuler-ci-bot
edcc070b0a !2 version update
Merge pull request !2 from zhanzhimin/master
2020-07-27 10:29:48 +08:00
weiwei_150212
dedfb23bc7 version update 2020-07-27 10:21:29 +08:00
openeuler-ci-bot
36bba87a8c !1 add yaml file to package
Merge pull request !1 from zhanzhimin/master
2020-06-15 14:11:58 +08:00
4 changed files with 64 additions and 3 deletions

Binary file not shown.

BIN
Pod-Simple-3.43.tar.gz Normal file

Binary file not shown.

View File

@ -0,0 +1,44 @@
From 909c734f9aefb278aba105b008e118125ccf9194 Mon Sep 17 00:00:00 2001
From: Graham Knop <haarg@haarg.org>
Date: Mon, 16 May 2022 14:36:00 +0200
Subject: [PATCH] remove useless test
The 20_skip test appears to exist only to test skipping. Which is not
this module's responsibility.
---
t/20_skip.t | 23 -----------------------
1 file changed, 23 deletions(-)
delete mode 100644 t/20_skip.t
diff --git a/t/20_skip.t b/t/20_skip.t
deleted file mode 100644
index a9fdac3..0000000
--- a/t/20_skip.t
+++ /dev/null
@@ -1,23 +0,0 @@
-# 20 skip under 5.8
-
-use strict;
-use warnings;
-
-BEGIN {
- if($ENV{PERL_CORE}) {
- chdir 't';
- @INC = '../lib';
- }
-}
-
-print "1..2\n";
- print "# Running under Perl v $]\n";
-if($] < 5.008) {
- print "ok 1 # Skip under Perl before 5.8 ($])\n";
-} else {
- print "ok 1\n";
- print "# ^ not skipping\n";
-}
-
-print "ok 2\n";
-
--
2.27.0

View File

@ -1,7 +1,7 @@
Name: perl-Pod-Simple
Epoch: 1
Version: 3.35
Release: 418
Version: 3.43
Release: 2
Summary: The framework for parsing Pod
License: GPL+ or Artistic
URL: https://metacpan.org/release/Pod-Simple
@ -15,6 +15,8 @@ BuildRequires: perl(Getopt::Long) perl(integer) perl(overload) perl(Pod::Escape
BuildRequires: perl(base) perl(Data::Dumper) perl(File::Find) perl(File::Path) perl(lib) perl(Test) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Patch6000: backport-remove-useless-test.patch
%description
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation")
markup language that is typically used for writing documentation for Perl and for Perl
@ -40,13 +42,28 @@ make test
%files
%defattr(-,root,root)
%doc ChangeLog README
%{perl_vendorlib}/*
%{perl_vendorlib}/Pod/*
%files help
%defattr(-,root,root)
%{_mandir}/man3/*
%changelog
* Thu Oct 20 2022 xujing <xujing125@huawei.com> - 1:3.43-2
- remove useless test
* Thu Nov 18 2021 liudabo <liudabo1@huawei.com> - 1:3.43-1
- upgrade version to 3.43
* Thu Jul 22 2021 Jiuyue Ma <majiuyue@huawei.com> - 1:3.42-2
- fix conflict package file '%{perl_vendorlib}/Pod'
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 1:3.42-1
- upgrade version to 3.42
* Sat Jul 25 2020 zhanzhimin <zhanzhimin@hauwei.com> - 1:3.40-1
- update to 3.40
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:3.35:418
- Package init