Hello community,
here is the log from the commit of package perl-DBIx-Class-Fixtures for
openSUSE:Factory checked in at 2016-07-01 09:58:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Fixtures (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Fixtures.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-Fixtures"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Fixtures/perl-DBIx-Class-Fixtures.changes
2015-04-18 10:40:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Fixtures.new/perl-DBIx-Class-Fixtures.changes
2016-07-01 09:58:25.000000000 +0200
@@ -1,0 +2,40 @@
+Mon Jun 13 06:54:00 UTC 2016 - [email protected]
+
+- updated to 1.001036
+ see /usr/share/doc/packages/perl-DBIx-Class-Fixtures/Changes
+
+ 1.001036 2016-03-21 14:59:55+00:00 UTC
+
+ - releasing as stable
+
+ 1.00103_5 2016-03-11 20:39:49+00:00 UTC (TRIAL RELEASE)
+
+ - Will completely ignore sequences in Oracle due to having to drop and
recreate them
+
+
+ 1.001034 2016-01-05 15:05:26+00:00 UTC
+
+ 1.00103_3 2015-12-08 16:33:56+00:00 UTC (TRIAL RELEASE)
+
+
+ - RT#108017 bugfix ( hatorikibble++ )
+ - added File::Temp to deps ( hatorikibble++ )
+
+ 1.001032 2015-06-04 15:03:38+00:00 UTC
+
+ - releasing as stable
+
+ 1.001_031 2015-05-27 14:54:24+00:00 UTC (TRIAL RELEASE)
+
+ - Fix for an issue where when inserting data into a database,
+ the tables were being sorted alphabetically, rather than in dependency
order. ( TBSliver++ )
+
+ 1.001_030 2015-05-27 14:43:34+00:00 UTC (TRIAL RELEASE)
+
+ - use Test::TempDir::Tiny for better test parallelization and cleanup (
RsrchBoy++ )
+
+ 1.001_029 2015-01-14 15:17:28+00:00 Europe/London
+
+ - fix for bugtracker pointing to gh, should be rt, added test to identify
windows issues
+
+-------------------------------------------------------------------
Old:
----
DBIx-Class-Fixtures-1.001028.tar.gz
New:
----
DBIx-Class-Fixtures-1.001036.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-Fixtures.spec ++++++
--- /var/tmp/diff_new_pack.hcxU5A/_old 2016-07-01 09:58:26.000000000 +0200
+++ /var/tmp/diff_new_pack.hcxU5A/_new 2016-07-01 09:58:26.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-Fixtures
#
-# 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-Fixtures
-Version: 1.001028
+Version: 1.001036
Release: 0
%define cpan_name DBIx-Class-Fixtures
Summary: Dump data and repopulate a database using rules
@@ -41,7 +41,9 @@
BuildRequires: perl(DateTime::Format::MySQL)
BuildRequires: perl(DateTime::Format::Pg)
BuildRequires: perl(DateTime::Format::SQLite) >= 0.1
+BuildRequires: perl(Devel::Confess)
BuildRequires: perl(File::Copy::Recursive) >= 0.38
+BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(Hash::Merge) >= 0.1
BuildRequires: perl(IO::All) >= 0.85
BuildRequires: perl(JSON::Syck) >= 1.27
@@ -49,6 +51,7 @@
BuildRequires: perl(Scalar::Util) >= 1.27
BuildRequires: perl(Test::Compile::Internal)
BuildRequires: perl(Test::More) >= 0.98
+BuildRequires: perl(Test::TempDir::Tiny)
Requires: perl(Class::Accessor::Grouped) >= 0.1001
Requires: perl(Config::Any) >= 0.23
Requires: perl(DBIx::Class) >= 0.08102
@@ -60,12 +63,14 @@
Requires: perl(DateTime::Format::Pg)
Requires: perl(DateTime::Format::SQLite) >= 0.1
Requires: perl(File::Copy::Recursive) >= 0.38
+Requires: perl(File::Temp) >= 0.2304
Requires: perl(Hash::Merge) >= 0.1
Requires: perl(IO::All) >= 0.85
Requires: perl(JSON::Syck) >= 1.27
Requires: perl(Path::Class) >= 0.32
Requires: perl(Scalar::Util) >= 1.27
Requires: perl(Test::Compile::Internal)
+Requires: perl(Test::TempDir::Tiny)
%{perl_requires}
%description
@@ -77,7 +82,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
++++++ DBIx-Class-Fixtures-1.001028.tar.gz ->
DBIx-Class-Fixtures-1.001036.tar.gz ++++++
++++ 2435 lines of diff (skipped)