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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
2014-02-12 09:48:21.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 9 13:33:36 UTC 2014 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.R9OHyv/_new 2014-02-12 09:48:21.000000000 +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.000000000 +0200
+++ new/Mac-PropertyList-1.40/Changes 2014-01-03 19:57:21.000000000 +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 <[email protected]> added WriteBinary. Great work!
+ * Wim Lewis <[email protected]> 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.000000000 +0200
+++ new/Mac-PropertyList-1.40/MANIFEST 2014-01-03 19:57:22.000000000 +0100
@@ -12,8 +12,7 @@
LICENSE
Makefile.PL
MANIFEST
-MYMETA.json
-MYMETA.yml
+MANIFEST.SKIP
plists/binary.plist
plists/binary2.plist
plists/com.apple.iPhoto.plist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/MANIFEST.SKIP
new/Mac-PropertyList-1.40/MANIFEST.SKIP
--- old/Mac-PropertyList-1.39/MANIFEST.SKIP 1970-01-01 01:00:00.000000000
+0100
+++ new/Mac-PropertyList-1.40/MANIFEST.SKIP 2014-01-03 19:57:21.000000000
+0100
@@ -0,0 +1,64 @@
+
+#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
+
+
+\.travis\.yml
+\.releaserc
+\.lwpcookies
+Mac-\.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/META.json
new/Mac-PropertyList-1.40/META.json
--- old/Mac-PropertyList-1.39/META.json 2013-09-27 22:28:48.000000000 +0200
+++ new/Mac-PropertyList-1.40/META.json 2014-01-03 19:57:22.000000000 +0100
@@ -43,5 +43,5 @@
}
},
"release_status" : "stable",
- "version" : "1.39"
+ "version" : "1.40"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/META.yml
new/Mac-PropertyList-1.40/META.yml
--- old/Mac-PropertyList-1.39/META.yml 2013-09-27 22:28:48.000000000 +0200
+++ new/Mac-PropertyList-1.40/META.yml 2014-01-03 19:57:22.000000000 +0100
@@ -25,4 +25,4 @@
Time::Local: 0
XML::Entities: 0
parent: 0
-version: 1.39
+version: 1.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/MYMETA.json
new/Mac-PropertyList-1.40/MYMETA.json
--- old/Mac-PropertyList-1.39/MYMETA.json 2013-09-27 22:28:47.000000000
+0200
+++ new/Mac-PropertyList-1.40/MYMETA.json 1970-01-01 01:00:00.000000000
+0100
@@ -1,47 +0,0 @@
-{
- "abstract" : "work with Mac plists at a low level",
- "author" : [
- "brian d foy <[email protected]>"
- ],
- "dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter
version 2.112150",
- "license" : [
- "perl_5"
- ],
- "meta-spec" : {
- "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
- },
- "name" : "Mac-PropertyList",
- "no_index" : {
- "directory" : [
- "t",
- "inc"
- ]
- },
- "prereqs" : {
- "build" : {
- "requires" : {
- "ExtUtils::MakeMaker" : 0
- }
- },
- "configure" : {
- "requires" : {
- "ExtUtils::MakeMaker" : 0
- }
- },
- "runtime" : {
- "requires" : {
- "MIME::Base64" : 0,
- "Math::BigInt" : 0,
- "Scalar::Util" : "1.11",
- "Test::More" : 0,
- "Time::Local" : 0,
- "XML::Entities" : 0,
- "parent" : 0
- }
- }
- },
- "release_status" : "stable",
- "version" : "1.39"
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/MYMETA.yml
new/Mac-PropertyList-1.40/MYMETA.yml
--- old/Mac-PropertyList-1.39/MYMETA.yml 2013-09-27 22:28:47.000000000
+0200
+++ new/Mac-PropertyList-1.40/MYMETA.yml 1970-01-01 01:00:00.000000000
+0100
@@ -1,28 +0,0 @@
----
-abstract: 'work with Mac plists at a low level'
-author:
- - 'brian d foy <[email protected]>'
-build_requires:
- ExtUtils::MakeMaker: 0
-configure_requires:
- ExtUtils::MakeMaker: 0
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version
2.112150'
-license: perl
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
-name: Mac-PropertyList
-no_index:
- directory:
- - t
- - inc
-requires:
- MIME::Base64: 0
- Math::BigInt: 0
- Scalar::Util: 1.11
- Test::More: 0
- Time::Local: 0
- XML::Entities: 0
- parent: 0
-version: 1.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mac-PropertyList-1.39/lib/Mac/PropertyList/ReadBinary.pm
new/Mac-PropertyList-1.40/lib/Mac/PropertyList/ReadBinary.pm
--- old/Mac-PropertyList-1.39/lib/Mac/PropertyList/ReadBinary.pm
2013-09-27 22:28:46.000000000 +0200
+++ new/Mac-PropertyList-1.40/lib/Mac/PropertyList/ReadBinary.pm
2014-01-03 19:57:21.000000000 +0100
@@ -13,7 +13,7 @@
use POSIX qw(SEEK_END SEEK_SET);
use XML::Entities ();
-$VERSION = '1.39';
+$VERSION = '1.40';
__PACKAGE__->_run( @ARGV ) unless caller;
@@ -392,7 +392,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright © 2004-2013 brian d foy. All rights reserved.
+Copyright © 2004-2014 brian d foy. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mac-PropertyList-1.39/lib/Mac/PropertyList/WriteBinary.pm
new/Mac-PropertyList-1.40/lib/Mac/PropertyList/WriteBinary.pm
--- old/Mac-PropertyList-1.39/lib/Mac/PropertyList/WriteBinary.pm
2013-09-27 22:28:46.000000000 +0200
+++ new/Mac-PropertyList-1.40/lib/Mac/PropertyList/WriteBinary.pm
2014-01-03 19:57:21.000000000 +0100
@@ -101,7 +101,7 @@
havePack64 => ( eval { pack('Q>', 1153202979583557643) eq
"\x10\x01\0\0\0\0\0\x0B" } ? 1 : 0 ),
};
-$VERSION = '1.39';
+$VERSION = '1.40';
@EXPORT_OK = qw( as_string );
sub as_string {
@@ -442,7 +442,7 @@
Wim Lewis, C<< <[email protected]> >>
-Copyright © 2012 Wim Lewis. All rights reserved.
+Copyright © 2012-2014 Wim Lewis. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mac-PropertyList-1.39/lib/Mac/PropertyList.pm
new/Mac-PropertyList-1.40/lib/Mac/PropertyList.pm
--- old/Mac-PropertyList-1.39/lib/Mac/PropertyList.pm 2013-09-27
22:28:46.000000000 +0200
+++ new/Mac-PropertyList-1.40/lib/Mac/PropertyList.pm 2014-01-03
19:57:21.000000000 +0100
@@ -24,7 +24,7 @@
'all' => \@EXPORT_OK,
);
-$VERSION = '1.39';
+$VERSION = '1.40';
=encoding utf8
@@ -840,7 +840,7 @@
=head1 COPYRIGHT AND LICENSE
-Copyright © 2004-2013 brian d foy. All rights reserved.
+Copyright © 2004-2014 brian d foy. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]