Hello community,
here is the log from the commit of package perl-DBIx-Class-DeploymentHandler
for openSUSE:Factory checked in at 2017-10-20 14:46:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-DeploymentHandler (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-DeploymentHandler.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-DeploymentHandler"
Fri Oct 20 14:46:59 2017 rev:8 rq:534922 version:0.002221
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-DeploymentHandler/perl-DBIx-Class-DeploymentHandler.changes
2017-03-24 02:22:36.431977080 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-DeploymentHandler.new/perl-DBIx-Class-DeploymentHandler.changes
2017-10-20 14:47:04.224876918 +0200
@@ -1,0 +2,20 @@
+Mon Oct 16 10:22:07 UTC 2017 - [email protected]
+
+- updated to 0.002221
+ see /usr/share/doc/packages/perl-DBIx-Class-DeploymentHandler/Changes
+
+ 0.002221 2017-09-27 21:19:42-04:00 America/New_York
+ - Allow easy changing the version storage table name, which makes
subclassing
+ much less painful (Thanks Andrew Gregory!)
+ - Fix args passed to SQL::Translator::Diff
+ - Add Michael McClimon as comaint
+
+ 0.002220 2017-08-29 16:59:10-07:00 America/Los_Angeles
+ - generate short package names for scripts (Fixes GH#55)
+ (Thanks Andrew Gregory!)
+ - Fix args to internal method (Fixes GH#53)
+ (Thanks Alastair McGowan-Douglas!)
+ - Allow schema versions to be version objects (Fixes GH#51)
+ (Good find Jonathan Scott Duff!)
+
+-------------------------------------------------------------------
Old:
----
DBIx-Class-DeploymentHandler-0.002219.tar.gz
New:
----
DBIx-Class-DeploymentHandler-0.002221.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-DeploymentHandler.spec ++++++
--- /var/tmp/diff_new_pack.vltgCQ/_old 2017-10-20 14:47:04.936843624 +0200
+++ /var/tmp/diff_new_pack.vltgCQ/_new 2017-10-20 14:47:04.944843250 +0200
@@ -17,14 +17,14 @@
Name: perl-DBIx-Class-DeploymentHandler
-Version: 0.002219
+Version: 0.002221
Release: 0
%define cpan_name DBIx-Class-DeploymentHandler
Summary: Extensible DBIx::Class deployment
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DBIx-Class-DeploymentHandler/
-Source0:
https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MM/MMCCLIMON/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -66,6 +66,9 @@
Requires: perl(namespace::autoclean)
Requires: perl(parent) >= 0.225
%{perl_requires}
+# MANUAL BEGIN
+BuildRequires: perl(YAML)
+# MANUAL END
%description
'DBIx::Class::DeploymentHandler' is, as its name suggests, a tool for
++++++ DBIx-Class-DeploymentHandler-0.002219.tar.gz ->
DBIx-Class-DeploymentHandler-0.002221.tar.gz ++++++
++++ 1913 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.vltgCQ/_old 2017-10-20 14:47:05.060837826 +0200
+++ /var/tmp/diff_new_pack.vltgCQ/_new 2017-10-20 14:47:05.060837826 +0200
@@ -7,8 +7,8 @@
#patches:
# foo.patch: -p1
# bar.patch:
-#preamble: |-
-# BuildRequires: gcc-c++
+preamble: |-
+ BuildRequires: perl(YAML)
#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