8
0

WIP: Automatic update to v1.605.0 (1.605) #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Mac-PropertyList:autoupdate into main
4 changed files with 30 additions and 11 deletions

View File

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

BIN
Mac-PropertyList-1.605.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 28 10:32:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.605.0 (1.605)
see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
1.605 2025-08-08T17:04:09Z
* Fix XML encoding/decoding to be compliant with plutil (Jess Robinson, GH #36)
1.604 2025-07-23T23:09:47Z
* encode entities in writing (GH #35)
1.603_05 2025-07-21T20:31:59Z
* trial release for proper HTML entity writing (GH #35)
1.603_02 2025-02-07T20:50:01Z
* test some 64-bit changes
-------------------------------------------------------------------
Tue Sep 10 05:32:29 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mac-PropertyList
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Mac-PropertyList
Name: perl-Mac-PropertyList
Version: 1.602.0
Version: 1.605.0
Release: 0
# 1.602 -> normalize -> 1.602.0
%define cpan_version 1.602
# 1.605 -> normalize -> 1.605.0
%define cpan_version 1.605
License: Artistic-2.0
Summary: Work with Mac plists at a low level
URL: https://metacpan.org/release/%{cpan_name}
@@ -32,9 +32,11 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(Test::More) >= 1
BuildRequires: perl(XML::Entities)
BuildRequires: perl(parent)
Requires: perl(HTML::Entities)
Requires: perl(XML::Entities)
Requires: perl(parent)
Provides: perl(Mac::PropertyList) = %{version}
@@ -42,11 +44,11 @@ Provides: perl(Mac::PropertyList::Boolean)
Provides: perl(Mac::PropertyList::Container)
Provides: perl(Mac::PropertyList::Item)
Provides: perl(Mac::PropertyList::LineListSource)
Provides: perl(Mac::PropertyList::ReadBinary) = 1.506.0
Provides: perl(Mac::PropertyList::ReadBinary) = 1.603.20
Provides: perl(Mac::PropertyList::Scalar)
Provides: perl(Mac::PropertyList::Source)
Provides: perl(Mac::PropertyList::TextSource)
Provides: perl(Mac::PropertyList::WriteBinary) = 1.505.0
Provides: perl(Mac::PropertyList::WriteBinary) = 1.603.20
Provides: perl(Mac::PropertyList::array)
Provides: perl(Mac::PropertyList::data)
Provides: perl(Mac::PropertyList::date)
@@ -83,7 +85,9 @@ Or, you can extend this module to handle those formats (and send a pull
request).
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -98,7 +102,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CITATION.cff examples
%doc Changes CITATION.cff examples SECURITY.md
%license LICENSE
%changelog