1
0
Stephan Kulow 2014-07-28 07:49:53 +00:00 committed by Git OBS Bridge
parent a0535ddcd0
commit 0fa85baf72
4 changed files with 36 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb98f304d14f6557b07adfa24da16e00cfa54a9d9484b6e898e35f919c5eb7ba
size 176599

3
YAML-LibYAML-0.44.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:027726648e78363c1a958c142b2a792c2235014bc3036499522d798ce9cd89a2
size 153853

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jul 28 05:30:44 UTC 2014 - coolo@suse.com
- updated to 0.44
- Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this.
0.43 Sat Jul 12 10:04:07 PDT 2014
- Test::Base tests needed 'inc' in @INC
0.42 Fri Jul 11 14:45:58 PDT 2014
- Switch to Zilla::Dist
- No longer dep on Test::Base, Spiffy, and Filter::Util::Call
- Remove test/changes.t
0.41 Wed Mar 13 10:34:55 PDT 2013
- Removed another C++ // style comment. jdb++
0.40 Tue Mar 12 11:05:34 PDT 2013
- Removed C++ // style comments, for better portability. jdb++
0.39 Mon Feb 11 18:08:04 PST 2013
- Using the latest libyaml codebase
- https://github.com/yaml/libyaml/tree/perl-yaml-xs
- Changes have been made to start moving libyaml to 1.2
-------------------------------------------------------------------
Wed May 30 07:57:03 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-YAML-LibYAML
#
# Copyright (c) 2012 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,34 +17,25 @@
Name: perl-YAML-LibYAML
Version: 0.38
Version: 0.44
Release: 0
%define cpan_name YAML-LibYAML
Summary: YAML::LibYAML Perl module
License: GPL-1.0+ or Artistic-1.0
Summary: Perl YAML Serialization using XS and libyaml
License: Artistic-1.0 or GPL-1.0+
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
Patch1: CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
Kirill Siminov's libyaml is arguably the best YAML implementation. The C
library is written precisely to the YAML 1.1 specification. It was originally
bound to Python and was later bound to Ruby.
This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.
This module exports the functions Dump and Load. These functions are intended
to work exactly like YAML.pm's corresponding functions.
Perl YAML Serialization using XS and libyaml
%prep
%setup -q -n %{cpan_name}-%{version}
%patch1 -p1
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -59,7 +50,7 @@ to work exactly like YAML.pm's corresponding functions.
%perl_gen_filelist
%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes README
%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog