Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6b9f4ca766 | |||
c4306d0f0a | |||
e940cab52a |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

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

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88240d800787a3f770a29807474231a7354c569ea4896c6638655340ff69644a
|
|
||||||
size 3795894
|
|
3
Spreadsheet-ParseXLSX-0.36.tar.gz
Normal file
3
Spreadsheet-ParseXLSX-0.36.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:079530629d7cf0e65d7f098b6298236d05ceebf8bf4f4755246e01d5e708a210
|
||||||
|
size 1747774
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 25 05:29:51 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.360.0 (0.36)
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-ParseXLSX/Changes
|
||||||
|
|
||||||
|
0.36 2025-01-24
|
||||||
|
|
||||||
|
- removed tests from distro illustrationg memory bomb fixed in 0.28 (issue #21)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 16:38:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
Fri Mar 22 16:38:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Spreadsheet-ParseXLSX
|
# spec file for package perl-Spreadsheet-ParseXLSX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# 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,15 @@
|
|||||||
|
|
||||||
%define cpan_name Spreadsheet-ParseXLSX
|
%define cpan_name Spreadsheet-ParseXLSX
|
||||||
Name: perl-Spreadsheet-ParseXLSX
|
Name: perl-Spreadsheet-ParseXLSX
|
||||||
Version: 0.350.0
|
Version: 0.360.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.35 -> normalize -> 0.350.0
|
# 0.36 -> normalize -> 0.360.0
|
||||||
%define cpan_version 0.35
|
%define cpan_version 0.36
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Parse XLSX files
|
Summary: Parse XLSX files
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/N/NU/NUDDLEGG/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/N/NU/NUDDLEGG/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -68,7 +69,7 @@ Spreadsheet::ParseExcel::Workbook, Spreadsheet::ParseExcel::Worksheet, and
|
|||||||
Spreadsheet::ParseExcel::Cell.
|
Spreadsheet::ParseExcel::Cell.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user