11
0

Compare commits

3 Commits

Author SHA256 Message Date
6b9f4ca766 Add Gitea build results 2025-08-12 18:17:10 +02:00
c4306d0f0a Accepting request 1241536 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1241536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Spreadsheet-ParseXLSX?expand=0&rev=7
2025-01-31 15:04:40 +00:00
e940cab52a Accepting request 1240656 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/1240656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ParseXLSX?expand=0&rev=16
2025-01-30 22:24:39 +00:00
5 changed files with 31 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Spreadsheet-ParseXLSX/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Spreadsheet-ParseXLSX)

View File

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

View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
%define cpan_name Spreadsheet-ParseXLSX
Name: perl-Spreadsheet-ParseXLSX
Version: 0.350.0
Version: 0.360.0
Release: 0
# 0.35 -> normalize -> 0.350.0
%define cpan_version 0.35
# 0.36 -> normalize -> 0.360.0
%define cpan_version 0.36
License: MIT
Summary: Parse XLSX files
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/N/NU/NUDDLEGG/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -68,7 +69,7 @@ Spreadsheet::ParseExcel::Workbook, Spreadsheet::ParseExcel::Worksheet, and
Spreadsheet::ParseExcel::Cell.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor