Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-DBIx-Class-Schema-Config for
openSUSE:Factory checked in at 2021-07-26 17:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new.1899
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-Schema-Config"
Mon Jul 26 17:38:09 2021 rev:5 rq:908181 version:0.001014
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config/perl-DBIx-Class-Schema-Config.changes
2019-03-20 13:19:14.953344459 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new.1899/perl-DBIx-Class-Schema-Config.changes
2021-07-26 17:38:29.466065660 +0200
@@ -1,0 +2,10 @@
+Thu Jul 15 03:06:16 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.001014
+ see /usr/share/doc/packages/perl-DBIx-Class-Schema-Config/Changes
+
+ 0.1.14:
+ - Allow Mojo::Pg-like postgresql:// links for schema connect.
+ - Switch from Module::Install to Dist::Zilla.
+
+-------------------------------------------------------------------
Old:
----
DBIx-Class-Schema-Config-0.001013.tar.gz
New:
----
DBIx-Class-Schema-Config-0.001014.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-Schema-Config.spec ++++++
--- /var/tmp/diff_new_pack.m6pIDC/_old 2021-07-26 17:38:29.914065122 +0200
+++ /var/tmp/diff_new_pack.m6pIDC/_new 2021-07-26 17:38:29.918065117 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DBIx-Class-Schema-Config
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,33 @@
#
+%define cpan_name DBIx-Class-Schema-Config
Name: perl-DBIx-Class-Schema-Config
-Version: 0.001013
+Version: 0.001014
Release: 0
-%define cpan_name DBIx-Class-Schema-Config
Summary: Credential Management for DBIx::Class
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Config::Any) >= 0.23
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(DBIx::Class) >= 0.08100
+BuildRequires: perl(DBIx::Class::Schema)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Hash::Merge)
+BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
Requires: perl(Config::Any) >= 0.23
+Requires: perl(DBD::SQLite)
Requires: perl(DBIx::Class) >= 0.08100
+Requires: perl(DBIx::Class::Schema)
Requires: perl(File::HomeDir)
Requires: perl(Hash::Merge)
+Requires: perl(URI)
Requires: perl(namespace::clean)
%{perl_requires}
@@ -56,14 +59,14 @@
http://www.symkat.com/credential-management-in-dbix-class
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse
inc::Module::Install;/' Makefile.PL
# MANUAL END
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -74,7 +77,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
%changelog
++++++ DBIx-Class-Schema-Config-0.001013.tar.gz ->
DBIx-Class-Schema-Config-0.001014.tar.gz ++++++
++++ 2472 lines of diff (skipped)