Hello community,

here is the log from the commit of package perl-Web-MREST for openSUSE:Factory 
checked in at 2017-10-19 19:33:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Web-MREST (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Web-MREST.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Web-MREST"

Thu Oct 19 19:33:20 2017 rev:4 rq:535106 version:0.288

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Web-MREST/perl-Web-MREST.changes    
2017-03-28 15:20:50.633278555 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Web-MREST.new/perl-Web-MREST.changes       
2017-10-19 19:33:23.153369773 +0200
@@ -1,0 +2,9 @@
+Mon Oct 16 20:17:42 UTC 2017 - ncut...@suse.com
+
+- updated to 0.288
+   see /usr/share/doc/packages/perl-Web-MREST/Changes
+
+  - build/ops: require latest App::CELL
+  - Report MREST_DEBUG_MODE setting at startup
+
+-------------------------------------------------------------------

Old:
----
  Web-MREST-0.287.tar.gz

New:
----
  Web-MREST-0.288.tar.gz

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

Other differences:
------------------
++++++ perl-Web-MREST.spec ++++++
--- /var/tmp/diff_new_pack.k4fIGy/_old  2017-10-19 19:33:23.929333467 +0200
+++ /var/tmp/diff_new_pack.k4fIGy/_new  2017-10-19 19:33:23.933333280 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Web-MREST
-Version:        0.287
+Version:        0.288
 Release:        0
 %define cpan_name Web-MREST
 Summary:        Minimalistic REST server
@@ -58,7 +58,7 @@
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(Web::MREST::CLI) >= 0.276
 BuildRequires:  perl(Web::Machine) >= 0.15
-Requires:       perl(App::CELL) >= 0.205
+Requires:       perl(App::CELL) >= 0.209
 Requires:       perl(File::ShareDir)
 Requires:       perl(HTTP::Request)
 Requires:       perl(HTTP::Request::Common)

++++++ Web-MREST-0.287.tar.gz -> Web-MREST-0.288.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/Build.PL new/Web-MREST-0.288/Build.PL
--- old/Web-MREST-0.287/Build.PL        2017-02-25 09:38:34.000000000 +0100
+++ new/Web-MREST-0.288/Build.PL        2017-10-16 22:17:37.000000000 +0200
@@ -58,7 +58,7 @@
     },
     requires => {
         'perl'           => 5.012,
-        'App::CELL'      => 0.205,
+        'App::CELL'      => 0.209,
         'Getopt::Long'   => 2.32,
         'Encode'         => 0,
         'File::ShareDir' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/Changes new/Web-MREST-0.288/Changes
--- old/Web-MREST-0.287/Changes 2017-02-25 09:38:34.000000000 +0100
+++ new/Web-MREST-0.288/Changes 2017-10-16 22:17:37.000000000 +0200
@@ -516,3 +516,7 @@
 - Refrain from munging Plack::Session object
 - script: store sessions in a dedicated directory in /tmp
 
+0.288 2017-10-16 22:17 CEST
+- build/ops: require latest App::CELL
+- Report MREST_DEBUG_MODE setting at startup
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/META.json 
new/Web-MREST-0.288/META.json
--- old/Web-MREST-0.287/META.json       2017-02-25 09:38:34.000000000 +0100
+++ new/Web-MREST-0.288/META.json       2017-10-16 22:17:37.000000000 +0200
@@ -56,7 +56,7 @@
       },
       "runtime" : {
          "requires" : {
-            "App::CELL" : "0.205",
+            "App::CELL" : "0.209",
             "Encode" : "0",
             "File::ShareDir" : "1.00",
             "File::Spec" : "0",
@@ -89,7 +89,7 @@
    "provides" : {
       "Web::MREST" : {
          "file" : "lib/Web/MREST.pm",
-         "version" : "0.287"
+         "version" : "0.288"
       },
       "Web::MREST::Dispatch" : {
          "file" : "lib/Web/MREST/Dispatch.pm",
@@ -138,5 +138,5 @@
          "http://opensource.org/licenses/BSD-3-Clause";
       ]
    },
-   "version" : "0.287"
+   "version" : "0.288"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/META.yml new/Web-MREST-0.288/META.yml
--- old/Web-MREST-0.287/META.yml        2017-02-25 09:38:34.000000000 +0100
+++ new/Web-MREST-0.288/META.yml        2017-10-16 22:17:37.000000000 +0200
@@ -44,7 +44,7 @@
 provides:
   Web::MREST:
     file: lib/Web/MREST.pm
-    version: 0.287
+    version: 0.288
   Web::MREST::Dispatch:
     file: lib/Web/MREST/Dispatch.pm
     version: 0
@@ -76,7 +76,7 @@
     file: lib/Web/MREST/WebServicesIntro.pm
     version: 0
 requires:
-  App::CELL: 0.205
+  App::CELL: 0.209
   Encode: 0
   File::ShareDir: 1.00
   File::Spec: 0
@@ -105,4 +105,4 @@
   perl: 5.012
 resources:
   license: http://opensource.org/licenses/BSD-3-Clause
-version: 0.287
+version: 0.288
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/bin/mrest 
new/Web-MREST-0.288/bin/mrest
--- old/Web-MREST-0.287/bin/mrest       2017-02-25 09:38:34.000000000 +0100
+++ new/Web-MREST-0.288/bin/mrest       2017-10-16 22:17:37.000000000 +0200
@@ -157,6 +157,7 @@
     Log::Any::Adapter->set( 'File', $log_file );
     my $message = "Logging to $log_file";
     print "$message\n";
+    print "MREST_DEBUG_MODE is set to " . ( $site->MREST_DEBUG_MODE || 0 ) . 
"\n";
     $log->info( $message );
 
     if ( ! $site->MREST_APPNAME ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/config/MREST_Config.pm 
new/Web-MREST-0.288/config/MREST_Config.pm
--- old/Web-MREST-0.287/config/MREST_Config.pm  2017-02-25 09:38:34.000000000 
+0100
+++ new/Web-MREST-0.288/config/MREST_Config.pm  2017-10-16 22:17:37.000000000 
+0200
@@ -1,22 +1,22 @@
-# ************************************************************************* 
-# Copyright (c) 2014-2015-2015, SUSE LLC
-# 
+# *************************************************************************
+# Copyright (c) 2014-2015, SUSE LLC
+#
 # All rights reserved.
-# 
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
-# 
+#
 # 1. Redistributions of source code must retain the above copyright notice,
 # this list of conditions and the following disclaimer.
-# 
+#
 # 2. Redistributions in binary form must reproduce the above copyright
 # notice, this list of conditions and the following disclaimer in the
 # documentation and/or other materials provided with the distribution.
-# 
+#
 # 3. Neither the name of SUSE LLC nor the names of its contributors may be
 # used to endorse or promote products derived from this software without
 # specific prior written permission.
-# 
+#
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -28,7 +28,7 @@
 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
-# ************************************************************************* 
+# *************************************************************************
 
 # -------------------------------------------
 # Web::MREST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/lib/Web/MREST.pm 
new/Web-MREST-0.288/lib/Web/MREST.pm
--- old/Web-MREST-0.287/lib/Web/MREST.pm        2017-02-25 09:38:34.000000000 
+0100
+++ new/Web-MREST-0.288/lib/Web/MREST.pm        2017-10-16 22:17:37.000000000 
+0200
@@ -57,11 +57,11 @@
 
 =head1 VERSION
 
-Version 0.287
+Version 0.288
 
 =cut
 
-our $VERSION = '0.287';
+our $VERSION = '0.288';
 
 
 =head2 Development status


Reply via email to