From 45113dba272bf1b18d9cc025e8f8fa64f0d05fb90e3f63591c056d9eef9deed8 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 14 Feb 2017 09:07:08 +0000 Subject: [PATCH] Accepting request 457018 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/457018 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=24 --- YAML-Tiny-1.69.tar.gz | 3 --- YAML-Tiny-1.70.tar.gz | 3 +++ perl-YAML-Tiny.changes | 12 ++++++++++++ perl-YAML-Tiny.spec | 29 +++++++++++++++-------------- 4 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 YAML-Tiny-1.69.tar.gz create mode 100644 YAML-Tiny-1.70.tar.gz diff --git a/YAML-Tiny-1.69.tar.gz b/YAML-Tiny-1.69.tar.gz deleted file mode 100644 index 52c8681..0000000 --- a/YAML-Tiny-1.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592 -size 71513 diff --git a/YAML-Tiny-1.70.tar.gz b/YAML-Tiny-1.70.tar.gz new file mode 100644 index 0000000..6b89d7f --- /dev/null +++ b/YAML-Tiny-1.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbce4b52b5eafdb04e3043975a08dbf394d00b7d2c958adb9d03d9f7e9291255 +size 72663 diff --git a/perl-YAML-Tiny.changes b/perl-YAML-Tiny.changes index 3427902..9ab9e0c 100644 --- a/perl-YAML-Tiny.changes +++ b/perl-YAML-Tiny.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 14 08:08:03 UTC 2017 - coolo@suse.com + +- 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. + ------------------------------------------------------------------- Tue Jul 28 09:27:07 UTC 2015 - coolo@suse.com diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec index de3958a..1c0b8f3 100644 --- a/perl-YAML-Tiny.spec +++ b/perl-YAML-Tiny.spec @@ -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 @@ config files) and generating very simple human-readable files. Note that I 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 @@ in a few lines of code. Please don't be offended if your request is 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). +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, 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. +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 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog