diff --git a/Mac-PropertyList-1.602.tar.gz b/Mac-PropertyList-1.602.tar.gz deleted file mode 100644 index 28baac5..0000000 --- a/Mac-PropertyList-1.602.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa2da33bbc78486e36d9fec34f3b1c89b11ec5a04bfc5626660db3e0713ff63c -size 44815 diff --git a/Mac-PropertyList-1.605.tar.gz b/Mac-PropertyList-1.605.tar.gz new file mode 100644 index 0000000..9908e7d --- /dev/null +++ b/Mac-PropertyList-1.605.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1e18f48aaa570a4128e4cb4d72e8352bbd854031f49d8d3d0d7899002f2f26 +size 49308 diff --git a/perl-Mac-PropertyList.changes b/perl-Mac-PropertyList.changes index 3fa75d4..8eb1e54 100644 --- a/perl-Mac-PropertyList.changes +++ b/perl-Mac-PropertyList.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 28 10:32:33 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-Mac-PropertyList.spec b/perl-Mac-PropertyList.spec index 031e473..6981112 100644 --- a/perl-Mac-PropertyList.spec +++ b/perl-Mac-PropertyList.spec @@ -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