Hello community, here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory checked in at 2015-04-18 10:40:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class (Old) and /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes 2014-11-18 22:45:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes 2015-04-18 10:40:28.000000000 +0200 @@ -1,0 +2,31 @@ +Thu Apr 16 21:25:59 UTC 2015 - [email protected] + +- updated to 0.082820 + see /usr/share/doc/packages/perl-DBIx-Class/Changes + + 0.082820 2015-03-20 20:35 (UTC) + * Fixes + - Protect destructors from rare but possible double execution, and + loudly warn the user whenever the problem is encountered (GH#63) + - Relax the 'self_result_object' argument check in the relationship + resolution codepath, restoring exotic uses of inflate_result + http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011876.html + - Fix updating multiple CLOB/BLOB columns on Oracle + - Fix exception on complex update/delete under a replicated setup + http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011903.html + - Fix uninitialized warnings on empty hashes passed to join/prefetch + https://github.com/vanstyn/RapidApp/commit/6f41f6e48 and + http://lists.scsys.co.uk/pipermail/dbix-class/2015-February/011921.html + - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping() + implementation changes due to RT#100648 made an alarm() based + timeout lock-prone. + + * Misc + - Remove warning about potential side effects of RT#79576 (scheduled) + - Various doc improvements (GH#35, GH#62, GH#66, GH#70, GH#71, GH#72) + - Depend on newer Moo, to benefit from a safer runtime (RT#93004) + - Fix intermittent failures in the LeakTracer on 5.18+ + - Fix failures of t/54taint.t on Windows with spaces in the $^X + executable path (RT#101615) + +------------------------------------------------------------------- Old: ---- DBIx-Class-0.082810.tar.gz New: ---- DBIx-Class-0.082820.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBIx-Class.spec ++++++ --- /var/tmp/diff_new_pack.5yLC4o/_old 2015-04-18 10:40:29.000000000 +0200 +++ /var/tmp/diff_new_pack.5yLC4o/_new 2015-04-18 10:40:29.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-DBIx-Class # -# Copyright (c) 2014 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,14 +17,15 @@ Name: perl-DBIx-Class -Version: 0.082810 +Version: 0.082820 Release: 0 %define cpan_name DBIx-Class -Summary: Extensible and flexible object <-> relational mapper. +Summary: Extensible and flexible object <-> relational mapper License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DBIx-Class/ -Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -43,7 +44,7 @@ BuildRequires: perl(Hash::Merge) >= 0.12 BuildRequires: perl(MRO::Compat) >= 0.12 BuildRequires: perl(Module::Find) >= 0.07 -BuildRequires: perl(Moo) >= 1.006001 +BuildRequires: perl(Moo) >= 2.000 BuildRequires: perl(Package::Stash) >= 0.28 BuildRequires: perl(Path::Class) >= 0.18 BuildRequires: perl(SQL::Abstract) >= 1.81 @@ -68,7 +69,7 @@ Requires: perl(Hash::Merge) >= 0.12 Requires: perl(MRO::Compat) >= 0.12 Requires: perl(Module::Find) >= 0.07 -Requires: perl(Moo) >= 1.006001 +Requires: perl(Moo) >= 2.000 Requires: perl(Path::Class) >= 0.18 Requires: perl(SQL::Abstract) >= 1.81 Requires: perl(Scope::Guard) >= 0.03 @@ -77,8 +78,6 @@ Requires: perl(Try::Tiny) >= 0.07 Requires: perl(namespace::clean) >= 0.24 %{perl_requires} -# MANUAL -BuildRequires: perl(Class::DBI) %description This is an SQL to OO mapper with an object API inspired by the Class::DBI ++++++ DBIx-Class-0.082810.tar.gz -> DBIx-Class-0.082820.tar.gz ++++++ ++++ 3906 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag
