commit perl-Mac-PropertyList for openSUSE:Factory

2020-10-09 Thread root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2020-10-10 00:27:52

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


Package is "perl-Mac-PropertyList"

Sat Oct 10 00:27:52 2020 rev:18 rq:839563 version:1.501

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2018-04-19 15:26:50.913523964 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new.4249/perl-Mac-PropertyList.changes
2020-10-10 00:27:58.10885 +0200
@@ -1,0 +2,12 @@
+Sun Oct  4 03:15:23 UTC 2020 - Tina Müller 
+
+- updated to 1.501
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.501 2020-09-30T04:50:46Z
+   * Added create_plist_from_string()
+   * Merged Tom Wyant's code to handle CF$UID types
+   * A few more things emit warnings if they don't get the right type
+   * $XML_{head,foot} are now subroutines
+
+---

Old:

  Mac-PropertyList-1.413.tar.gz

New:

  Mac-PropertyList-1.501.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.o39lQr/_old  2020-10-10 00:27:59.701112678 +0200
+++ /var/tmp/diff_new_pack.o39lQr/_new  2020-10-10 00:27:59.701112678 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Mac-PropertyList
-Version:1.413
+Version:1.501
 Release:0
 %define cpan_name Mac-PropertyList
-Summary:Work with Mac Plists at a Low Level
+Summary:Work with Mac plists at a low level
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mac-PropertyList/
+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) >= 0.94
+BuildRequires:  perl(Test::More) >= 1
 BuildRequires:  perl(XML::Entities)
 BuildRequires:  perl(parent)
 Requires:   perl(XML::Entities)
@@ -62,11 +62,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Mac-PropertyList-1.413.tar.gz -> Mac-PropertyList-1.501.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.413/Changes 
new/Mac-PropertyList-1.501/Changes
--- old/Mac-PropertyList-1.413/Changes  2018-03-22 19:51:21.0 +0100
+++ new/Mac-PropertyList-1.501/Changes  2020-09-30 06:52:18.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl module Mac::PropertyList
 
+1.501 2020-09-30T04:50:46Z
+   * Added create_plist_from_string()
+   * Merged Tom Wyant's code to handle CF$UID types
+   * A few more things emit warnings if they don't get the right type
+   * $XML_{head,foot} are now subroutines
+
 1.413 2018-03-22T18:51:07Z
* Update to Artistic License 2.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.413/MANIFEST 
new/Mac-PropertyList-1.501/MANIFEST
--- old/Mac-PropertyList-1.413/MANIFEST 2018-03-22 19:51:22.0 +0100
+++ new/Mac-PropertyList-1.501/MANIFEST 2020-09-30 06:52:22.0 +0200
@@ -14,6 +14,7 @@
 MANIFEST.SKIP
 plists/binary.plist
 plists/binary2.plist
+plists/binary_uids.plist
 plists/com.apple.iPhoto.plist
 plists/com.apple.iTunes.plist
 plists/com.apple.systempreferences.plist
@@ -39,6 +40,7 @@
 t/pod_coverage.t
 t/read_binary.t
 t/scalar.t
+t/string.t
 t/test_manifest
 t/time.t
 t/write.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.413/MANIFEST.SKIP 
new/Mac-PropertyList-1.501/MANIFEST.SKIP
--- 

commit perl-Mac-PropertyList for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2018-04-19 15:26:47

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


Package is "perl-Mac-PropertyList"

