Hello community,

here is the log from the commit of package perl-Mojo-Pg for openSUSE:Factory 
checked in at 2018-09-24 13:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-Pg (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojo-Pg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojo-Pg"

Mon Sep 24 13:12:00 2018 rev:13 rq:636834 version:4.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-Pg/perl-Mojo-Pg.changes        
2018-08-31 10:43:43.859151476 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojo-Pg.new/perl-Mojo-Pg.changes   
2018-09-24 13:12:09.241823405 +0200
@@ -1,0 +2,6 @@
+Wed Sep 19 05:37:41 UTC 2018 - Stephan Kulow <[email protected]>
+
+- updated to 4.10
+   see /usr/share/doc/packages/perl-Mojo-Pg/Changes
+
+-------------------------------------------------------------------

Old:
----
  Mojo-Pg-4.09.tar.gz

New:
----
  Mojo-Pg-4.10.tar.gz

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

Other differences:
------------------
++++++ perl-Mojo-Pg.spec ++++++
--- /var/tmp/diff_new_pack.rG6adT/_old  2018-09-24 13:12:09.641822700 +0200
+++ /var/tmp/diff_new_pack.rG6adT/_new  2018-09-24 13:12:09.645822693 +0200
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Mojo-Pg
-Version:        4.09
+Version:        4.10
 Release:        0
 %define cpan_name Mojo-Pg
 Summary:        Mojolicious ♥ PostgreSQL
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Mojo-Pg/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ Mojo-Pg-4.09.tar.gz -> Mojo-Pg-4.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/Changes new/Mojo-Pg-4.10/Changes
--- old/Mojo-Pg-4.09/Changes    2018-08-02 01:02:41.000000000 +0200
+++ new/Mojo-Pg-4.10/Changes    2018-09-15 00:20:14.000000000 +0200
@@ -1,4 +1,7 @@
 
+4.10  2018-09-15
+  - Updated project metadata.
+
 4.09  2018-08-02
   - Added support for -json unary op to SQL::Abstract::Pg.
   - Added support for multi-column unique constraints in upserts to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/META.json new/Mojo-Pg-4.10/META.json
--- old/Mojo-Pg-4.09/META.json  2018-08-02 01:03:45.000000000 +0200
+++ new/Mojo-Pg-4.10/META.json  2018-09-15 00:21:06.000000000 +0200
@@ -44,7 +44,7 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "https://github.com/kraih/mojo-pg/issues";
+         "web" : "https://github.com/mojolicious/mojo-pg/issues";
       },
       "homepage" : "https://mojolicious.org";,
       "license" : [
@@ -52,11 +52,11 @@
       ],
       "repository" : {
          "type" : "git",
-         "url" : "https://github.com/kraih/mojo-pg.git";,
-         "web" : "https://github.com/kraih/mojo-pg";
+         "url" : "https://github.com/mojolicious/mojo-pg.git";,
+         "web" : "https://github.com/mojolicious/mojo-pg";
       },
-      "x_IRC" : "irc://irc.perl.org/#mojo"
+      "x_IRC" : "irc://irc.freenode.net/#mojo"
    },
-   "version" : "4.09",
+   "version" : "4.10",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/META.yml new/Mojo-Pg-4.10/META.yml
--- old/Mojo-Pg-4.09/META.yml   2018-08-02 01:03:45.000000000 +0200
+++ new/Mojo-Pg-4.10/META.yml   2018-09-15 00:21:06.000000000 +0200
@@ -25,10 +25,10 @@
   SQL::Abstract: '1.86'
   perl: '5.010001'
 resources:
-  IRC: irc://irc.perl.org/#mojo
-  bugtracker: https://github.com/kraih/mojo-pg/issues
+  IRC: irc://irc.freenode.net/#mojo
+  bugtracker: https://github.com/mojolicious/mojo-pg/issues
   homepage: https://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
