commit perl-YAML-Syck for openSUSE:Factory
Hello community, here is the log from the commit of package perl-YAML-Syck for openSUSE:Factory checked in at Thu Mar 31 15:48:37 CEST 2011. -------- --- perl-YAML-Syck/perl-YAML-Syck.changes 2010-12-01 14:58:41.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-YAML-Syck/perl-YAML-Syck.changes 2011-03-31 14:35:20.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Mar 31 12:33:19 UTC 2011 - coolo@novell.com + +- update to 1.17 +* Change a C99 comment to a C89 comment +* Upgrade ppport.h from 3.13 to 3.19 +* Remove inc/Test/Builder/IO/Scalar.pm from MANIFEST +* POD formatting fixes contributed by Justin Hunter +* perl RT #78008 - The 5.13.5 development release of perl changed how + regexes are stringified, breaking our tests. Update the tests to + deal with the new syntax. + See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in + perl.git for context. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- YAML-Syck-1.14.tar.bz2 New: ---- YAML-Syck-1.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-Syck.spec ++++++ --- /var/tmp/diff_new_pack.SfOkJU/_old 2011-03-31 15:44:31.000000000 +0200 +++ /var/tmp/diff_new_pack.SfOkJU/_new 2011-03-31 15:44:31.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-YAML-Syck (Version 1.14) +# spec file for package perl-YAML-Syck # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,71 +15,55 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%bcond_with opt Name: perl-YAML-Syck +Version: 1.17 +Release: 1 +License: MIT %define cpan_name YAML-Syck Summary: Fast, lightweight YAML loader and dumper -Version: 1.14 -Release: 2 -License: MIT -Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/YAML-Syck/ -#Source: http://www.cpan.org/modules/by-module/YAML/YAML-Syck-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%if %{with opt} -BuildRequires: perl(Devel::Leak) -%endif BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Test::More) Requires: perl(Scalar::Util) +%{perl_requires} %description -This module provides a Perl interface to the libsyck data serialization -library. It exports the Dump and Load functions for converting Perl data -structures to YAML strings, and the other way around. -NOTE: If you are working with other language's YAML/Syck bindings (such as -Ruby), please set $YAML::Syck::ImplicitTyping to 1 before calling the -Load/Dump functions. The default setting is for preserving -backward-compatibility with YAML.pm. - -Authors: --------- - Audrey Tang <cpan@audreyt.org> +This module provides a Perl interface to the *libsyck* data serialization +library. It exports the 'Dump' and 'Load' functions for converting Perl +data structures to YAML strings, and the other way around. + +*NOTE*: If you are working with other language's YAML/Syck bindings (such +as Ruby), please set '$YAML::Syck::ImplicitTyping' to '1' before calling +the 'Load'/'Dump' functions. The default setting is for preserving +backward-compatibility with 'YAML.pm'. %prep %setup -q -n %{cpan_name}-%{version} -%{__sed} -i '/^auto_install/d' Makefile.PL %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check -%if %{with opt} -AUTOMATED_TESTING=1 %{__make} test -%else %{__make} test -%endif %install %perl_make_install %perl_process_packlist -# remove zero sized *.bs files -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} \; %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(644,root,root,755) %doc Changes COMPATIBILITY COPYING README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de