forked from pool/perl-YAML-LibYAML
Accepting request 631130 from home:jbaier_cz:branches:devel:languages:perl
Update to 0.72 OBS-URL: https://build.opensuse.org/request/show/631130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=20
This commit is contained in:
parent
1ff67d4ee4
commit
0c74b7f981
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9df424ef5e968054042cacafa2f44354a662329df974d178dffce7529fc99f54
|
||||
size 140949
|
3
YAML-LibYAML-0.72.tar.gz
Normal file
3
YAML-LibYAML-0.72.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f34a9c7cac99075311723bc83fc007a029f440da02cca1e89ca4babf205c536
|
||||
size 147901
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 14:44:54 UTC 2018 - jbaier@suse.cz
|
||||
|
||||
- update to 0.72
|
||||
- update download source on metacpan
|
||||
- upstream changelog:
|
||||
* Update to libyaml 0.2.1 (tinita) It's forbidden now to escape single
|
||||
* quotes inside double quotes
|
||||
* When disabling $LoadBlessed, return scalars not refs (tinita)
|
||||
* Save anchors also for blessed scalars (tinita)
|
||||
* Fix format specifier/argument mismatch PR#79 @a3f++
|
||||
* Travis CI: Test on Perl 5.26 PR#80 @a3f++
|
||||
* Fix a C90-compatibility issue PR#81 @stphnlyd++
|
||||
* Security fix Add $LoadBlessed option to turn on/off loading objects
|
||||
* PR#73 PR#74 TINITA++
|
||||
* Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++)
|
||||
* Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)
|
||||
* Support standard tags !!str, !!map and !!seq instead of dying. PR#67
|
||||
* (TINITA++)
|
||||
* Support JSON::PP::Boolean and boolean.pm via $YAML::XS::Boolean. PR#66
|
||||
* (TINITA++) Thanks also to Björn Höhrmann for SvPV_nolen()
|
||||
* Apply PR#55 (@vti++)
|
||||
* Dump() was modifying original data, adding a PV to numbers
|
||||
* Added a test for this (TINITA++)
|
||||
* Prevent warning about unused variables (see issue#59)
|
||||
* Clarify documentation about exported functions
|
||||
* use lib FindBin::Bin in tests, preparing for perl 5.26 where '.' gets
|
||||
* removed from @INC. Fixes issue#54 TINITA++
|
||||
* Use the latest libyaml sources.
|
||||
* Lazy load B::Deparse for faster startup time. Applied PR/53 by
|
||||
* @perlpunk++ (submitted by @carnil++ from a Debian issue as GitHub
|
||||
* issue#52)
|
||||
* Apply PR/48 by @perlpunk++
|
||||
* Fixes memory leaks
|
||||
* Apply PR/42 @perlpunk++ (fix for detecting filehandles)
|
||||
* Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++)
|
||||
* Apply PR/33. @andygrundman++. Solaris fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 16:30:00 UTC 2015 - bjh21@cam.ac.uk
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-YAML-LibYAML
|
||||
#
|
||||
# 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
|
||||
@ -16,19 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-YAML-LibYAML
|
||||
Version: 0.59
|
||||
Release: 0
|
||||
%define cpan_name YAML-LibYAML
|
||||
Name: perl-YAML-LibYAML
|
||||
Version: 0.72
|
||||
Release: 0
|
||||
Summary: Perl YAML Serialization using XS and libyaml
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/YAML-LibYAML/
|
||||
Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: http://search.cpan.org/dist/YAML-LibYAML/
|
||||
Source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Patch0: %{name}-no-plan.patch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Patch0: %{name}-no-plan.patch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -44,11 +43,11 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
%endif
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make %{?_smp_mflags} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -57,6 +56,7 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user