Hello community, here is the log from the commit of package perl-DBIx-Class-Schema-Loader for openSUSE:Factory checked in at 2016-02-17 10:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader (Old) and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-Schema-Loader" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Loader/perl-DBIx-Class-Schema-Loader.changes 2015-05-18 22:29:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new/perl-DBIx-Class-Schema-Loader.changes 2016-02-17 12:19:36.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Jan 27 09:48:50 UTC 2016 - co...@suse.com + +- updated to 0.07045 + see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes + + 0.07045 2016-01-22 + - Regenerate tarball without author-mode test dependencies + + 0.07044 2016-01-22 + - Fix Pg date/time types with zero fractional second digits + - Add support for nested hashref form of col_accessor_map + +------------------------------------------------------------------- Old: ---- DBIx-Class-Schema-Loader-0.07043.tar.gz New: ---- DBIx-Class-Schema-Loader-0.07045.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DBIx-Class-Schema-Loader.spec ++++++ --- /var/tmp/diff_new_pack.0NWOOx/_old 2016-02-17 12:19:37.000000000 +0100 +++ /var/tmp/diff_new_pack.0NWOOx/_new 2016-02-17 12:19:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-DBIx-Class-Schema-Loader # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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-DBIx-Class-Schema-Loader -Version: 0.07043 +Version: 0.07045 Release: 0 %define cpan_name DBIx-Class-Schema-Loader Summary: Create a DBIx::Class::Schema based on a database @@ -35,24 +35,18 @@ BuildRequires: perl(Class::C3::Componentised) >= 1.0008 BuildRequires: perl(Class::Inspector) >= 1.27 BuildRequires: perl(Class::Unload) >= 0.07 -BuildRequires: perl(Config::Any) -BuildRequires: perl(Config::General) BuildRequires: perl(DBD::SQLite) >= 1.29 BuildRequires: perl(DBIx::Class) >= 0.08127 BuildRequires: perl(DBIx::Class::IntrospectableM2M) BuildRequires: perl(Data::Dump) >= 1.06 BuildRequires: perl(Exporter) >= 5.63 -BuildRequires: perl(File::Path) >= 2.07 +BuildRequires: perl(File::Path) >= 2.070000 BuildRequires: perl(Hash::Merge) >= 0.12 BuildRequires: perl(Lingua::EN::Inflect::Number) >= 1.1 BuildRequires: perl(Lingua::EN::Inflect::Phrase) >= 0.15 BuildRequires: perl(Lingua::EN::Tagger) >= 0.23 BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(MRO::Compat) >= 0.09 -BuildRequires: perl(Moose) >= 1.12 -BuildRequires: perl(MooseX::MarkAsMethods) >= 0.13 -BuildRequires: perl(MooseX::NonMoose) >= 0.25 -BuildRequires: perl(Pod::Simple) >= 3.22 BuildRequires: perl(Scope::Guard) >= 0.20 BuildRequires: perl(String::CamelCase) >= 0.02 BuildRequires: perl(String::ToIdentifier::EN) >= 0.05 @@ -61,10 +55,8 @@ BuildRequires: perl(Test::Differences) >= 0.60 BuildRequires: perl(Test::Exception) >= 0.310000 BuildRequires: perl(Test::More) >= 0.94 -BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Warn) >= 0.21 BuildRequires: perl(Try::Tiny) -BuildRequires: perl(namespace::autoclean) >= 0.09 BuildRequires: perl(namespace::clean) >= 0.23 Requires: perl(Carp::Clan) Requires: perl(Class::Accessor::Grouped) >= 0.10008 @@ -89,36 +81,34 @@ %{perl_requires} %description -DBIx::Class::Schema::Loader automates the definition of a the -DBIx::Class::Schema manpage by scanning database table definitions and -setting up the columns, primary keys, unique constraints and relationships. +DBIx::Class::Schema::Loader automates the definition of a +DBIx::Class::Schema by scanning database table definitions and setting up +the columns, primary keys, unique constraints and relationships. -See the dbicdump manpage for the 'dbicdump' utility. +See dbicdump for the 'dbicdump' utility. DBIx::Class::Schema::Loader currently supports only the DBI storage type. -It has explicit support for the DBD::Pg manpage, the DBD::mysql manpage, -the DBD::DB2 manpage, the DBD::Firebird manpage, the DBD::InterBase -manpage, the DBD::Informix manpage, the DBD::SQLAnywhere manpage, the -DBD::SQLite manpage, the DBD::Sybase manpage (for Sybase ASE and MSSSQL), -the DBD::ODBC manpage (for MSSQL, MSAccess, Firebird and SQL Anywhere) the -DBD::ADO manpage (for MSSQL and MSAccess) and the DBD::Oracle manpage. -Other DBI drivers may function to a greater or lesser degree with this -loader, depending on how much of the DBI spec they implement, and how -standard their implementation is. +It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, DBD::Firebird, +DBD::InterBase, DBD::Informix, DBD::SQLAnywhere, DBD::SQLite, DBD::Sybase +(for Sybase ASE and MSSSQL), DBD::ODBC (for MSSQL, MSAccess, Firebird and +SQL Anywhere) DBD::ADO (for MSSQL and MSAccess) and DBD::Oracle. Other DBI +drivers may function to a greater or lesser degree with this loader, +depending on how much of the DBI spec they implement, and how standard +their implementation is. Patches to make other DBDs work correctly welcome. -See the DBIx::Class::Schema::Loader::DBI::Writing manpage for notes on -writing your own vendor-specific subclass for an unsupported DBD driver. +See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own +vendor-specific subclass for an unsupported DBD driver. -This module requires the DBIx::Class manpage 0.08127 or later, and -obsoletes the older the DBIx::Class::Loader manpage. +This module requires DBIx::Class 0.08127 or later, and obsoletes the older +DBIx::Class::Loader. -See the DBIx::Class::Schema::Loader::Base manpage for available options. +See DBIx::Class::Schema::Loader::Base for available options. %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 @@ -134,6 +124,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes %changelog ++++++ DBIx-Class-Schema-Loader-0.07043.tar.gz -> DBIx-Class-Schema-Loader-0.07045.tar.gz ++++++ ++++ 8212 lines of diff (skipped)