Thu Apr 19 15:26:47 2018 rev:17 rq:593459 version:1.413

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2015-02-08 11:42:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2018-04-19 15:26:50.913523964 +0200
@@ -1,0 +2,33 @@
+Fri Mar 23 06:30:16 UTC 2018 - co...@suse.com
+
+- updated to 1.413
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.413 2018-03-22T18:51:07Z
+   * Update to Artistic License 2.0
+
+---
+Mon Jul 31 05:49:21 UTC 2017 - co...@suse.com
+
+- updated to 1.412
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+  1.412 2017-07-30T18:27:33Z
+   * Fix for plist files with comments (bram.stapp...@tiobe.com) RT #122466
+   and GitHub #5 (as a pull request)
+   * Note that this module does not handle ASCII or JSON formats (but they
+   are in the wishlist now) (anonymous Yahoo! user)
+
+---
+Fri Jul 21 05:43:51 UTC 2017 - co...@suse.com
+
+- updated to 1.411
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+---
+Wed Jul 19 05:48:51 UTC 2017 - co...@suse.com
+
+- updated to 1.411
+   see /usr/share/doc/packages/perl-Mac-PropertyList/Changes
+
+---

Old:

  Mac-PropertyList-1.41.tar.gz

New:

  Mac-PropertyList-1.413.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.MQIxrc/_old  2018-04-19 15:26:51.525499040 +0200
+++ /var/tmp/diff_new_pack.MQIxrc/_new  2018-04-19 15:26:51.525499040 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,20 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.41
+Version:1.413
 Release:0
 %define cpan_name Mac-PropertyList
-Summary:work with Mac plists at a low level
-License:Artistic-1.0 or GPL-1.0+
+Summary:Work with Mac Plists at a Low Level
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mac-PropertyList/
-Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
+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) >= 0.94
 BuildRequires:  perl(XML::Entities)
 BuildRequires:  perl(parent)
 Requires:   perl(XML::Entities)
@@ -37,9 +39,9 @@
 
 %description
 This module is a low-level interface to the Mac OS X Property List (plist)
-format. You probably shouldn't use this in applications–build interfaces on
-top of this so you don't have to put all the heinous multi-level object
-stuff where people have to look at it.
+format in either XML or binary. You probably shouldn't use this in
+applications–build interfaces on top of this so you don't have to put all
+the heinous multi-level object stuff where people have to look at it.
 
 You can parse a plist file and get back a data structure. You can take that
 data structure and get back the plist as XML. If you want to change the
@@ -48,6 +50,14 @@
 You don't need to be on Mac OS X to use this. It simply parses and
 manipulates a text format that Mac OS X uses.
 
+If you need to work with the old ASCII or newer JSON formet, you can use
+the *plutil* tool that comes with MacOS X:
+
+   % plutil -convert xml1 -o ExampleBinary.xml.plist ExampleBinary.plist
+
+Or, you can extend this module to handle those formats (and send a pull
+request).
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -65,6 +75,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples
+%license LICENSE
 
 %changelog

++ Mac-PropertyList-1.41.tar.gz 

commit perl-Mac-PropertyList for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2015-02-08 11:42:47

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


