Hello community, here is the log from the commit of package perl-YAML-LibYAML for openSUSE:Factory checked in at Tue Apr 19 13:05:34 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-YAML-LibYAML/perl-YAML-LibYAML.changes 2011-04-04 10:34:31.000000000 +0200 @@ -0,0 +1,23 @@ +------------------------------------------------------------------- +Mon Apr 4 08:33:41 UTC 2011 - [email protected] + +- updated to 0.35 + - Apply bdfoy patch from rt-46172 + - Update ppport.h to fix rt-64749 & rt-62054 + - Add ANDK's regexp.t patch from rt-62266 + - These changes from chansen++ + - Handle misbehaved tied hashes + - Handle 'get' magic + - Added support for tied arrays and hashes + - Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F) + +------------------------------------------------------------------- +Mon Nov 29 18:32:31 UTC 2010 - [email protected] + +- remove /var/adm/perl-modules + +------------------------------------------------------------------- +Mon Jun 14 05:26:35 UTC 2010 - [email protected] + +- initial package (0.33) + calling whatdependson for head-i586 New: ---- YAML-LibYAML-0.35.tar.gz perl-YAML-LibYAML.changes perl-YAML-LibYAML.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-YAML-LibYAML.spec ++++++ # # spec file for package perl-YAML-LibYAML # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: perl-YAML-LibYAML Version: 0.35 Release: 1 License: GPL+ or Artistic %define cpan_name YAML-LibYAML Summary: YAML::LibYAML Perl module Url: http://search.cpan.org/dist/YAML-LibYAML/ Group: Development/Libraries/Perl #Source: http://www.cpan.org/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz 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. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(644,root,root,755) %doc Changes README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
