forked from pool/perl-Test-Simple
Compare commits
15 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5291d4e10f | |||
| 9e191948f1 | |||
| 61b1824b8f | |||
| a6d61b9eb3 | |||
| be2261a137 | |||
| 65308fac0f | |||
| fc39850f4e | |||
| 0e9fe71983 | |||
|
|
6e3e65150d | ||
| e285a3dcc1 | |||
| 441a5611e1 | |||
| 5d6b54effd | |||
| a04ae52123 | |||
| e598982cac | |||
| 0d3e40e2a5 |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
## Build Results
|
|
||||||
|
|
||||||
Current state of perl in openSUSE:Factory is
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The current state of perl in the devel project build (devel:languages:perl)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
3
Test-Simple-1.302214.tar.gz
Normal file
3
Test-Simple-1.302214.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6077ecc35f37b11b3b75df2d0ba1b9ca541f1dc24b2be8e15b6e91f78e2e03fc
|
||||||
|
size 537140
|
||||||
BIN
Test-Simple-1.302216.tar.gz
(Stored with Git LFS)
BIN
Test-Simple-1.302216.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 17 05:34:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 1.302216
|
|
||||||
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
|
||||||
|
|
||||||
1.302216 2025-11-15 21:18:57-08:00 America/Los_Angeles
|
|
||||||
- Fix Changelog, no other changes
|
|
||||||
- Add dzil tool to prevent this next time
|
|
||||||
1.302215 2025-11-13 16:41:55-08:00 America/Los_Angeles
|
|
||||||
- Fix Typos (Thanks Masahiro Iuchi)
|
|
||||||
- Fix undef string bug in Test::Tester (Thanks Branislav Zahradník)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 28 15:39:07 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
Mon Jul 28 15:39:07 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Simple
|
# spec file for package perl-Test-Simple
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Simple
|
%define cpan_name Test-Simple
|
||||||
Name: perl-Test-Simple
|
Name: perl-Test-Simple
|
||||||
Version: 1.302216
|
Version: 1.302214
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Basic utilities for writing tests
|
Summary: Basic utilities for writing tests
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -47,7 +46,7 @@ complicated testing, use the Test::More module (a drop-in replacement for
|
|||||||
this one).
|
this one).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version} -p1
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user