8
0

Accepting request 1011022 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1011022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Table?expand=0&rev=5
This commit is contained in:
2022-10-15 14:37:54 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 11 deletions

View File

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

3
Text-Table-1.135.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Oct 13 03:09:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.135
see /usr/share/doc/packages/perl-Text-Table/Changes
1.135 2022-10-12
- Added some entries to SEE ALSO
-------------------------------------------------------------------
Sat May 16 03:12:46 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-Table
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,17 @@
#
%define cpan_name Text-Table
Name: perl-Text-Table
Version: 1.134
Version: 1.135
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name Text-Table
Summary: Organize Data in Tables
License: ISC
Group: Development/Libraries/Perl
Summary: Organize Data in Tables
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.280000
@@ -47,7 +45,7 @@ allows you to create and maintain tables that adapt to alignment
requirements as you use them.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
@@ -61,7 +59,6 @@ perl Build.PL installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README
%license LICENSE