commit perl-Mac-PropertyList for openSUSE:Factory

2024-07-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2024-07-29 21:53:36

Comparing /work/SRC/openSUSE:Factory/perl-Mac-PropertyList (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1882 (New)


Package is "perl-Mac-PropertyList"

Mon Jul 29 21:53:36 2024 rev:22 rq:1190270 version:1.601.0

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2022-07-14 16:34:36.156647011 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1882/perl-Mac-PropertyList.changes
2024-07-29 21:54:48.442598409 +0200
@@ -1,0 +2,18 @@
+Sat Jul 27 05:29:09 UTC 2024 - Tina Müller 
+
+- updated to 1.601.0 (1.601)
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.601 2024-07-27T00:58:50Z
+   * changed default DTD header to use "Apple" instead of "Apple Computer"
+   to match what XCode has been doing (Apple changed it's name in 2007).
+   (GitHub #27).
+
+  1.505 2024-07-14T17:52:31Z
+   * Don't read binary files in text mode, which has problems on Windows
+   (from joz-k, GitHub #26)
+   * Fix problem with negative integers in WriteBinary. They should
+   always be longs.
+   * First release to use GitHub Attestations (see README.pod)
+
+---

Old:

  Mac-PropertyList-1.504.tar.gz

New:

  Mac-PropertyList-1.601.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.ToN2sG/_old  2024-07-29 21:54:48.866615581 +0200
+++ /var/tmp/diff_new_pack.ToN2sG/_new  2024-07-29 21:54:48.870615742 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
 
 %define cpan_name Mac-PropertyList
 Name:   perl-Mac-PropertyList
-Version:1.504
+Version:1.601.0
 Release:0
+# 1.601 -> normalize -> 1.601.0
+%define cpan_version 1.601
 License:Artistic-2.0
 Summary:Work with Mac plists at a low level
 URL:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRequires:  perl
@@ -34,6 +36,28 @@
 BuildRequires:  perl(parent)
 Requires:   perl(XML::Entities)
 Requires:   perl(parent)
+Provides:   perl(Mac::PropertyList) = %{version}
+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.505.0
+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::array)
+Provides:   perl(Mac::PropertyList::data)
+Provides:   perl(Mac::PropertyList::date)
+Provides:   perl(Mac::PropertyList::dict)
+Provides:   perl(Mac::PropertyList::false)
+Provides:   perl(Mac::PropertyList::integer)
+Provides:   perl(Mac::PropertyList::real)
+Provides:   perl(Mac::PropertyList::string)
+Provides:   perl(Mac::PropertyList::true)
+Provides:   perl(Mac::PropertyList::uid)
+Provides:   perl(Mac::PropertyList::ustring)
+%undefine   __perllib_provides
 %{perl_requires}
 
 %description
@@ -58,7 +82,7 @@
 request).
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ Mac-PropertyList-1.504.tar.gz -> Mac-PropertyList-1.601.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.504/CITATION.cff 
new/Mac-PropertyList-1.601/CITATION.cff
--- old/Mac-PropertyList-1.504/CITATION.cff 2022-07-08 05:17:58.0 
+0200
+++ new/Mac-PropertyList-1.601/CITATION.cff 2024-07-27 03:00:29.0 
+0200
@@ -4,7 +4,7 @@
 abstract: Mac::PropertyList - work with Mac plists at a low level
 authors:
 - alias: briandfoy
-  email: bd...@cpan.org
+  email: briand...@pobox.com
   family-names: foy
   given-names: brian d
   orcid: -0002-0283-8283
diff -ur

commit perl-Mac-PropertyList for openSUSE:Factory

2022-07-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2022-07-14 16:34:08

Comparing /work/SRC/openSUSE:Factory/perl-Mac-PropertyList (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1523 (New)


Package is "perl-Mac-PropertyList"

Thu Jul 14 16:34:08 2022 rev:21 rq:988976 version:1.504

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2022-07-04 11:32:36.563997469 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1523/perl-Mac-PropertyList.changes
2022-07-14 16:34:36.156647011 +0200
@@ -1,0 +2,9 @@
+Sat Jul  9 03:07:07 UTC 2022 - Tina M??ller 
+
+- updated to 1.504
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.504 2022-07-08T03:16:18Z
+   * @trwyant fixed some stray debugging output (#14 and #15)
+
+---

Old:

  Mac-PropertyList-1.503.tar.gz

New:

  Mac-PropertyList-1.504.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.2nRyQ6/_old  2022-07-14 16:34:36.544647393 +0200
+++ /var/tmp/diff_new_pack.2nRyQ6/_new  2022-07-14 16:34:36.548647397 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Mac-PropertyList
 Name:   perl-Mac-PropertyList
-Version:1.503
+Version:1.504
 Release:0
 License:Artistic-2.0
 Summary:Work with Mac plists at a low level
@@ -73,7 +73,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc Changes examples
+%doc Changes CITATION.cff examples
 %license LICENSE
 
 %changelog

++ Mac-PropertyList-1.503.tar.gz -> Mac-PropertyList-1.504.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.503/CITATION.cff 
new/Mac-PropertyList-1.504/CITATION.cff
--- old/Mac-PropertyList-1.503/CITATION.cff 1970-01-01 01:00:00.0 
+0100
+++ new/Mac-PropertyList-1.504/CITATION.cff 2022-07-08 05:17:58.0 
+0200
@@ -0,0 +1,47 @@
+# This CITATION.cff file was generated with /Users/brian/bin/bmt
+# Thu Jun 30 14:26:30 2022
+
+abstract: Mac::PropertyList - work with Mac plists at a low level
+authors:
+- alias: briandfoy
+  email: bd...@cpan.org
+  family-names: foy
+  given-names: brian d
+  orcid: -0002-0283-8283
+- alias: petdance
+  email: a...@petdance.com
+  family-names: Lester
+  given-names: Andy
+- alias: wiml
+  email: w...@.org
+  family-names: Lewis
+  given-names: Wim
+- alias: omega
+  email: andreas.marienb...@gmail.com
+  family-names: Marienborg
+  given-names: Andreas
+- alias: preaction
+  email: madcity...@gmail.com
+  family-names: Bell
+  given-names: Doug
+- alias: trwyant
+  email: wy...@cpan.org
+  family-names: Wyant
+  given-names: Tom
+- alias: bram-stappers
+  email: bram.stapp...@tiobe.com
+  family-names: Stappers
+  given-names: Bram
+- alias: chris.ll...@storyshareplatform.com
+  family-names: Lloyd
+  given-names: Chris
+cff-version: 1.2.0
+date-released: 2022-06-30
+license: artistic_2
+license-url: https://github.com/briandfoy/mac-propertylist/blob/master/LICENSE
+message: The GitHub page for this module provides formatted citations
+repository-code: https://github.com/briandfoy/mac-propertylist
+title: The Mac::PropertyList Perl module
+type: software
+version: '1.503'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.503/Changes 
new/Mac-PropertyList-1.504/Changes
--- old/Mac-PropertyList-1.503/Changes  2022-06-30 20:17:51.0 +0200
+++ new/Mac-PropertyList-1.504/Changes  2022-07-08 05:17:58.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl module Mac::PropertyList
 
+1.504 2022-07-08T03:16:18Z
+   * @trwyant fixed some stray debugging output (#14 and #15)
+
 1.503 2022-06-30T18:16:29Z
* Darren Kulp noted an XML error in one of the test strings (GitHub #12)
* No other code changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.503/MANIFEST 
new/Mac-PropertyList-1.504/MANIFEST
--- old/Mac-PropertyList-1.503/MANIFEST 2022-06-30 20:17:53.0 +0200
+++ new/Mac-PropertyList-1.504/MANIFEST 2022-07-08 05:18:00.0 +0200
@@ -1,4 +1,5 @@
 Changes
+CITATION.cff
 DTDs/PropertyList-0.9.dtd
 DTDs/PropertyList-1.0.dtd
 examples/convert_to_perl.pl
@@ -46,5 +47,6 @@
 t/write.t
 t/write_binary.t
 xt/changes.t
+xt/citation.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff 

commit perl-Mac-PropertyList for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2022-07-04 11:32:35

Comparing /work/SRC/openSUSE:Factory/perl-Mac-PropertyList (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1548 (New)


Package is "perl-Mac-PropertyList"

Mon Jul  4 11:32:35 2022 rev:20 rq:986282 version:1.503

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2021-01-20 18:29:10.471613982 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.1548/perl-Mac-PropertyList.changes
2022-07-04 11:32:36.563997469 +0200
@@ -1,0 +2,10 @@
+Fri Jul  1 03:06:20 UTC 2022 - Tina M??ller 
+
+- updated to 1.503
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.503 2022-06-30T18:16:29Z
+   * Darren Kulp noted an XML error in one of the test strings (GitHub #12)
+   * No other code changes
+
+---

Old:

  Mac-PropertyList-1.502.tar.gz

New:

  Mac-PropertyList-1.503.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.lP66SH/_old  2022-07-04 11:32:37.015998197 +0200
+++ /var/tmp/diff_new_pack.lP66SH/_new  2022-07-04 11:32:37.023998210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2021 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
@@ -18,16 +18,17 @@
 
 %define cpan_name Mac-PropertyList
 Name:   perl-Mac-PropertyList
-Version:1.502
+Version:1.503
 Release:0
-Summary:Work with Mac plists at a low level
 License:Artistic-2.0
+Summary:Work with Mac plists at a low level
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
 BuildRequires:  perl(Test::More) >= 1
 BuildRequires:  perl(XML::Entities)
 BuildRequires:  perl(parent)

++ Mac-PropertyList-1.502.tar.gz -> Mac-PropertyList-1.503.tar.gz ++
 2666 lines of diff (skipped)


commit perl-Mac-PropertyList for openSUSE:Factory

2021-01-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2021-01-20 18:28:44

Comparing /work/SRC/openSUSE:Factory/perl-Mac-PropertyList (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.28504 (New)


Package is "perl-Mac-PropertyList"

Wed Jan 20 18:28:44 2021 rev:19 rq:864824 version:1.502

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2020-10-10 00:27:58.10885 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.28504/perl-Mac-PropertyList.changes
   2021-01-20 18:29:10.471613982 +0100
@@ -1,0 +2,9 @@
+Wed Jan 20 03:08:09 UTC 2021 - Tina M??ller 
+
+- updated to 1.502
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.502 2021-01-19T10:17:29Z
+   * freshen distro, dump Travis CI, add Github Actions
+
+---

Old:

  Mac-PropertyList-1.501.tar.gz

New:

  Mac-PropertyList-1.502.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.3RmfrA/_old  2021-01-20 18:29:11.451614881 +0100
+++ /var/tmp/diff_new_pack.3RmfrA/_new  2021-01-20 18:29:11.455614885 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name Mac-PropertyList
 Name:   perl-Mac-PropertyList
-Version:1.501
+Version:1.502
 Release:0
-%define cpan_name Mac-PropertyList
 Summary:Work with Mac plists at a low level
 License:Artistic-2.0
-Group:  Development/Libraries/Perl
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 1
@@ -59,11 +57,11 @@
 request).
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -74,7 +72,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes examples
 %license LICENSE
 

++ Mac-PropertyList-1.501.tar.gz -> Mac-PropertyList-1.502.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.501/Changes 
new/Mac-PropertyList-1.502/Changes
--- old/Mac-PropertyList-1.501/Changes  2020-09-30 06:52:18.0 +0200
+++ new/Mac-PropertyList-1.502/Changes  2021-01-19 11:17:41.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl module Mac::PropertyList
 
+1.502 2021-01-19T10:17:29Z
+   * freshen distro, dump Travis CI, add Github Actions
+
 1.501 2020-09-30T04:50:46Z
* Added create_plist_from_string()
* Merged Tom Wyant's code to handle CF$UID types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.501/MANIFEST.SKIP 
new/Mac-PropertyList-1.502/MANIFEST.SKIP
--- old/Mac-PropertyList-1.501/MANIFEST.SKIP2020-09-30 06:52:18.0 
+0200
+++ new/Mac-PropertyList-1.502/MANIFEST.SKIP2021-01-19 11:17:41.0 
+0100
@@ -58,7 +58,6 @@
 #!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
 
 hacks\b
-\.travis\.yml
 \.appveyor\.yml
 \.releaserc
 \.lwpcookies
@@ -69,3 +68,8 @@
 MANIFEST\s\d
 CHANGES\s\d
 
+\bMANIFEST\s\d
+\bChanges\s\d
+\.icloud$
+\A\.github\b
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.501/META.json 
new/Mac-PropertyList-1.502/META.json
--- old/Mac-PropertyList-1.501/META.json2020-09-30 06:52:21.968155212 
+0200
+++ new/Mac-PropertyList-1.502/META.json2021-01-19 11:17:44.0 
+0100
@@ -58,6 +58,6 @@
  "web" : "https://github.com/briandfoy/mac-propertylist";
   }
},
-   "version" : "1.501",
+   "version" : "1.502",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.501/META.yml 
new/Mac-PropertyList-1.502/META.yml
--- old/Mac-PropertyList-1.501/META.yml 2020-09-30 06:52:21.431024512 +0200
+++ new/Mac-PropertyList-1.502/META.yml 2021-01-19 11:17:4