-  repository: https://github.com/kraih/mojo-pg.git
-version: '4.09'
+  repository: https://github.com/mojolicious/mojo-pg.git
+version: '4.10'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/Makefile.PL new/Mojo-Pg-4.10/Makefile.PL
--- old/Mojo-Pg-4.09/Makefile.PL        2018-08-02 00:32:41.000000000 +0200
+++ new/Mojo-Pg-4.10/Makefile.PL        2018-09-12 21:22:09.000000000 +0200
@@ -18,15 +18,15 @@
     no_index       => {directory => ['examples', 't']},
     prereqs        => {runtime => {requires => {perl => '5.010001'}}},
     resources      => {
-      bugtracker => {web => 'https://github.com/kraih/mojo-pg/issues'},
+      bugtracker => {web => 'https://github.com/mojolicious/mojo-pg/issues'},
       homepage   => 'https://mojolicious.org',
       license    => 
['http://www.opensource.org/licenses/artistic-license-2.0'],
       repository => {
         type => 'git',
-        url  => 'https://github.com/kraih/mojo-pg.git',
-        web  => 'https://github.com/kraih/mojo-pg',
+        url  => 'https://github.com/mojolicious/mojo-pg.git',
+        web  => 'https://github.com/mojolicious/mojo-pg',
       },
-      x_IRC => 'irc://irc.perl.org/#mojo'
+      x_IRC => 'irc://irc.freenode.net/#mojo'
     },
   },
   PREREQ_PM =>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/README.md new/Mojo-Pg-4.10/README.md
--- old/Mojo-Pg-4.09/README.md  2018-05-10 17:18:14.000000000 +0200
+++ new/Mojo-Pg-4.10/README.md  2018-09-11 22:47:39.000000000 +0200
@@ -1,5 +1,5 @@
 
-# Mojo::Pg [![Build 
Status](https://travis-ci.com/kraih/mojo-pg.svg?branch=master)](https://travis-ci.com/kraih/mojo-pg)
+# Mojo::Pg [![Build 
Status](https://travis-ci.com/mojolicious/mojo-pg.svg?branch=master)](https://travis-ci.com/mojolicious/mojo-pg)
 
   A tiny wrapper around [DBD::Pg](https://metacpan.org/pod/DBD::Pg) that makes
   [PostgreSQL](https://www.postgresql.org) a lot of fun to use with the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/examples/blog/blog.conf 
new/Mojo-Pg-4.10/examples/blog/blog.conf
--- old/Mojo-Pg-4.09/examples/blog/blog.conf    2017-06-24 15:01:30.000000000 
+0200
+++ new/Mojo-Pg-4.10/examples/blog/blog.conf    2018-08-18 18:47:03.000000000 
+0200
@@ -1,4 +1,4 @@
 {
-  pg      => 'postgresql://tester:testing@/test',
+  pg      => 'postgresql://[email protected]:5432/postgres',
   secrets => ['s3cret']
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.09/lib/Mojo/Pg.pm 
new/Mojo-Pg-4.10/lib/Mojo/Pg.pm
--- old/Mojo-Pg-4.09/lib/Mojo/Pg.pm     2018-05-08 13:42:08.000000000 +0200
+++ new/Mojo-Pg-4.10/lib/Mojo/Pg.pm     2018-09-11 22:47:03.000000000 +0200
@@ -42,7 +42,7 @@
   return $pubsub;
 };
 
-our $VERSION = '4.09';
+our $VERSION = '4.10';
 
 sub db { $_[0]->database_class->new(dbh => $_[0]->_prepare, pg => $_[0]) }
 
@@ -299,13 +299,14 @@
 =head1 EXAMPLES
 
 This distribution also contains two great
-L<example applications|https://github.com/kraih/mojo-pg/tree/master/examples/>
+L<example
+applications|https://github.com/mojolicious/mojo-pg/tree/master/examples/>
 you can use for inspiration. The minimal
-L<chat|https://github.com/kraih/mojo-pg/tree/master/examples/chat.pl>
+L<chat|https://github.com/mojolicious/mojo-pg/tree/master/examples/chat.pl>
 application will show you how to scale WebSockets to multiple servers, and the
 well-structured
-L<blog|https://github.com/kraih/mojo-pg/tree/master/examples/blog> application
-how to apply the MVC design pattern in practice.
+L<blog|https://github.com/mojolicious/mojo-pg/tree/master/examples/blog>
+application how to apply the MVC design pattern in practice.
 
 =head1 EVENTS
 
@@ -576,7 +577,7 @@
 
 =head1 SEE ALSO
 
-L<https://github.com/kraih/mojo-pg>, L<Mojolicious::Guides>,
+L<https://github.com/mojolicious/mojo-pg>, L<Mojolicious::Guides>,
 L<https://mojolicious.org>.
 
 =cut


Reply via email to