Hello community,

here is the log from the commit of package perl-DBIx-Class-Schema-Loader for 
openSUSE:Factory checked in at 2015-05-18 22:29:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-16 21:14:15.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Loader.new/perl-DBIx-Class-Schema-Loader.changes
 2015-05-18 22:29:18.000000000 +0200
@@ -1,0 +2,18 @@
+Sun May 17 08:09:02 UTC 2015 - [email protected]
+
+- updated to 0.07043
+   see /usr/share/doc/packages/perl-DBIx-Class-Schema-Loader/Changes
+
+  0.07043  2015-05-13
+          - Fix many_to_many bridges with overlapping foreign keys
+          - Add option to allow extra columns in many_to_many link tables
+          - Document how to add perltidy markers via filter_generated_code
+          - Fix DB2 foreign-key introspection
+          - Remove dependency on List::MoreUtils and Sub::Name
+          - Ensure schema files are generated as binary files on Windows
+          - Fix overwrite_modifications not overwriting if the table hasn't 
changed
+          - Filter out disabled constraints and triggers for Oracle (GH#5)
+  
+  0.07042  2014-08-20
+
+-------------------------------------------------------------------

Old:
----
  DBIx-Class-Schema-Loader-0.07042.tar.gz

New:
----
  DBIx-Class-Schema-Loader-0.07043.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DBIx-Class-Schema-Loader.spec ++++++
--- /var/tmp/diff_new_pack.In70SY/_old  2015-05-18 22:29:18.000000000 +0200
+++ /var/tmp/diff_new_pack.In70SY/_new  2015-05-18 22:29:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-Schema-Loader
 #
-# 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-Schema-Loader
-Version:        0.07042
+Version:        0.07043
 Release:        0
 %define cpan_name DBIx-Class-Schema-Loader
 Summary:        Create a DBIx::Class::Schema based on a database
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
-Source:         
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -46,7 +47,7 @@
 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::MoreUtils) >= 0.32
+BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(MRO::Compat) >= 0.09
 BuildRequires:  perl(Moose) >= 1.12
 BuildRequires:  perl(MooseX::MarkAsMethods) >= 0.13
@@ -55,10 +56,10 @@
 BuildRequires:  perl(Scope::Guard) >= 0.20
 BuildRequires:  perl(String::CamelCase) >= 0.02
 BuildRequires:  perl(String::ToIdentifier::EN) >= 0.05
-BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(Sub::Util) >= 1.40
 BuildRequires:  perl(Test::Deep) >= 0.107
 BuildRequires:  perl(Test::Differences) >= 0.60
-BuildRequires:  perl(Test::Exception) >= 0.31
+BuildRequires:  perl(Test::Exception) >= 0.310000
 BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Warn) >= 0.21
@@ -77,12 +78,12 @@
 Requires:       perl(Lingua::EN::Inflect::Number) >= 1.1
 Requires:       perl(Lingua::EN::Inflect::Phrase) >= 0.15
 Requires:       perl(Lingua::EN::Tagger) >= 0.23
-Requires:       perl(List::MoreUtils) >= 0.32
+Requires:       perl(List::Util) >= 1.33
 Requires:       perl(MRO::Compat) >= 0.09
 Requires:       perl(Scope::Guard) >= 0.20
 Requires:       perl(String::CamelCase) >= 0.02
 Requires:       perl(String::ToIdentifier::EN) >= 0.05
-Requires:       perl(Sub::Name)
+Requires:       perl(Sub::Util) >= 1.40
 Requires:       perl(Try::Tiny)
 Requires:       perl(namespace::clean) >= 0.23
 %{perl_requires}

++++++ DBIx-Class-Schema-Loader-0.07042.tar.gz -> 
DBIx-Class-Schema-Loader-0.07043.tar.gz ++++++
++++ 1934 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
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to