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
This commit is contained in:
parent
e29763a187
commit
45113dba27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592
|
||||
size 71513
|
3
YAML-Tiny-1.70.tar.gz
Normal file
3
YAML-Tiny-1.70.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbce4b52b5eafdb04e3043975a08dbf394d00b7d2c958adb9d03d9f7e9291255
|
||||
size 72663
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user