Hello community,
here is the log from the commit of package perl-DBIx-Class-Schema-Config for
openSUSE:Factory checked in at 2019-03-20 13:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config (Old)
and /work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DBIx-Class-Schema-Config"
Wed Mar 20 13:19:06 2019 rev:4 rq:684918 version:0.001013
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config/perl-DBIx-Class-Schema-Config.changes
2019-03-01 20:31:05.105987203 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new.28833/perl-DBIx-Class-Schema-Config.changes
2019-03-20 13:19:14.953344459 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 15:53:24 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.001013
+ see /usr/share/doc/packages/perl-DBIx-Class-Schema-Config/Changes
+
+-------------------------------------------------------------------
Old:
----
DBIx-Class-Schema-Config-0.001012.tar.gz
New:
----
DBIx-Class-Schema-Config-0.001013.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DBIx-Class-Schema-Config.spec ++++++
--- /var/tmp/diff_new_pack.ss9INA/_old 2019-03-20 13:19:15.641344292 +0100
+++ /var/tmp/diff_new_pack.ss9INA/_new 2019-03-20 13:19:15.641344292 +0100
@@ -17,7 +17,7 @@
Name: perl-DBIx-Class-Schema-Config
-Version: 0.001012
+Version: 0.001013
Release: 0
%define cpan_name DBIx-Class-Schema-Config
Summary: Credential Management for DBIx::Class
++++++ DBIx-Class-Schema-Config-0.001012.tar.gz ->
DBIx-Class-Schema-Config-0.001013.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DBIx-Class-Schema-Config-0.001012/Changes
new/DBIx-Class-Schema-Config-0.001013/Changes
--- old/DBIx-Class-Schema-Config-0.001012/Changes 2019-02-19
18:17:37.000000000 +0100
+++ new/DBIx-Class-Schema-Config-0.001013/Changes 2019-02-23
18:09:05.000000000 +0100
@@ -1,6 +1,9 @@
-0.1.12
+0.1.13:
+ - Add '.' to @INC so Module::Install continues to work,
+ this time for real.
+0.1.12:
- Add '.' to @INC so Module::Install continues to work.
-0.1.11
+0.1.11:
- Using dbh_maker in a hash to connect() will not result
in connect() passing through your arguments after merging
into a single hash.
@@ -15,32 +18,29 @@
- Improved caching layer to prevent stale cache
- Changed tests to use the correct password attribute
- Updated Documentation
-
-0.1.10
+0.1.10:
- Introduce a public config() getter to allow access to the loaded
Config::Any object.
-
-0.1.9
+0.1.9:
- Fix perl 5.17 hash randomisation breakage (RT#83309)
-
-0.1.8
+0.1.8:
- Added class accessor config_files to use Config::Any's
load_files method and reduce stat() calls for those who
like that kind of thing.
- Moved the Config::Any parser to its own private function.
- DBIX_CONFIG_DIR environment allows run-time injection of
a directory that contains a dbic.* file.
-0.1.7
+0.1.7:
- Use File::HomeDir instead of env, thanks @ Christian Walde
- CHANGELOG -> Changes
- BSD License -> Perl License
- README.pod -> Readme.md
- Contributor Addition (Christian Walde)
-0.1.6
+0.1.6:
- Once more with feeling.
-0.1.5
+0.1.5:
- Re-release due to broken MANIFEST.skip and outdated README.pod
-0.1.4
+0.1.4:
- Config::Any added as a requirement
- Tests now use the included .perl format (No more YAML::XS requirement)
- Tests changed to support DBIx::Class 0.80123
@@ -49,7 +49,7 @@
- Added CONTRIBUTOR section
- Thanks mst and ribasushi for the constant reviews!
- Pushed to CPAN as a stable release
-0.1.3
+0.1.3:
- connect() now handles passing through valid-looking DBI connect
structures.
- _make_config now checks for $user and $pass to be hashrefs, this adds
support
for structures like ->connect( 'CONFIG', { hostname => 'db.foo.com' } );
@@ -60,7 +60,7 @@
as the second argument, and the statements referring to load_credentials
having
responsibility to return normal DBI connect structures.
- Config::Any is only loaded when it's needed.
-0.1.2
+0.1.2:
- Makefile.PL depends on DBD::SQLite not DBD::SQLite3
- _make_config has a less annoying return
- connection() no longer tries to block ->load_credentials,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DBIx-Class-Schema-Config-0.001012/META.yml
new/DBIx-Class-Schema-Config-0.001013/META.yml
--- old/DBIx-Class-Schema-Config-0.001012/META.yml 2019-02-19
18:19:30.000000000 +0100
+++ new/DBIx-Class-Schema-Config-0.001013/META.yml 2019-02-23
18:15:24.000000000 +0100
@@ -31,4 +31,4 @@
perl: 5.005
resources:
license: http://dev.perl.org/licenses/
-version: 0.001012
+version: 0.001013
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DBIx-Class-Schema-Config-0.001012/Makefile.PL
new/DBIx-Class-Schema-Config-0.001013/Makefile.PL
--- old/DBIx-Class-Schema-Config-0.001012/Makefile.PL 2019-02-19
18:10:40.000000000 +0100
+++ new/DBIx-Class-Schema-Config-0.001013/Makefile.PL 2019-02-23
18:07:51.000000000 +0100
@@ -1,5 +1,5 @@
-use inc::Module::Install;
BEGIN { push @INC, '.' unless $INC[-1] eq '.' }
+use inc::Module::Install;
# Define metadata
name 'DBIx-Class-Schema-Config';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/DBIx-Class-Schema-Config-0.001012/lib/DBIx/Class/Schema/Config.pm
new/DBIx-Class-Schema-Config-0.001013/lib/DBIx/Class/Schema/Config.pm
--- old/DBIx-Class-Schema-Config-0.001012/lib/DBIx/Class/Schema/Config.pm
2019-02-19 18:17:49.000000000 +0100
+++ new/DBIx-Class-Schema-Config-0.001013/lib/DBIx/Class/Schema/Config.pm
2019-02-23 18:09:17.000000000 +0100
@@ -8,7 +8,7 @@
use Hash::Merge qw( merge );
use namespace::clean;
-our $VERSION = '0.001012'; # 0.1.12
+our $VERSION = '0.001013'; # 0.1.13
$VERSION = eval $VERSION;
sub connection {