Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2017-02-16 16:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-Tiny (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-Tiny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes    
2015-08-01 11:38:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes       
2017-02-16 16:48:10.307382632 +0100
@@ -1,0 +2,12 @@
+Tue Feb 14 08:08:03 UTC 2017 - [email protected]
+
+- updated to 1.70
+   see /usr/share/doc/packages/perl-YAML-Tiny/Changes
+
+  1.70    2017-01-22 08:59:54Z
+  
+          [FIXED]
+  
+          - Some errors writing to a file were incorrectly reported.
+
+-------------------------------------------------------------------

Old:
----
  YAML-Tiny-1.69.tar.gz

New:
----
  YAML-Tiny-1.70.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-YAML-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.6pN0Es/_old  2017-02-16 16:48:10.755319027 +0100
+++ /var/tmp/diff_new_pack.6pN0Es/_new  2017-02-16 16:48:10.759318459 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:           perl-YAML-Tiny
-Version:        1.69
+Version:        1.70
 Release:        0
 %define cpan_name YAML-Tiny
 Summary:        Read/Write YAML files with as little code as possible
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/YAML-Tiny/
-Source0:        
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -50,9 +50,9 @@
 said *human-readable* and not *geek-readable*. The sort of files that your
 average manager or secretary should be able to look at and make sense of.
 
-the YAML::Tiny manpage does not generate comments, it won't necessarily
-preserve the order of your hashes, and it will normalise if reading in and
-writing out again.
+YAML::Tiny does not generate comments, it won't necessarily preserve the
+order of your hashes, and it will normalise if reading in and writing out
+again.
 
 It only supports a very basic subset of the full YAML specification.
 
@@ -64,17 +64,17 @@
 refused. Someone has to draw the line, and for YAML::Tiny that someone is
 me.
 
-If you need something with more power move up to the YAML manpage (7
-megabytes of memory overhead) or the YAML::XS manpage (6 megabytes memory
-overhead and requires a C compiler).
-
-To restate, the YAML::Tiny manpage does *not* preserve your comments,
-whitespace, or the order of your YAML data. But it should round-trip from
-Perl structure to file and back again just fine.
+If you need something with more power move up to YAML (7 megabytes of
+memory overhead) or YAML::XS (6 megabytes memory overhead and requires a C
+compiler).
+
+To restate, YAML::Tiny does *not* preserve your comments, whitespace, or
+the order of your YAML data. But it should round-trip from Perl structure
+to file and back again just fine.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -90,6 +90,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog

++++++ YAML-Tiny-1.69.tar.gz -> YAML-Tiny-1.70.tar.gz ++++++
++++ 2671 lines of diff (skipped)


Reply via email to