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 2020-10-27 19:01:33 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.3463 (New) Package is "perl-YAML-Syck" Tue Oct 27 19:01:33 2020 rev:35 rq:844247 version:1.34 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2020-01-29 13:21:31.042266058 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.3463/perl-YAML-Syck.changes 2020-10-27 19:01:49.374868878 +0100 @@ -1,0 +2,8 @@ +Tue Oct 27 03:09:42 UTC 2020 - Tina Müller + +- updated to 1.34 + see /usr/share/doc/packages/perl-YAML-Syck/Changes + + 1.34 Oct 26 2020 + +--- Old: YAML-Syck-1.32.tar.gz New: YAML-Syck-1.34.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.Hw9mhN/_old 2020-10-27 19:01:49.970869312 +0100 +++ /var/tmp/diff_new_pack.Hw9mhN/_new 2020-10-27 19:01:49.974869314 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-YAML-Syck -Version:1.32 +Version:1.34 Release:0 %define cpan_name YAML-Syck Summary:Perl YAML loader and dumper License:MIT Group: Development/Libraries/Perl -Url:https://metacpan.org/release/%{cpan_name} +URL:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ YAML-Syck-1.32.tar.gz -> YAML-Syck-1.34.tar.gz ++ 12137 lines of diff (skipped)
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 2020-01-29 13:20:30 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.26092 (New) Package is "perl-YAML-Syck" Wed Jan 29 13:20:30 2020 rev:34 rq:768196 version:1.32 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2018-11-15 12:40:48.994224990 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new.26092/perl-YAML-Syck.changes 2020-01-29 13:21:31.042266058 +0100 @@ -1,0 +2,15 @@ +Tue Jan 28 03:16:46 UTC 2020 - + +- updated to 1.32 + see /usr/share/doc/packages/perl-YAML-Syck/Changes + + [Changes for 1.32 - 2020-01-27] + + INTERFACE CHANGE + * Change default for LoadBlessed to false + + * Remove YAML::Syck tests which parse META.yml + * Switch to github actions for testing + * Remove 'use vars' from code in favor of our + +--- Old: YAML-Syck-1.31.tar.gz New: YAML-Syck-1.32.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.jTWlJm/_old 2020-01-29 13:21:33.282267203 +0100 +++ /var/tmp/diff_new_pack.jTWlJm/_new 2020-01-29 13:21:33.282267203 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,7 +17,7 @@ Name: perl-YAML-Syck -Version:1.31 +Version:1.32 Release:0 %define cpan_name YAML-Syck Summary:Perl YAML loader and dumper @@ -43,7 +43,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" @@ -59,7 +59,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes COMPATIBILITY +%doc Changes COMPATIBILITY README.md %license COPYING %changelog ++ YAML-Syck-1.31.tar.gz -> YAML-Syck-1.32.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.31/Changes new/YAML-Syck-1.32/Changes --- old/YAML-Syck-1.31/Changes 2018-10-25 21:20:12.0 +0200 +++ new/YAML-Syck-1.32/Changes 2020-01-27 23:17:38.0 +0100 @@ -1,4 +1,13 @@ +[Changes for 1.32 - 2020-01-27] + + INTERFACE CHANGE +* Change default for LoadBlessed to false + +* Remove YAML::Syck tests which parse META.yml +* Switch to github actions for testing +* Remove 'use vars' from code in favor of our + [Changes for 1.31 - 2018-10-25] * Switch to ExtUtils::MakeMaker for builder diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.31/MANIFEST new/YAML-Syck-1.32/MANIFEST --- old/YAML-Syck-1.31/MANIFEST 2018-10-25 21:20:12.0 +0200 +++ new/YAML-Syck-1.32/MANIFEST 2020-01-27 23:18:20.0 +0100 @@ -8,37 +8,19 @@ handler.c implicit.c inc/ExtUtils/HasCompiler.pm -inc/Module/Install.pm -inc/Module/Install/Base.pm -inc/Module/Install/Can.pm -inc/Module/Install/Compiler.pm -inc/Module/Install/Fetch.pm -inc/Module/Install/Include.pm -inc/Module/Install/Makefile.pm -inc/Module/Install/Metadata.pm -inc/Module/Install/Win32.pm -inc/Module/Install/WriteAll.pm -inc/parent.pm -inc/PerlIO.pm -inc/Scalar/Util.pm -inc/Test/Builder.pm -inc/Test/Builder/IO/Scalar.pm -inc/Test/Builder/Module.pm -inc/Test/More.pm lib/JSON/Syck.pm lib/YAML/Dumper/Syck.pm lib/YAML/Loader/Syck.pm lib/YAML/Syck.pm Makefile.PL -MANIFEST This list of files -META.yml +MANIFEST node.c perl_common.h perl_syck.h ppport.h ppport_math.h ppport_sort.h -README +README.md syck.h Syck.xs syck_.c @@ -69,8 +51,6 @@ t/json-singlequote.t t/leak.t t/load-blessed.t -t/manifest.t -t/meta.t t/TestYAML.pm t/yaml-alias.t t/yaml-blessed-ref.t @@ -80,4 +60,5 @@ t/yaml-tie.t t/yaml-utf.t token.c +META.yml Module YAML meta-data (added by MakeMaker) META.jsonModule JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.31/META.json new/YAML-Syck-1.32/META.json --- old/YAML-Syck-1.31/META.json2018-10-25 21:20:12.0 +0200 +++ new/YAML-Syck-1.3
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 2018-11-15 12:40:46 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Thu Nov 15 12:40:46 2018 rev:33 rq:648968 version:1.31 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2018-11-12 09:41:24.221190845 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2018-11-15 12:40:48.994224990 +0100 @@ -1,0 +2,5 @@ +Fri Nov 9 00:45:14 UTC 2018 - Jan Engelhardt + +- Trim bias from summary. + +--- Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.zanhGu/_old 2018-11-15 12:40:49.774224101 +0100 +++ /var/tmp/diff_new_pack.zanhGu/_new 2018-11-15 12:40:49.774224101 +0100 @@ -20,7 +20,7 @@ Version:1.31 Release:0 %define cpan_name YAML-Syck -Summary:Fast, lightweight YAML loader and dumper +Summary:Perl YAML loader and dumper License:MIT Group: Development/Libraries/Perl Url:https://metacpan.org/release/%{cpan_name} ++ cpanspec.yml ++ --- /var/tmp/diff_new_pack.zanhGu/_old 2018-11-15 12:40:49.802224069 +0100 +++ /var/tmp/diff_new_pack.zanhGu/_new 2018-11-15 12:40:49.802224069 +0100 @@ -1,8 +1,8 @@ --- +summary: Perl YAML loader and dumper #description_paragraphs: 3 #description: |- # override description from CPAN -#summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1
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 2018-11-12 09:41:15 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Mon Nov 12 09:41:15 2018 rev:32 rq:647386 version:1.31 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2018-10-08 17:50:09.374122030 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2018-11-12 09:41:24.221190845 +0100 @@ -1,0 +2,13 @@ +Thu Nov 8 07:09:45 UTC 2018 - Stephan Kulow + +- updated to 1.31 + see /usr/share/doc/packages/perl-YAML-Syck/Changes + + + [Changes for 1.31 - 2018-10-25] + + * Switch to ExtUtils::MakeMaker for builder + * Switch official issue tracker and repo to github. + * MANIFEST warning is now fixed. Also shipping additional tests because of this. + +--- Old: YAML-Syck-1.30.tar.gz New: YAML-Syck-1.31.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.oSIdLR/_old 2018-11-12 09:41:26.365187778 +0100 +++ /var/tmp/diff_new_pack.oSIdLR/_new 2018-11-12 09:41:26.369187773 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2017 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 @@ -12,18 +12,18 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-YAML-Syck -Version:1.30 +Version:1.31 Release:0 %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper License:MIT Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/YAML-Syck/ +Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,11 +46,11 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++ YAML-Syck-1.30.tar.gz -> YAML-Syck-1.31.tar.gz ++ 5992 lines of diff (skipped) ++ cpanspec.yml ++ --- /var/tmp/diff_new_pack.oSIdLR/_old 2018-11-12 09:41:26.473187624 +0100 +++ /var/tmp/diff_new_pack.oSIdLR/_new 2018-11-12 09:41:26.473187624 +0100 @@ -21,8 +21,9 @@ # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 -#custom_build: |- -#./Build build flags=%{?_smp_mflags} --myflag +custom_build: |- + perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" + make %{?_smp_mflags} #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module
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 2018-10-08 17:47:23 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Mon Oct 8 17:47:23 2018 rev:31 rq:640451 version:1.30 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2017-04-28 09:11:16.327267919 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2018-10-08 17:50:09.374122030 +0200 @@ -1,0 +2,5 @@ +Sun Oct 7 18:55:05 UTC 2018 - Dirk Stoecker + +- Fix build + +--- Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.tiJOj7/_old 2018-10-08 17:50:09.878121387 +0200 +++ /var/tmp/diff_new_pack.tiJOj7/_new 2018-10-08 17:50:09.882121383 +0200 @@ -46,7 +46,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -DI_STDLIB -DI_STRING" %{__make} %{?_smp_mflags} %check
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 2017-04-28 09:11:13 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Fri Apr 28 09:11:13 2017 rev:30 rq:489833 version:1.30 Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2015-04-25 21:15:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2017-04-28 09:11:16.327267919 +0200 @@ -1,0 +2,6 @@ +Fri Apr 21 07:08:50 UTC 2017 - co...@suse.com + +- updated to 1.30 + see /usr/share/doc/packages/perl-YAML-Syck/Changes + +--- Old: YAML-Syck-1.29.tar.gz New: YAML-Syck-1.30.tar.gz cpanspec.yml Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.RXqXae/_old 2017-04-28 09:11:17.57383 +0200 +++ /var/tmp/diff_new_pack.RXqXae/_new 2017-04-28 09:11:17.57383 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# 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,15 @@ Name: perl-YAML-Syck -Version:1.29 +Version:1.30 Release:0 %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper License:MIT Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/YAML-Syck/ -Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -42,7 +43,7 @@ %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 OPTIMIZE="%{optflags}" @@ -58,6 +59,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes COMPATIBILITY COPYING README +%doc Changes COMPATIBILITY +%license COPYING %changelog ++ YAML-Syck-1.29.tar.gz -> YAML-Syck-1.30.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.29/Changes new/YAML-Syck-1.30/Changes --- old/YAML-Syck-1.29/Changes 2014-12-15 16:55:05.0 +0100 +++ new/YAML-Syck-1.30/Changes 2017-04-20 07:00:52.0 +0200 @@ -1,5 +1,10 @@ -[Changes for 1.29 - 2014-12-15] -* Bump to 1.29 with no changes after CPAN Testers looks good. +[Changes for 1.29_02 - 2016-03-03] + +* Fix handling carriage return after c-indicator RT 41141 +* Fix CHECK_UTF8 SEGV with empty len=0 strings RT 61562 +* Add missing function declarations +* Tighten the TODO tests, no passing TODOs now. But still JSON + SingleQuote and \/ and \u roundtrips do fail. [Changes for 1.29_01 - 2014-12-14] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.29/META.yml new/YAML-Syck-1.30/META.yml --- old/YAML-Syck-1.29/META.yml 2014-12-15 16:52:59.0 +0100 +++ new/YAML-Syck-1.30/META.yml 2017-04-20 07:01:42.0 +0200 @@ -25,4 +25,4 @@ homepage: http://search.cpan.org/dist/YAML-Syck license: http://opensource.org/licenses/mit-license.php repository: http://github.com/toddr/YAML-Syck -version: '1.29' +version: '1.30' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.29/README new/YAML-Syck-1.30/README --- old/YAML-Syck-1.29/README 2013-03-07 17:31:35.0 +0100 +++ new/YAML-Syck-1.30/README 1970-01-01 01:00:00.0 +0100 @@ -1,167 +0,0 @@ -NAME -YAML::Syck - Fast, lightweight YAML loader and dumper - -SYNOPSIS -use YAML::Syck; - -# Set this for interoperability with other YAML/Syck bindings: -# e.g. Load('Yes') becomes 1 and Load('No') becomes ''. -$YAML::Syck::ImplicitTyping = 1; - -$data = Load($yaml); -$yaml = Dump($data); - -# $file can be an IO object, or a filename -$data = LoadFile($file); -DumpFile($file, $data); - -# A string with multiple YAML streams in it -$yaml = Dump(@data); -@data = Load($yaml); - -# Dumping into a pre-existing output buffer -my $yaml; -DumpInto(\$yaml, @data
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 2015-04-25 21:15:20 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2013-06-27 11:36:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2015-04-25 21:15:21.0 +0200 @@ -1,0 +2,27 @@ +Wed Apr 15 14:49:25 UTC 2015 - co...@suse.com + +- remove upstreamed 0001-Recognize-all-wide-unicode-characters.patch + +--- +Tue Apr 14 20:08:53 UTC 2015 - co...@suse.com + +- updated to 1.29 + see /usr/share/doc/packages/perl-YAML-Syck/Changes + + [Changes for 1.29 - 2014-12-15] + * Bump to 1.29 with no changes after CPAN Testers looks good. + + [Changes for 1.29_01 - 2014-12-14] + + * Experimentally try patch from RT 83825. Will release if no test failures or complaints. + * Fix crash in syck_emit on platforms with long long pointers + + [Changes for 1.28 - 2014-12-11] + + * Bump to release version 1.28 for production release to CPAN + + [Changes for 1.28_01 - 2014-06-11] + + * Update inc modules to avoid precedence warnings in newer perl: RT 87034 + +--- Old: 0001-Recognize-all-wide-unicode-characters.patch YAML-Syck-1.27.tar.gz New: YAML-Syck-1.29.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.fgVhsU/_old 2015-04-25 21:15:22.0 +0200 +++ /var/tmp/diff_new_pack.fgVhsU/_new 2015-04-25 21:15:22.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: perl-YAML-Syck -Version:1.27 +Version:1.29 Release:0 %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper @@ -25,23 +25,9 @@ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/YAML-Syck/ Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz -Patch0: 0001-Recognize-all-wide-unicode-characters.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Devel::Leak) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(JSON::Syck) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(Test::Builder::IO::Scalar) -#BuildRequires: perl(t::TestYAML) -#BuildRequires: perl(YAML) -#BuildRequires: perl(YAML::Syck) -#BuildRequires: perl(YAML::Tiny) %{perl_requires} %description @@ -56,7 +42,6 @@ %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 find . -type f -print0 | xargs -0 chmod 644 %build ++ YAML-Syck-1.27.tar.gz -> YAML-Syck-1.29.tar.gz ++ 1790 lines of diff (skipped)
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 2013-06-27 11:36:44 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2013-06-21 13:37:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2013-06-27 11:36:46.0 +0200 @@ -1,0 +2,6 @@ +Wed Jun 26 17:30:04 UTC 2013 - dval...@suse.com + +- add 0001-Recognize-all-wide-unicode-characters.patch patch. Fixes + test on PowerPC + +--- New: 0001-Recognize-all-wide-unicode-characters.patch Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.kVkFK3/_old 2013-06-27 11:36:46.0 +0200 +++ /var/tmp/diff_new_pack.kVkFK3/_new 2013-06-27 11:36:46.0 +0200 @@ -25,6 +25,7 @@ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/YAML-Syck/ Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz +Patch0: 0001-Recognize-all-wide-unicode-characters.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -55,6 +56,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +%patch0 -p1 find . -type f -print0 | xargs -0 chmod 644 %build ++ 0001-Recognize-all-wide-unicode-characters.patch ++ >From f646fa6ce15984b4a7d3c7b633be4129ad00c407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 8 Mar 2013 13:00:52 +0100 Subject: [PATCH] Recognize all wide unicode characters Type cast explicitly to (signed char) because sizof(char) can differ from sizof(int). Also do not quote bytes above 0x7F because we assume UTF-8 encoding. This should be fixed properly by UTF-8 to Unicode decoding but we need to recognize which encoding is in use before. How? --- emitter.c | 22 +++--- syck.h| 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/emitter.c b/emitter.c index 48141b3..1d1a609 100644 --- a/emitter.c +++ b/emitter.c @@ -16,9 +16,9 @@ #define DEFAULT_ANCHOR_FORMAT "id%03d" -const char hex_table[] = +const unsigned char hex_table[] = "0123456789ABCDEF"; -static char b64_table[] = +static unsigned char b64_table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; /* @@ -598,12 +598,12 @@ syck_scan_scalar( int req_width, char *cursor, long len ) /* scan string */ for ( i = 0; i < len; i++ ) { -if ( ! ( (unsigned)cursor[i] == 0x9 || - (unsigned)cursor[i] == 0xA || - (unsigned)cursor[i] == 0xD || - ( (unsigned)cursor[i] >= 0x20 && (unsigned)cursor[i] <= 0x7E ) || - (unsigned)cursor[i] == 0x85 || - (unsigned)cursor[i] >= 0xa0 ) +if ( ! ( (unsigned char)cursor[i] == 0x9 || + (unsigned char)cursor[i] == 0xA || + (unsigned char)cursor[i] == 0xD || + ( (unsigned char)cursor[i] >= 0x20 && + (unsigned char)cursor[i] <= 0x7E ) || + (unsigned char)cursor[i] >= 0x80 ) ) { flags |= SCAN_NONPRINT; } @@ -812,7 +812,7 @@ void syck_emit_scalar( SyckEmitter *e, char *tag, enum scalar_style force_style, } void -syck_emitter_escape( SyckEmitter *e, char *src, long len ) +syck_emitter_escape( SyckEmitter *e, unsigned char *src, long len ) { int i; for( i = 0; i < len; i++ ) @@ -927,7 +927,7 @@ void syck_emit_2quoted_1( SyckEmitter *e, int width, char *str, long len ) break; default: -syck_emitter_escape( e, mark, 1 ); +syck_emitter_escape( e, (unsigned char *)mark, 1 ); break; } mark++; @@ -990,7 +990,7 @@ void syck_emit_2quoted( SyckEmitter *e, int width, char *str, long len ) break; default: -syck_emitter_escape( e, mark, 1 ); +syck_emitter_escape( e, (unsigned char*)mark, 1 ); break; } mark++; diff --git a/syck.h b/syck.h index 2886561..f5118cd 100644 --- a/syck.h +++ b/syck.h @@ -411,7 +411,7 @@ void syck_emitter_handler( SyckEmitter *, SyckEmitterHandler ); void syck_free_emitter( SyckEmitter * ); void syck_emitter_clear( SyckEmitter * ); void syck_emitter_write( SyckEmitter *, const char *, long ); -void syck_emitter_escape( SyckEmitter *, char *, long ); +void syck_emitter_escape( SyckEmitter *, unsigned cha
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 2013-06-21 13:33:20 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2013-04-17 09:24:06.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2013-06-21 13:37:30.0 +0200 @@ -1,0 +2,19 @@ +Fri Jun 14 13:39:10 UTC 2013 - co...@suse.com + +- updated to 1.27 + * Resolve RT#84466 not fixed in 1.26 It failed about 10% of the time. + * Resolve RT#84882 and RT#84466 hash randomisation in yaml-alias.t on perl 5.18.0 + * Apply patch from RT 78363 - MinGW64 compatibility + * Implement $JSON::Syck::MaxDepth + * Prevent failure when the same object is seen twice during Dump. + * Prevent YAML from being influnced by the previous +change + * Make sure that LoadBlessed=0 blocks all blessing. + * Start listing primary repo as toddr on github ( http://github.com/toddr/YAML-Syck ) + * README refreshed via perldoc -t + * Fix error message typo: s/existant/existent/g + * Fix for non-printable character detection + * Quote if non-printable characters are present + * Change LoadBlessed=0 to not bless under ANY circumstances + +--- Old: YAML-Syck-1.19.tar.gz New: YAML-Syck-1.27.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.nnxYUb/_old 2013-06-21 13:37:30.0 +0200 +++ /var/tmp/diff_new_pack.nnxYUb/_new 2013-06-21 13:37:30.0 +0200 @@ -17,17 +17,30 @@ Name: perl-YAML-Syck -Version:1.19 +Version:1.27 Release:0 %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper License:MIT Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/YAML-Syck/ -Source: http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/YAML-Syck-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(Devel::Leak) +#BuildRequires: perl(inc::Module::Install) +#BuildRequires: perl(JSON) +#BuildRequires: perl(JSON::Syck) +#BuildRequires: perl(LWP::Simple) +#BuildRequires: perl(Module::Build) +#BuildRequires: perl(Module::Install::Base) +#BuildRequires: perl(Parse::CPAN::Meta) +#BuildRequires: perl(Test::Builder::IO::Scalar) +#BuildRequires: perl(t::TestYAML) +#BuildRequires: perl(YAML) +#BuildRequires: perl(YAML::Syck) +#BuildRequires: perl(YAML::Tiny) %{perl_requires} %description @@ -42,6 +55,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -55,11 +69,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes COMPATIBILITY COPYING README %changelog ++ YAML-Syck-1.19.tar.gz -> YAML-Syck-1.27.tar.gz ++ 4080 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
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 2013-04-17 09:24:03 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck", Maintainer is "mrueck...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2011-11-10 16:02:11.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2013-04-17 09:24:06.0 +0200 @@ -1,0 +2,5 @@ +Mon Apr 15 10:27:29 UTC 2013 - idon...@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + +--- Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.DRy4qj/_old 2013-04-17 09:24:07.0 +0200 +++ /var/tmp/diff_new_pack.DRy4qj/_new 2013-04-17 09:24:07.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-Syck # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,17 +16,15 @@ # - Name: perl-YAML-Syck Version:1.19 -Release:1 -License:MIT +Release:0 %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper -Url:http://search.cpan.org/dist/YAML-Syck/ +License:MIT Group: Development/Libraries/Perl -# http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/YAML-Syck-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Url:http://search.cpan.org/dist/YAML-Syck/ +Source: http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/YAML-Syck-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
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 2011-11-10 16:02:09 Comparing /work/SRC/openSUSE:Factory/perl-YAML-Syck (Old) and /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new (New) Package is "perl-YAML-Syck", Maintainer is "mrueck...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes 2011-09-23 12:39:33.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes 2011-11-10 16:02:11.0 +0100 @@ -1,0 +2,13 @@ +Tue Nov 08 10:08:08 UTC 2011 - pascal.ble...@opensuse.org + +- update to 1.19: no user-visible changes + +--- +Sun Nov 06 23:40:07 UTC 2011 - pascal.ble...@opensuse.org + +- update to 1.18: + * perl RT#102606 - only lvalue subroutines are supposed to return the +argument to "return" without copying it; stop relying on a pre-5.15 bug + * break YAML::Syck dependency on Scalar::Util + +--- Old: YAML-Syck-1.17.tar.gz New: YAML-Syck-1.19.tar.gz Other differences: -- ++ perl-YAML-Syck.spec ++ --- /var/tmp/diff_new_pack.AraJ8W/_old 2011-11-10 16:02:12.0 +0100 +++ /var/tmp/diff_new_pack.AraJ8W/_new 2011-11-10 16:02:12.0 +0100 @@ -18,20 +18,18 @@ Name: perl-YAML-Syck -Version:1.17 +Version:1.19 Release:1 License:MIT %define cpan_name YAML-Syck Summary:Fast, lightweight YAML loader and dumper Url:http://search.cpan.org/dist/YAML-Syck/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz +# http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/YAML-Syck-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Scalar::Util) -Requires: perl(Scalar::Util) %{perl_requires} %description ++ YAML-Syck-1.17.tar.gz -> YAML-Syck-1.19.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/YAML-Syck-1.17/Changes new/YAML-Syck-1.19/Changes --- old/YAML-Syck-1.17/Changes 2010-11-21 17:41:23.0 +0100 +++ new/YAML-Syck-1.19/Changes 2011-11-08 07:49:33.0 +0100 @@ -1,4 +1,23 @@ -[Changes for 1.17 (YAML::Syck 0.40 ) - 2010-11-21] +[Changes for 1.19 (JSON::Syck 0.42 ) - 2011-11-08] + +* Do not run t/leak.t on perls prior to 5.8.9 as 5.8.8 + and Devel::Leak apparently do not mix (perl RT #102606). + +[Changes for 1.18 (JSON::Syck 0.41 ) - 2011-11-05] + +* Promote to stable release. + +[Changes for 1.17_02 (JSON::Syck 0.40_02 ) - 2011-11-03] + +* perl RT #102606 - Only lvalue subroutines are supposed to return + the argument to "return" without copying it. Stop relying on a + pre-5.15 bug. [Father Chrysostomos] + +[Changes for 1.17_01 (JSON::Syck 0.40_01 ) - 2011-02-28] + +* Break YAML::Syck dependency on Scalar::Util + +[Changes for 1.17 (JSON::Syck 0.40 ) - 2010-11-21] * Change a C99 comment to a C89 comment @@ -6,11 +25,11 @@ * Remove inc/Test/Builder/IO/Scalar.pm from MANIFEST -[Changes for 1.16 (YAML::Syck 0.39 ) - 2010-11-21] +[Changes for 1.16 (JSON::Syck 0.39 ) - 2010-11-21] * POD formatting fixes contributed by Justin Hunter -[Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23] +[Changes for 1.15 (JSON::Syck 0.38 ) - 2010-09-23] * perl RT #78008 - The 5.13.5 development release of perl changed how regexes are stringified, breaking our tests. Update the tests to @@ -19,26 +38,26 @@ See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in perl.git for context. -[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03] +[Changes for 1.14 (JSON::Syck 0.37 ) - 2010-08-03] * RT RT60771 - Further refactor for JSON. if a number is a valid perl string, quote it. "1" + "1" = "11" in javascript. * add YAML tests to make sure HEX and octal preserve their information -[Changes for 1.13 (YAML::Syck 0.36 ) - 2010-08-03] +[Changes for 1.13 (JSON::Syck 0.36 ) - 2010-08-03] * RT RT60771 - quoted negative integer and quoted zeroes. This was breaking JSON since "0" is true in javascript. -[Changes for 1.12 (YAML::Syck 0.35 ) - 2010-08-03] +[Changes for 1.12 (JSON::Syck 0.35 ) - 2010-08-03] * The tie test proved to be very unstable for 5.8 and it's not relevant for tie actually. I'm converting it to a TODO for -[Changes for 1.11 (YAML::Syck 0.35 ) - 2010-08-03] +[Changes for 1.11 (JSON::Syck 0.35 ) - 2010-08-03] * Tests are now stable. releasing 1.11 -[Cha
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.0 +0100 +++ /mounts/work_src_done/STABLE/perl-YAML-Syck/perl-YAML-Syck.changes 2011-03-31 14:35:20.0 +0200 @@ -1,0 +2,14 @@ +Thu Mar 31 12:33:19 UTC 2011 - co...@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.0 +0200 +++ /var/tmp/diff_new_pack.SfOkJU/_new 2011-03-31 15:44:31.0 +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 +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+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org