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 <[email protected]> + +- 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
