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 <[email protected]>
+
+- 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.000000000
+0100
+++ new/Mac-PropertyList-1.504/CITATION.cff 2022-07-08 05:17:58.000000000
+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: [email protected]
+ family-names: foy
+ given-names: brian d
+ orcid: 0000-0002-0283-8283
+- alias: petdance
+ email: [email protected]
+ family-names: Lester
+ given-names: Andy
+- alias: wiml
+ email: [email protected]
+ family-names: Lewis
+ given-names: Wim
+- alias: omega
+ email: [email protected]
+ family-names: Marienborg
+ given-names: Andreas
+- alias: preaction
+ email: [email protected]
+ family-names: Bell
+ given-names: Doug
+- alias: trwyant
+ email: [email protected]
+ family-names: Wyant
+ given-names: Tom
+- alias: bram-stappers
+ email: [email protected]
+ family-names: Stappers
+ given-names: Bram
+- alias: [email protected]
+ 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.000000000 +0200
+++ new/Mac-PropertyList-1.504/Changes 2022-07-08 05:17:58.000000000 +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.000000000 +0200
+++ new/Mac-PropertyList-1.504/MANIFEST 2022-07-08 05:18:00.000000000 +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.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/META.json
new/Mac-PropertyList-1.504/META.json
--- old/Mac-PropertyList-1.503/META.json 2022-06-30 20:17:53.000000000
+0200
+++ new/Mac-PropertyList-1.504/META.json 2022-07-08 05:18:00.000000000
+0200
@@ -58,6 +58,6 @@
"web" : "https://github.com/briandfoy/mac-propertylist"
}
},
- "version" : "1.503",
+ "version" : "1.504",
"x_serialization_backend" : "JSON::PP version 4.07"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/META.yml
new/Mac-PropertyList-1.504/META.yml
--- old/Mac-PropertyList-1.503/META.yml 2022-06-30 20:17:53.000000000 +0200
+++ new/Mac-PropertyList-1.504/META.yml 2022-07-08 05:18:00.000000000 +0200
@@ -30,5 +30,5 @@
bugtracker: https://github.com/briandfoy/mac-propertylist/issues
homepage: https://github.com/briandfoy/mac-propertylist
repository: https://github.com/briandfoy/mac-propertylist.git
-version: '1.503'
+version: '1.504'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mac-PropertyList-1.503/lib/Mac/PropertyList/ReadBinary.pm
new/Mac-PropertyList-1.504/lib/Mac/PropertyList/ReadBinary.pm
--- old/Mac-PropertyList-1.503/lib/Mac/PropertyList/ReadBinary.pm
2022-06-30 20:17:51.000000000 +0200
+++ new/Mac-PropertyList-1.504/lib/Mac/PropertyList/ReadBinary.pm
2022-07-08 05:17:58.000000000 +0200
@@ -13,7 +13,9 @@
use POSIX qw(SEEK_END SEEK_SET);
use XML::Entities ();
-our $VERSION = '1.503';
+our $VERSION = '1.504';
+
+my $Debug = $ENV{PLIST_DEBUG} || 0;
__PACKAGE__->_run( @ARGV ) unless caller;
@@ -366,25 +368,25 @@
sub _read_object {
my $self = shift;
-say "Reading object!";
+ say "Reading object!" if $Debug;
my $buffer;
- say "\tTELL: ", tell( $self->_fh );
+ say "\tTELL: ", tell( $self->_fh ) if $Debug;
croak "read() failed while trying to get type byte! $!"
unless read( $self->_fh, $buffer, 1) == 1;
my $length = unpack( "C*", $buffer ) & 0x0F;
-say "\tlength is $length";
+ say "\tlength is $length" if $Debug;
$buffer = unpack "H*", $buffer;
- say "\t", join '', map { sprintf '%02x', ord } split //, $buffer;
+ say "\t", join '', map { sprintf '%02x', ord } split //, $buffer if $Debug;
my $type = substr $buffer, 0, 1;
-say "\ttype is $type";
+ say "\ttype is $type" if $Debug;
$length = $self->_read_object->value if $type ne "0" && $length == 15;
my $sub = $type_readers->{ $type };
my $result = eval { $sub->( $self, $length ) };
croak "$@" if $@;
-say "RESULT: ", Dumper($result);
+ say "RESULT: ", Dumper($result) if $Debug;
return $result;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mac-PropertyList-1.503/lib/Mac/PropertyList/WriteBinary.pm
new/Mac-PropertyList-1.504/lib/Mac/PropertyList/WriteBinary.pm
--- old/Mac-PropertyList-1.503/lib/Mac/PropertyList/WriteBinary.pm
2022-06-30 20:17:51.000000000 +0200
+++ new/Mac-PropertyList-1.504/lib/Mac/PropertyList/WriteBinary.pm
2022-07-08 05:17:58.000000000 +0200
@@ -102,7 +102,7 @@
havePack64 => ( eval { pack('Q>', 1153202979583557643) eq
"\x10\x01\0\0\0\0\0\x0B" } ? 1 : 0 ),
};
-our $VERSION = '1.503';
+our $VERSION = '1.504';
our @EXPORT_OK = qw( as_string );
sub as_string {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/lib/Mac/PropertyList.pm
new/Mac-PropertyList-1.504/lib/Mac/PropertyList.pm
--- old/Mac-PropertyList-1.503/lib/Mac/PropertyList.pm 2022-06-30
20:17:51.000000000 +0200
+++ new/Mac-PropertyList-1.504/lib/Mac/PropertyList.pm 2022-07-08
05:17:58.000000000 +0200
@@ -27,7 +27,7 @@
'all' => \@EXPORT_OK,
);
-our $VERSION = '1.503';
+our $VERSION = '1.504';
=encoding utf8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/t/as_perl.t
new/Mac-PropertyList-1.504/t/as_perl.t
--- old/Mac-PropertyList-1.503/t/as_perl.t 2022-06-30 20:17:51.000000000
+0200
+++ new/Mac-PropertyList-1.504/t/as_perl.t 2022-07-08 05:17:58.000000000
+0200
@@ -52,7 +52,7 @@
use_ok( $class ) or BAIL_OUT( "$class did not compile\n" );
-my $type_class = $class . '::array';
+my $dict_type = $class . '::dict';
my $parse_fqname = $class . '::parse_plist_file';
my $test_file = catfile( qw( plists the_perl_review.abcdp ) );
@@ -60,7 +60,7 @@
{
my $plist = &{$parse_fqname}( $test_file );
-isa_ok( $plist, "${class}::dict" );
+isa_ok( $plist, $dict_type );
can_ok( $plist, @methods );
my $perl = $plist->as_perl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/t/import.t
new/Mac-PropertyList-1.504/t/import.t
--- old/Mac-PropertyList-1.503/t/import.t 2022-06-30 20:17:51.000000000
+0200
+++ new/Mac-PropertyList-1.504/t/import.t 2022-07-08 05:17:58.000000000
+0200
@@ -55,7 +55,7 @@
ok( ! defined( &$name ), "$name is not defined yet" );
}
-Mac::PropertyList->import( ":all" );
+$class->import( ":all" );
foreach my $name ( @subs ) {
ok( defined( &$name ), "$name is now defined yet" );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.503/xt/citation.t
new/Mac-PropertyList-1.504/xt/citation.t
--- old/Mac-PropertyList-1.503/xt/citation.t 1970-01-01 01:00:00.000000000
+0100
+++ new/Mac-PropertyList-1.504/xt/citation.t 2022-07-08 05:17:58.000000000
+0200
@@ -0,0 +1,24 @@
+# This xt/citation.t file was generated with /Users/brian/bin/bmt
+# Thu Jun 30 14:26:30 2022
+
+
+use strict;
+
+use Test::More;
+
+my $file = 'CITATION.cff';
+
+SKIP: {
+ my $rc = eval { require YAML; YAML->VERSION('1.26'); 1 };
+ skip "Need YAML to test $file", 1 unless $rc;
+
+ subtest citations => sub {
+ ok( -e $file, "$file exists" );
+ my $data = eval { YAML::LoadFile( $file ) };
+ my $error = $@;
+ ok( defined $data, "Loaded data from $file" )
or diag( "Error loading $file: $@" );
+ };
+ }
+
+done_testing();
+