Package is perl-Mac-PropertyList

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2014-02-12 09:48:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2015-02-08 11:42:48.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  7 07:21:44 UTC 2015 - co...@suse.com
+
+- updated to 1.41
+   * Fix up some metadata (GitHub #4)
+
+---

Old:

  Mac-PropertyList-1.40.tar.gz

New:

  Mac-PropertyList-1.41.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.GSJtYb/_old  2015-02-08 11:42:49.0 +0100
+++ /var/tmp/diff_new_pack.GSJtYb/_new  2015-02-08 11:42:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.40
+Version:1.41
 Release:0
 %define cpan_name Mac-PropertyList
 Summary:work with Mac plists at a low level

++ Mac-PropertyList-1.40.tar.gz - Mac-PropertyList-1.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.40/Changes 
new/Mac-PropertyList-1.41/Changes
--- old/Mac-PropertyList-1.40/Changes   2014-01-03 19:57:21.0 +0100
+++ new/Mac-PropertyList-1.41/Changes   2014-09-12 12:16:22.0 +0200
@@ -1,5 +1,8 @@
 # Changes for Mac::PropertyList
 
+1.41 - Fri Sep 12 06:15:56 2014
+   * Fix up some metadata (GitHub #4)
+
 1.40 - Fri Jan  3 13:57:08 2014
* Get rid of MYMETA
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.40/MANIFEST 
new/Mac-PropertyList-1.41/MANIFEST
--- old/Mac-PropertyList-1.40/MANIFEST  2014-01-03 19:57:22.0 +0100
+++ new/Mac-PropertyList-1.41/MANIFEST  2014-09-12 12:16:24.0 +0200
@@ -32,7 +32,6 @@
 t/get_filehandle.t
 t/import.t
 t/load.t
-t/Makefile.PL
 t/parse.t
 t/parse_plist_fh.t
 t/plists.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.40/MANIFEST.SKIP 
new/Mac-PropertyList-1.41/MANIFEST.SKIP
--- old/Mac-PropertyList-1.40/MANIFEST.SKIP 2014-01-03 19:57:21.0 
+0100
+++ new/Mac-PropertyList-1.41/MANIFEST.SKIP 2014-09-12 12:16:22.0 
+0200
@@ -62,3 +62,4 @@
 \.releaserc
 \.lwpcookies
 Mac-\.*
+\.swp$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.40/META.json 
new/Mac-PropertyList-1.41/META.json
--- old/Mac-PropertyList-1.40/META.json 2014-01-03 19:57:22.0 +0100
+++ new/Mac-PropertyList-1.41/META.json 2014-09-12 12:16:23.0 +0200
@@ -4,7 +4,7 @@
   brian d foy bd...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -22,26 +22,41 @@
prereqs : {
   build : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   runtime : {
  requires : {
-MIME::Base64 : 0,
-Math::BigInt : 0,
+MIME::Base64 : 0,
+Math::BigInt : 0,
 Scalar::Util : 1.11,
-Test::More : 0,
-Time::Local : 0,
-XML::Entities : 0,
-parent : 0
+Time::Local : 0,
+XML::Entities : 0,
+parent : 0
+ }
+  },
+  test : {
+ requires : {
+Test::More : 0
  }
   }
},
release_status : stable,
-   version : 1.40
+   resources : {
+  bugtracker : {
+ mailto : bug-macpropertyl...@rt.cpan.org,
+ web : 
https://rt.cpan.org/Public/Dist/Display.html?Name=Mac-PropertyList;
+  },
+  repository : {
+   

commit perl-Mac-PropertyList for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2014-02-12 07:17:24

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


Package is perl-Mac-PropertyList

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2013-10-06 14:54:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2014-02-12 09:48:21.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  9 13:33:36 UTC 2014 - co...@suse.com
+
+- updated to 1.40
+ * Get rid of MYMETA
+
+---

Old:

  Mac-PropertyList-1.39.tar.gz

New:

  Mac-PropertyList-1.40.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.R9OHyv/_old  2014-02-12 09:48:21.0 +0100
+++ /var/tmp/diff_new_pack.R9OHyv/_new  2014-02-12 09:48:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.39
+Version:1.40
 Release:0
 %define cpan_name Mac-PropertyList
-Summary:Work with Mac plists at a low level
+Summary:work with Mac plists at a low level
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mac-PropertyList/
@@ -31,15 +31,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::Entities)
 BuildRequires:  perl(parent)
-#BuildRequires: perl(File::Find::Rule)
-#BuildRequires: perl(JSON::Any)
-#BuildRequires: perl(Mac::PropertyList)
-#BuildRequires: perl(Mac::PropertyList::Boolean)
-#BuildRequires: perl(Mac::PropertyList::Container)
-#BuildRequires: perl(Mac::PropertyList::Item)
-#BuildRequires: perl(Mac::PropertyList::ReadBinary)
-#BuildRequires: perl(Mac::PropertyList::Scalar)
-#BuildRequires: perl(Mac::PropertyList::Source)
 Requires:   perl(XML::Entities)
 Requires:   perl(parent)
 %{perl_requires}
@@ -74,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE MYMETA.json MYMETA.yml README
+%doc Changes examples LICENSE README
 
 %changelog

++ Mac-PropertyList-1.39.tar.gz - Mac-PropertyList-1.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.39/Changes 
new/Mac-PropertyList-1.40/Changes
--- old/Mac-PropertyList-1.39/Changes   2013-09-27 22:28:46.0 +0200
+++ new/Mac-PropertyList-1.40/Changes   2014-01-03 19:57:21.0 +0100
@@ -1,10 +1,10 @@
-1.37 - Thu Aug 30 11:39:39 2012
-   * fix plist_as_perl to be the same as as_perl (and as
-   documented)
+# Changes for Mac::PropertyList
+
+1.40 - Fri Jan  3 13:57:08 2014
+   * Get rid of MYMETA
 
 1.39 - Fri Sep 27 16:28:21 2013
* Bump to full release
-   ��
 
 1.38_02 - Mon Sep 23 19:52:20 2013
* Fix non-portable strftime format (RT #83460)
@@ -14,7 +14,11 @@
tests for it.
 
 1.38 - Tue Oct 23 15:44:26 2012
-   Wim Lewis w...@cpan.org added WriteBinary. Great work!
+   * Wim Lewis w...@cpan.org added WriteBinary. Great work!
+
+1.37 - Thu Aug 30 11:39:39 2012
+   * fix plist_as_perl to be the same as as_perl (and as
+   documented)
 
 1.36 - Sat Jun 16 16:10:01 2012
* Update the docs, and make the previous dev releases official
@@ -98,7 +102,7 @@
* No need to upgrade if you have the previous version (0.11)
 
 0.51 - Tue Feb  3 16:39:39 2004
-* Refactored the module to get rid of goofy data structure---if you
+* Refactored the module to get rid of goofy data structure—if you
 peeked behind-the-scenes this will bite you
 * Each type in the plist now has its own class, with methods to affect it
 
@@ -114,5 +118,5 @@
* no need to upgrade from 0.09 if you already have it installed
 
 0.09 - Fri Jan 31 11:20:53 2003
-   * fixed bug in which a dicct key named 0 would kill the program
+   * fixed bug in which a dict key named 0 would kill the program
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.39/MANIFEST 
new/Mac-PropertyList-1.40/MANIFEST
--- old/Mac-PropertyList-1.39/MANIFEST  2013-09-27 22:28:48.0 +0200
+++ 

commit perl-Mac-PropertyList for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2013-10-06 14:54:20

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


Package is perl-Mac-PropertyList

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2013-06-06 15:26:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2013-10-06 14:54:21.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:15:23 UTC 2013 - co...@suse.com
+
+- updated to 1.39
+  * Bump to full release
+  * Fix non-portable strftime format (RT #83460)
+  * Wim Lewis improved the binary reader / writer and made better
+   tests for it.
+
+---

Old:

  Mac-PropertyList-1.38.tar.gz

New:

  Mac-PropertyList-1.39.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.8MO5sB/_old  2013-10-06 14:54:22.0 +0200
+++ /var/tmp/diff_new_pack.8MO5sB/_new  2013-10-06 14:54:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name Mac-PropertyList
 Summary:Work with Mac plists at a low level
@@ -46,8 +46,8 @@
 
 %description
 This module is a low-level interface to the Mac OS X Property List (plist)
-format. You probably shouldn't use this in applications--build interfaces
-on top of this so you don't have to put all the heinous multi-level object
+format. You probably shouldn't use this in applications–build interfaces on
+top of this so you don't have to put all the heinous multi-level object
 stuff where people have to look at it.
 
 You can parse a plist file and get back a data structure. You can take that

++ Mac-PropertyList-1.38.tar.gz - Mac-PropertyList-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/Changes 
new/Mac-PropertyList-1.39/Changes
--- old/Mac-PropertyList-1.38/Changes   2012-10-23 22:45:08.0 +0200
+++ new/Mac-PropertyList-1.39/Changes   2013-09-27 22:28:46.0 +0200
@@ -2,6 +2,17 @@
* fix plist_as_perl to be the same as as_perl (and as
documented)
 
+1.39 - Fri Sep 27 16:28:21 2013
+   * Bump to full release
+   ��
+
+1.38_02 - Mon Sep 23 19:52:20 2013
+   * Fix non-portable strftime format (RT #83460)
+
+1.38_01 - Sun Feb 10 17:08:57 2013
+   * Wim Lewis improved the binary reader / writer and made better
+   tests for it.
+
 1.38 - Tue Oct 23 15:44:26 2012
Wim Lewis w...@cpan.org added WriteBinary. Great work!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MANIFEST 
new/Mac-PropertyList-1.39/MANIFEST
--- old/Mac-PropertyList-1.38/MANIFEST  2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/MANIFEST  2013-09-27 22:28:48.0 +0200
@@ -15,6 +15,7 @@
 MYMETA.json
 MYMETA.yml
 plists/binary.plist
+plists/binary2.plist
 plists/com.apple.iPhoto.plist
 plists/com.apple.iTunes.plist
 plists/com.apple.systempreferences.plist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/META.json 
new/Mac-PropertyList-1.39/META.json
--- old/Mac-PropertyList-1.38/META.json 2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/META.json 2013-09-27 22:28:48.0 +0200
@@ -43,5 +43,5 @@
   }
},
release_status : stable,
-   version : 1.38
+   version : 1.39
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/META.yml 
new/Mac-PropertyList-1.39/META.yml
--- old/Mac-PropertyList-1.38/META.yml  2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/META.yml  2013-09-27 22:28:48.0 +0200
@@ -25,4 +25,4 @@
   Time::Local: 0
   XML::Entities: 0
   parent: 0
-version: 1.38
+version: 1.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MYMETA.json 
new/Mac-PropertyList-1.39/MYMETA.json
--- old/Mac-PropertyList-1.38/MYMETA.json   2012-10-23 22:45:09.0 
+0200
+++ new/Mac-PropertyList-1.39/MYMETA.json   2013-09-27 22:28:47.0 
+0200
@@ -43,5 +43,5 @@
   }
},
release_status : stable,
-   version : 1.38
+   version : 1.39
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MYMETA.yml 

commit perl-Mac-PropertyList for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2013-06-06 15:26:28

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


Package is perl-Mac-PropertyList

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2012-10-03 08:46:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2013-06-06 15:26:29.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 14:31:27 UTC 2013 - co...@suse.com
+
+- updated to 1.38
+ Wim Lewis w...@cpan.org added WriteBinary. Great work!
+
+---

Old:

  Mac-PropertyList-1.37.tar.gz

New:

  Mac-PropertyList-1.38.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.R1zmkc/_old  2013-06-06 15:26:32.0 +0200
+++ /var/tmp/diff_new_pack.R1zmkc/_new  2013-06-06 15:26:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mac-PropertyList
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,31 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.37
+Version:1.38
 Release:0
 %define cpan_name Mac-PropertyList
 Summary:Work with Mac plists at a low level
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Mac-PropertyList/
 Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl = 5.10.0
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::Entities)
+BuildRequires:  perl(parent)
+#BuildRequires: perl(File::Find::Rule)
+#BuildRequires: perl(JSON::Any)
+#BuildRequires: perl(Mac::PropertyList)
+#BuildRequires: perl(Mac::PropertyList::Boolean)
+#BuildRequires: perl(Mac::PropertyList::Container)
+#BuildRequires: perl(Mac::PropertyList::Item)
+#BuildRequires: perl(Mac::PropertyList::ReadBinary)
+#BuildRequires: perl(Mac::PropertyList::Scalar)
+#BuildRequires: perl(Mac::PropertyList::Source)
 Requires:   perl(XML::Entities)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
@@ -50,22 +61,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples LICENSE MYMETA.json MYMETA.yml README
 
 %changelog

++ Mac-PropertyList-1.37.tar.gz - Mac-PropertyList-1.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.37/Changes 
new/Mac-PropertyList-1.38/Changes
--- old/Mac-PropertyList-1.37/Changes   2012-08-30 18:40:07.0 +0200
+++ new/Mac-PropertyList-1.38/Changes   2012-10-23 22:45:08.0 +0200
@@ -1,8 +1,10 @@
-
 1.37 - Thu Aug 30 11:39:39 2012
* fix plist_as_perl to be the same as as_perl (and as
documented)
 
+1.38 - Tue Oct 23 15:44:26 2012
+   Wim Lewis w...@cpan.org added WriteBinary. Great work!
+
 1.36 - Sat Jun 16 16:10:01 2012
* Update the docs, and make the previous dev releases official
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.37/MANIFEST 
new/Mac-PropertyList-1.38/MANIFEST
--- old/Mac-PropertyList-1.37/MANIFEST  2012-08-30 18:40:08.0 +0200
+++ new/Mac-PropertyList-1.38/MANIFEST  2012-10-23 22:45:09.0 +0200
@@ -8,9 +8,12 @@
 hacks/plist.pl
 lib/Mac/PropertyList.pm
 lib/Mac/PropertyList/ReadBinary.pm
+lib/Mac/PropertyList/WriteBinary.pm
 LICENSE
 Makefile.PL
 MANIFEST
+MYMETA.json
+MYMETA.yml
 plists/binary.plist
 plists/com.apple.iPhoto.plist
 plists/com.apple.iTunes.plist
@@ -40,4 +43,6 @@
 t/test_manifest
 t/time.t
 t/write.t
-META.yml Module meta-data (added by MakeMaker)
+t/write_binary.t
+META.yml 

commit perl-Mac-PropertyList for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2011-12-06 18:43:55

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


Package is perl-Mac-PropertyList, Maintainer is 

Changes:




Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.rTOrFB/_old  2011-12-06 19:12:52.0 +0100
+++ /var/tmp/diff_new_pack.rTOrFB/_new  2011-12-06 19:12:52.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Mac-PropertyList
 Version:1.34
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Mac-PropertyList
 Summary:work with Mac plists at a low level
 Url:http://search.cpan.org/dist/Mac-PropertyList/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mac-PropertyList for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory
checked in at Mon Aug 1 15:24:19 CEST 2011.




--- perl-Mac-PropertyList/perl-Mac-PropertyList.changes 2011-02-21 
05:52:22.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Mac-PropertyList/perl-Mac-PropertyList.changes
2011-08-01 14:14:37.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 30 18:58:53 EST 2011 - greg.freem...@opensuse.com
+
+- upgrade to 1.34
+   * In ReadBinary, handle the data as big-endian. This means you
+  need the  pack modifier introduced in 5.10.
+   * Require 5.10 because I need the  pack modifier
+   * Ensure binary reads are for big endian
+   * Various cleanups for format and whitespace
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:Mac-PropertyList-1.33.tar.gz

New:

  Mac-PropertyList-1.34.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.tzqWxB/_old  2011-08-01 15:23:55.0 +0200
+++ /var/tmp/diff_new_pack.tzqWxB/_new  2011-08-01 15:23:55.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.33
+Version:1.34
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Mac-PropertyList
 Summary:work with Mac plists at a low level
 Url:http://search.cpan.org/dist/Mac-PropertyList/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/Mac-PropertyList-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -48,57 +47,6 @@
 You don't need to be on Mac OS X to use this. It simply parses and
 manipulates a text format that Mac OS X uses.
 
-The Property List format
-The MacOS X Property List format is simple XML. You can read the DTD to
-get the details.
-
-   http://www.apple.com/DTDs/PropertyList-1.0.dtd
-
-One big problem exists--its dict type uses a flat structure to list
-keys and values so that values are only associated with their keys by
-their position in the file rather than by the structure of the DTD.
-This problem is the major design hinderance in this module. A smart XML
-format would have made things much easier.
-
-If the parse_plist encounters an empty key tag in a dict structure
-(i.e. 'key/key' ) the function croaks.
-
-The Mac::PropertyList classes
-A plist can have one or more of any of the plist objects, and we have
-to remember the type of thing so we can go back to the XML format. Perl
-treats numbers and strings the same, but the plist format doesn't.
-
-Therefore, everything 'Mac::PropertyList' creates is an object of some
-sort. Container objects like 'Mac::PropertyList::array' and
-'Mac::PropertyList::dict' hold other objects.
-
-There are several types of objects:
-
-   Mac::PropertyList::string
-   Mac::PropertyList::data
-   Mac::PropertyList::real
-   Mac::PropertyList::integer
-   Mac::PropertyList::date
-   Mac::PropertyList::array
-   Mac::PropertyList::dict
-
-* new( VALUE )
-
-  Create the object.
-
-* value
-
-  Access the value of the object. At the moment you cannot change the
-  value
-
-* type
-
-  Access the type of the object (string, data, etc)
-
-* write
-
-  Create a string version of the object, recursively if necessary.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -118,7 +66,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes LICENSE README
+%defattr(-,root,root,755)
+%doc Changes examples LICENSE README
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mac-PropertyList for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory
checked in at Mon Jul 25 13:05:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Mac-PropertyList/perl-Mac-PropertyList.changes
2011-02-21 05:52:22.0 +0100
@@ -0,0 +1,6 @@
+---
+Mon Feb 21 04:51:53 UTC 2011 - greg.freem...@gmail.com
+
+- initial package 1.33
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  perl-Mac-PropertyList.changes
  perl-Mac-PropertyList.spec
  _service
  _service:download_url:Mac-PropertyList-1.33.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
#
# spec file for package perl-Mac-PropertyList
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Mac-PropertyList
Version:1.33
Release:1
License:GPL+ or Artistic
%define cpan_name Mac-PropertyList
Summary:work with Mac plists at a low level
Url:http://search.cpan.org/dist/Mac-PropertyList/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/Mac-PropertyList-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(XML::Entities)
Requires:   perl(XML::Entities)
%{perl_requires}

%description
This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.

The Property List format
The MacOS X Property List format is simple XML. You can read the DTD to
get the details.

http://www.apple.com/DTDs/PropertyList-1.0.dtd

One big problem exists--its dict type uses a flat structure to list
keys and values so that values are only associated with their keys by
their position in the file rather than by the structure of the DTD.
This problem is the major design hinderance in this module. A smart XML
format would have made things much easier.

If the parse_plist encounters an empty key tag in a dict structure
(i.e. 'key/key' ) the function croaks.

The Mac::PropertyList classes
A plist can have one or more of any of the plist objects, and we have
to remember the type of thing so we can go back to the XML format. Perl
treats numbers and strings the same, but the plist format doesn't.

Therefore, everything 'Mac::PropertyList' creates is an object of some
sort. Container objects like 'Mac::PropertyList::array' and
'Mac::PropertyList::dict' hold other objects.

There are several types of objects:

Mac::PropertyList::string
Mac::PropertyList::data
Mac::PropertyList::real
Mac::PropertyList::integer
Mac::PropertyList::date
Mac::PropertyList::array
Mac::PropertyList::dict

* new( VALUE )

  Create the object.

* value

  Access the value of the object. At the moment you cannot change the
  value

* type

  Access the type of the object (string, data, etc)

* write

  Create a string version of the object, recursively if necessary.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes LICENSE README

%changelog
++ _service ++
services
  service name=download_urlparam