commit perl-App-MFILE-WWW for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2018-01-09 14:50:53

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Tue Jan  9 14:50:53 2018 rev:8 rq:555059 version:0.176

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2017-11-16 14:01:30.560549299 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2018-01-09 14:51:19.973035091 +0100
@@ -1,0 +2,32 @@
+Thu Dec  7 06:03:08 UTC 2017 - co...@suse.com
+
+- updated to 0.176
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.175 2017-11-14 17:24 CET
+  - js: core/start: pass resultLine to drowselectListen()
+  - js: core: implement "menu" prototype
+  - js: core/populate: handle undefined populateArray a little less stupidly
+  - js: core/init2: do not clobber miniMenu objects
+  
+  0.176 2017-11-27 11:22 CET
+  - js: core/html: unify usage of " " in dmenu and miniMenu; populate
+mainarea with a placeholder
+  - build/ops: drop older versions of jquery, qunit, requirejs
+  - js: core/ajax: refactor; logout if session expires; always clear result 
line
+
+---
+Tue Nov 14 06:03:18 UTC 2017 - co...@suse.com
+
+- updated to 0.174
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.174 2017-11-13 11:43 CET
+  - Revert "Integrate D3 into the application"
+  - js: core/html: fix dmenu regression
+  - js: core/html: give minimenu div an id
+  - js: reflect appLib.fillUserBox() behavior change
+
+---

Old:

  App-MFILE-WWW-0.173.tar.gz

New:

  App-MFILE-WWW-0.176.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.ckf6PI/_old  2018-01-09 14:51:21.100982209 +0100
+++ /var/tmp/diff_new_pack.ckf6PI/_new  2018-01-09 14:51:21.104982021 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.173
+Version:0.176
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app
@@ -64,18 +64,24 @@
 %{perl_requires}
 
 %description
-This is a foundation/framework/toolkit for web front-end development.
+This distro contains a foundation/framework/toolkit for developing the
+"front end" portion of web applications.
 
-It consists of two components - a Perl application that uses Plack and
-Web::Machine to implement an HTTP request-response handler (so the resulting
-application is PSGI-compliant) and front-end code (HTML, CSS, JavaScript)
-for rapid development of application front-ends that have a "look and feel"
-reminiscent of the text terminal era.
+App::MFILE::WWW is a Plack application that provides a HTTP
+request-response handler (based on Web::Machine), CSS and HTML source code
+for an in-browser "screen", and JavaScript code for displaying various
+"widgets" (menus, forms, etc.) in that screen and for processing user input
+from within those widgets.
 
 In addition, infrastructure is included (but need not be used) for user
 authentication, session management, and communication with a backend server
 via AJAX calls.
 
+Front ends built with App::MFILE::WWW will typicaly be menu-driven,
+consisting exclusively of fixed-width Unicode text, and capable of being
+controlled from the keyboard, without the use of a mouse. The overall
+look-and-feel is reminiscent of the text terminal era.
+
 The distro comes with a prototype (demo) application to illustrate how the
 various widgets are used.
 

++ App-MFILE-WWW-0.173.tar.gz -> App-MFILE-WWW-0.176.tar.gz ++
 12546 lines of diff (skipped)




commit perl-App-MFILE-WWW for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2017-11-16 14:01:27

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Thu Nov 16 14:01:27 2017 rev:7 rq:540736 version:0.173

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2017-09-04 12:37:09.720425294 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2017-11-16 14:01:30.560549299 +0100
@@ -1,0 +2,92 @@
+Sat Nov 11 12:53:41 UTC 2017 - ncut...@suse.com
+
+- updated to 0.173 
+
+  Highlights since 0.157 - for complete changelog see
+  /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  0.158 2017-08-29 15:12 CEST
+  - add JavaScript functional tests
+  
+  0.159 2017-09-23 23:52 CEST
+  - js: core: migrate to JQuery 3.2.1
+  - js: core: upgrade to RequireJS 2.3.5
+  - doc: describe how to add new JavaScript functional tests
+  - expand JavaScript functional tests
+  
+  0.160 2017-09-25 17:33 CEST
+  - Provide way to specify result line when starting a target
+  - start.js: unify arguments taken by primitive start functions
+  
+  0.161 2017-09-28 11:42 CEST
+  - stack.js: implement restart() and pushWithoutStart() methods
+  - Eliminate dependency on App::MFILE distro
+  
+  0.162 2017-10-14 13:01 CEST
+  - js: core/lib: allow empty line to be first item in dform
+  - js: Implement form entry vetting feature
+  - js: concentrate form entries into a central module
+  - js: core/datetime: implement various date and time vetting functions
+  - js: core: add submitAction property to drowselect
+  - js: lib: enable displayError() to focus on arbitrary entry
+  - js: datetime: implement offset time ranges
+  - js: stack, start: make dform take an "inputId" option
+  
+  0.163 2017-10-19 23:19 CEST
+  - js: lib: add isArray() from Crockford, Douglas
+  - js: datetime: enable vetting of special Dochazka time ranges
+  - js: core: use minified jQuery
+  - Resource: use onNodeCreated to display RequireJS module loading info
+  - js: core: use keydown instead of keypress (for Chrome)
+  
+  0.164 2017-10-20 22:41 CEST
+  - js: core/start: implement non-interactive async populate feature
+  - js: start: clear result line when displaying dmenu
+  - js: stack: implement unwindToType()
+  - Dispatch: fix App::CELL constructor
+  - js: datetime: add intToDay(), monthToInt(), and tsrangeToTimeRange()
+  
+  0.165 2017-10-21 12:02 CEST
+  - js: start: vet populate property more carefully in dform
+  - js: start: log an error if entry has bad populate property
+  - js: refactor ajax.js and populate.js
+  
+  0.166 2017-10-22 07:17 CEST
+  - js: html: implement "hidden entries" feature in dform
+  - js: start: ESC is "Back" in dmenu and dform
+  
+  0.167 2017-10-27 23:07 CEST
+  - start.js: add "populate" option to dform
+  - Add .ignore file for ag
+  - js: stack/start: disable logout-via-ESC
+  
+  0.168 2017-10-29 12:25 CET
+  - js: core/lib: add uniq() function, eliminates duplicates from array
+  - js: core/html: let entries have size attribute different from maxlen
+  
+  0.169 2017-10-29 17:57 CET
+  - js: core/ajax: display failure message with displayError()
+  - js: core/loggout: propagate result line message
+  
+  0.170 2017-10-31 12:00 CET
+  - js: core/start: vet all writable dform entries when submitting
+  - js: core/start: populate object regardless of target type
+  - js: core/stack: fix missing underscore in pop()
+  - js: core/stack: push opts onto stack
+  - js: core/stack: make unwindTo{Flag,Target} handle opts and respect _start
+  - js: core/start: make dmenu process opts and respect resultLine
+  
+  0.171 2017-11-02 20:14 CET
+  - js: core: implement dcallback widget
+  
+  0.172 2017-11-10 15:17 CET
+  - js: core/current-user: use jQuery to reset object
+  - js: core/lib: implement "nullify" function
+  - js: core/stack: add ability to unwind to target without starting
+  
+  0.173 2017-11-11 13:23 CET
+  - js: core/datetime: improve tab completion of months
+  - css, js/html: implement proper miniMenu indenting
+  - js: core: html/start: make menu entries start at 1
+
+---

Old:

  App-MFILE-WWW-0.157.tar.gz

New:

  App-MFILE-WWW-0.173.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.RS0GrH/_old  2017-11-16 14:01:31.324521614 +0100
+++ /var/tmp/diff_new_pack.RS0GrH/_new  2017-11-16 14:01:31.328521469 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.157
+Version:0.173
 Release:   

commit perl-App-MFILE-WWW for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2017-09-04 12:37:08

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Mon Sep  4 12:37:08 2017 rev:6 rq:520450 version:0.157

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2017-03-28 15:21:27.328081480 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2017-09-04 12:37:09.720425294 +0200
@@ -1,0 +2,18 @@
+Sat Aug 26 05:04:00 UTC 2017 - co...@suse.com
+
+- updated to 0.157
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.157 2017-08-25 14:01 CEST
+  - doc: start documenting the JavaScript primitives
+  - Implement target stack feature (major refactor)
+  - lib.js: implement isObjEmpty()
+  - stack.js: handle undefined and null obj in push()
+  - start.js: dform restore state only if rememberState is true
+  - stack: unsetFoo functions take no argument
+  - stack: make unwindToTarget take an optional obj argument
+  - stack: implement grep function
+  - stack,start: cleanup
+
+---

Old:

  App-MFILE-WWW-0.156.tar.gz

New:

  App-MFILE-WWW-0.157.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.1tsqrd/_old  2017-09-04 12:37:10.468320072 +0200
+++ /var/tmp/diff_new_pack.1tsqrd/_new  2017-09-04 12:37:10.472319510 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.156
+Version:0.157
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app

++ App-MFILE-WWW-0.156.tar.gz -> App-MFILE-WWW-0.157.tar.gz ++
 2730 lines of diff (skipped)




commit perl-App-MFILE-WWW for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2017-03-28 15:21:26

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Tue Mar 28 15:21:26 2017 rev:5 rq:478926 version:0.156

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2016-11-18 22:04:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2017-03-28 15:21:27.328081480 +0200
@@ -1,0 +2,50 @@
+Tue Mar  7 06:02:59 UTC 2017 - co...@suse.com
+
+- updated to 0.156
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.155 2017-02-27 22:37 CET
+  - html.js: handle special entries in dbrowser, too
+  - lib.js: add shallowCopy function
+  - spam console log less (rightPadSpaces, current-user.js)
+  - current-user: refrain from spamming log
+  
+  0.156 2017-02-28 15:23 CET
+  - lib.js: add isStringNotEmpty function
+
+---
+Wed Mar  1 06:02:34 UTC 2017 - co...@suse.com
+
+- updated to 0.154
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.154 2017-02-27 15:40 CET
+  - build/ops: require recent versions of dependencies
+  - Cleanup session data display
+  - html.js: handle null entriesWrite array
+  - Implement a special divider dform entry, including rendering
+  - Implement a special dform entry that is just an empty line
+  - html: handle null elem.text in maxLength
+
+---
+Sun Feb 26 06:02:01 UTC 2017 - co...@suse.com
+
+- updated to 0.153
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.153 2017-02-25 09:30 CET
+  - Refrain from making a new Plack::Session object
+  - doc: tweak log messages
+  - Resource.pm: implement session and session_id methods
+  - script: store sessions in a dedicated directory in /tmp
+  - Display session data on all screens
+  - login: do not trigger page reload when bad credentials
+  - Dispatch.pm: remove dead code
+  - Control display of session data by config parameter
+  - doc: better description of MFILE_APPNAME config param
+  - Control display of session data via configuration parameter
+
+---

Old:

  App-MFILE-WWW-0.152.tar.gz

New:

  App-MFILE-WWW-0.156.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.3J1YdK/_old  2017-03-28 15:21:28.251950634 +0200
+++ /var/tmp/diff_new_pack.3J1YdK/_new  2017-03-28 15:21:28.255950068 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-MFILE-WWW
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.152
+Version:0.156
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-MFILE-WWW/
-Source0:
http://www.cpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(App::CELL) >= 0.194
-BuildRequires:  perl(App::MFILE) >= 0.17
+BuildRequires:  perl(App::CELL) >= 0.222
+BuildRequires:  perl(App::MFILE) >= 0.181
 BuildRequires:  perl(File::ShareDir)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(JSON)
@@ -44,14 +44,13 @@
 BuildRequires:  perl(Plack::Middleware::StackTrace)
 BuildRequires:  perl(Plack::Middleware::Static)
 BuildRequires:  perl(Plack::Runner)
-BuildRequires:  perl(Plack::Session)
 BuildRequires:  perl(Plack::Test)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::JSON)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(Web::Machine) >= 0.15
-Requires:   perl(App::CELL) >= 0.194
-Requires:   perl(App::MFILE) >= 0.17
+Requires:   perl(App::CELL) >= 0.222
+Requires:   perl(App::MFILE) >= 0.181
 Requires:   perl(File::ShareDir)
 Requires:   perl(JSON)
 Requires:   perl(LWP::UserAgent)
@@ -62,7 +61,6 @@
 Requires:   perl(Plack::Middl

commit perl-App-MFILE-WWW for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2016-11-18 22:04:04

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2016-11-10 13:28:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2016-11-18 22:04:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 10 06:02:49 UTC 2016 - co...@suse.com
+
+- updated to 0.152
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.152 2016-11-05 21:18 CET
+  - core: prevent miniMenu entries from being undefined in start.js
+  - core: library function for displaying error messages
+  - core: improve display of empty table/rowselect in html.js
+  - core: display drowselect navigation only if rows > 1
+
+---

Old:

  App-MFILE-WWW-0.151.tar.gz

New:

  App-MFILE-WWW-0.152.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.7Tb4E3/_old  2016-11-18 22:04:06.0 +0100
+++ /var/tmp/diff_new_pack.7Tb4E3/_new  2016-11-18 22:04:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.151
+Version:0.152
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app

++ App-MFILE-WWW-0.151.tar.gz -> App-MFILE-WWW-0.152.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/Changes 
new/App-MFILE-WWW-0.152/Changes
--- old/App-MFILE-WWW-0.151/Changes 2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/Changes 2016-11-05 21:18:27.0 +0100
@@ -914,3 +914,9 @@
 - demo: enable editing in dbrowser/drowselect demos
 - core: refactor to eliminate code duplication (and fix a bug)
 
+0.152 2016-11-05 21:18 CET
+- core: prevent miniMenu entries from being undefined in start.js
+- core: library function for displaying error messages
+- core: improve display of empty table/rowselect in html.js
+- core: display drowselect navigation only if rows > 1
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/META.json 
new/App-MFILE-WWW-0.152/META.json
--- old/App-MFILE-WWW-0.151/META.json   2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/META.json   2016-11-05 21:18:27.0 +0100
@@ -58,7 +58,7 @@
"provides" : {
   "App::MFILE::WWW" : {
  "file" : "lib/App/MFILE/WWW.pm",
- "version" : "0.151"
+ "version" : "0.152"
   },
   "App::MFILE::WWW::Dispatch" : {
  "file" : "lib/App/MFILE/WWW/Dispatch.pm"
@@ -73,6 +73,6 @@
  "http://opensource.org/licenses/bsd-license.php";
   ]
},
-   "version" : "0.151",
+   "version" : "0.152",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/META.yml 
new/App-MFILE-WWW-0.152/META.yml
--- old/App-MFILE-WWW-0.151/META.yml2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/META.yml2016-11-05 21:18:27.0 +0100
@@ -23,7 +23,7 @@
 provides:
   App::MFILE::WWW:
 file: lib/App/MFILE/WWW.pm
-version: '0.151'
+version: '0.152'
   App::MFILE::WWW::Dispatch:
 file: lib/App/MFILE/WWW/Dispatch.pm
   App::MFILE::WWW::Resource:
@@ -50,5 +50,5 @@
   perl: '5.012'
 resources:
   license: http://opensource.org/licenses/bsd-license.php
-version: '0.151'
+version: '0.152'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/lib/App/MFILE/WWW.pm 
new/App-MFILE-WWW-0.152/lib/App/MFILE/WWW.pm
--- old/App-MFILE-WWW-0.151/lib/App/MFILE/WWW.pm2016-11-04 
22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/lib/App/MFILE/WWW.pm2016-11-05 
21:18:27.0 +0100
@@ -58,11 +58,11 @@
 
 =head1 VERSION
 
-Version 0.151
+Version 0.152
 
 =cut
 
-our $VERSION = '0.151';
+our $VERSION = '0.152';
 our @EXPORT_OK = ( '$VERSION' );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/share/js/core/html.js 
new/App-MFILE-WWW-0.152/share/js/core/html.js
--- old/App-MFILE-WWW-0.151/share/js/core/html.js   2016-11-04 
22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/share/js/core/html.js   2016-11-0

commit perl-App-MFILE-WWW for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2016-11-10 13:27:59

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2016-10-20 23:10:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2016-11-10 13:28:00.0 +0100
@@ -1,0 +2,31 @@
+Sat Nov  5 06:02:38 UTC 2016 - co...@suse.com
+
+- updated to 0.151
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.150 2016-11-03 19:22 CET
+  - Resource.pm: expose REST server URI to JavaScript side
+  - Resource.pm: export foreign site params only if defined
+  - js demo: dtable return to demoSubmenu instead of demoMenu
+  - js demo: implement a proper hook for dbrowser demo
+  - html.js: do not concatenate undefined entries
+  - html.js: use text prop to determine max length
+  - html.js: implement and use getObjStr()
+  - start.js: simplify dtable start/listen code
+  - Implement a drowselect target (widget)
+- demo: plumb in the new "drowselect" widget
+- demo: implement proper dtable, drowselect hooks
+- html.js: initial HTML for drowselect widget
+- start.js: add drowselect start and listen functions
+- html.js: put spans around table/rowselect rows
+- core: implement drowselect reverse video, arrow-key navigation
+- html.js: remove potential code duplication (dtable/drowselect)
+  
+  0.151 2016-11-04 22:02 CET
+  - demo: storage and accessors for dbrowser data set
+  - demo: move rowselect demo to submenu
+  - demo: enable editing in dbrowser/drowselect demos
+  - core: refactor to eliminate code duplication (and fix a bug)
+
+---

Old:

  App-MFILE-WWW-0.149.tar.gz

New:

  App-MFILE-WWW-0.151.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.TDFXgT/_old  2016-11-10 13:28:01.0 +0100
+++ /var/tmp/diff_new_pack.TDFXgT/_new  2016-11-10 13:28:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.149
+Version:0.151
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app

++ App-MFILE-WWW-0.149.tar.gz -> App-MFILE-WWW-0.151.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.149/Changes 
new/App-MFILE-WWW-0.151/Changes
--- old/App-MFILE-WWW-0.149/Changes 2016-09-29 01:09:53.0 +0200
+++ new/App-MFILE-WWW-0.151/Changes 2016-11-04 22:02:52.0 +0100
@@ -890,3 +890,27 @@
 - html.js: restore proper padding in dform
 - js: make readableDate() take full "-MM-DD HH:DD:SS+TZ"
 
+0.150 2016-11-03 19:22 CET
+- Resource.pm: expose REST server URI to JavaScript side
+- Resource.pm: export foreign site params only if defined
+- js demo: dtable return to demoSubmenu instead of demoMenu
+- js demo: implement a proper hook for dbrowser demo
+- html.js: do not concatenate undefined entries
+- html.js: use text prop to determine max length
+- html.js: implement and use getObjStr()
+- start.js: simplify dtable start/listen code
+- Implement a drowselect target (widget)
+  - demo: plumb in the new "drowselect" widget
+  - demo: implement proper dtable, drowselect hooks
+  - html.js: initial HTML for drowselect widget
+  - start.js: add drowselect start and listen functions
+  - html.js: put spans around table/rowselect rows
+  - core: implement drowselect reverse video, arrow-key navigation
+  - html.js: remove potential code duplication (dtable/drowselect)
+
+0.151 2016-11-04 22:02 CET
+- demo: storage and accessors for dbrowser data set
+- demo: move rowselect demo to submenu
+- demo: enable editing in dbrowser/drowselect demos
+- core: refactor to eliminate code duplication (and fix a bug)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.149/MANIFEST 
new/App-MFILE-WWW-0.151/MANIFEST
--- old/App-MFILE-WWW-0.149/MANIFEST2016-09-29 01:09:53.0 +0200
+++ new/App-MFILE-WWW-0.151/MANIFEST2016-11-04 22:02:52.0 +0100
@@ -45,6 +45,7 @@
 share/js/mfile-www/dmenu-init.js
 share/js/mfile-www/dnotice-hooks.js
 share/js/mfile-www/dnotice-init.js
+share/js/mfile-www/drowselect-init.js
 share/js/mfile-www/dtable-init.js
 share/js/mfile-www/lib.js
 share/js/mfile-www/target-init.js
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore

commit perl-App-MFILE-WWW for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2016-10-20 23:10:07

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2016-10-18 10:38:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2016-10-20 23:10:43.0 +0200
@@ -1,0 +2,55 @@
+Fri Sep 30 05:02:14 UTC 2016 - co...@suse.com
+
+- updated to 0.149
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.146 2016-09-28 18:58 CEST
+  - Remove dbrowser "itemHook", bad idea
+  - js: export dbrowserListen and dbrowserState in start.js
+  - _load_config: make sitedir take priority
+  - build/ops: set OBS_PROJECT to Application:Dochazka
+  
+  0.147 2016-09-28 22:58 CEST
+  - dtable boilerplate
+  - dtable: everything except table rendering
+  - js: fix ACL profile property name in entry definitions
+  - build/ops: fix session management
+  - js: rename charsNeeded() to maxLength() and generalize
+  - dtable: finalize initial feature implementation
+  
+  0.148 2016-09-29 00:43 CEST
+  - html.js: handle null entries prop in miniMenu()
+  - js: take headings into account when calculating column widths
+  - js: grammatically correct "Displaying table" message
+  - js: add readableDate() function to core lib
+  
+  0.149 2016-09-29 01:09 CEST
+  - html.js: restore proper padding in dform
+  - js: make readableDate() take full "-MM-DD HH:DD:SS+TZ"
+
+---
+Tue Sep 27 15:01:14 UTC 2016 - ncut...@suse.com
+
+- updated to 0.145
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---
+Mon Sep 19 10:46:47 UTC 2016 - ncut...@suse.com
+
+- updated to 0.143
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---
+Thu Sep 15 22:18:29 UTC 2016 - ncut...@suse.com
+
+- updated to 0.142
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---
+Mon Sep 12 08:18:00 UTC 2016 - ncut...@suse.com
+
+- updated to 0.141
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---

Old:

  App-MFILE-WWW-0.139.tar.gz
  _service

New:

  App-MFILE-WWW-0.149.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.tXlOR4/_old  2016-10-20 23:10:44.0 +0200
+++ /var/tmp/diff_new_pack.tXlOR4/_new  2016-10-20 23:10:44.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.139
+Version:0.149
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-MFILE-WWW/
-Source0:App-MFILE-WWW-0.139.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -70,20 +71,20 @@
 This distro contains a foundation/framework/toolkit for developing the
 "front end" portion of web applications.
 
-the App::MFILE::WWW manpage is a the Plack manpage application that
-provides a HTTP request-response handler (based on the Web::Machine
-manpage), CSS and HTML source code for an in-browser "screen", and
-JavaScript code for displaying various "widgets" (menus, forms, etc.) in
-that screen and for processing user input from within those widgets.
+App::MFILE::WWW is a Plack application that provides a HTTP
+request-response handler (based on Web::Machine), CSS and HTML source code
+for an in-browser "screen", and JavaScript code for displaying various
+"widgets" (menus, forms, etc.) in that screen and for processing user input
+from within those widgets.
 
 In addition, infrastructure is included (but need not be used) for user
 authentication, session management, and communication with a backend server
 via AJAX calls.
 
-Front ends built with the App::MFILE::WWW manpage will typicaly be
-menu-driven, consisting exclusively of fixed-width Unicode text, and
-capable of being controlled from the keyboard, without the use of a mouse.
-The overall look-and-feel is reminiscent of the text terminal era.
+Front ends bui

commit perl-App-MFILE-WWW for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2016-10-18 10:38:25

Comparing /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new (New)


Package is "perl-App-MFILE-WWW"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2016-10-18 10:38:25.0 +0200
@@ -0,0 +1,150 @@
+---
+Mon Sep  5 06:29:44 UTC 2016 - ncut...@suse.com
+
+- updated to 0.139
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+- dropped deprecated files from %doc in spec file
+
+---
+Sun Sep  4 19:18:29 UTC 2016 - ncut...@suse.com
+
+- Fix _service file 
+
+---
+Sun Sep  4 15:45:56 UTC 2016 - ncut...@suse.com
+
+- updated to 0.138
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---
+Sun Sep  4 15:44:20 UTC 2016 - ncut...@suse.com
+
+- Add _service file to automate version update in spec file
+
+---
+Fri Sep  2 11:23:31 UTC 2016 - tampak...@opensuse.org
+
+- updated to 0.137
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+---
+Tue Oct 14 08:59:15 UTC 2014 - ncut...@suse.com
+
+- Update to 0.136
+
+---
+Mon Oct 13 14:47:26 UTC 2014 - ncut...@suse.com
+
+- Update to 0.131
+
+---
+Mon Oct 13 13:52:25 UTC 2014 - ncut...@suse.com
+
+- Update to 0.130
+
+---
+Mon Oct 13 13:26:01 UTC 2014 - ncut...@suse.com
+
+- Update to 0.129
+
+---
+Fri Oct 10 15:01:28 UTC 2014 - ncut...@suse.com
+
+- Update to 0.121
+
+---
+Fri Oct 10 10:06:12 UTC 2014 - ncut...@suse.com
+
+- Update to 0.120
+
+---
+Wed Sep 24 13:27:34 UTC 2014 - ncut...@suse.com
+
+- Update to 0.115
+
+---
+Wed Sep 24 11:47:18 UTC 2014 - ncut...@suse.com
+
+- Update to 0.114
+
+---
+Wed Sep 24 09:53:42 UTC 2014 - ncut...@suse.com
+
+- Update to 0.113
+
+---
+Fri Sep 19 11:59:59 UTC 2014 - ncut...@suse.com
+
+- Update to 0.105
+
+---
+Thu Sep 18 13:13:09 UTC 2014 - ncut...@suse.com
+
+- Update to 0.103
+
+---
+Thu Sep 18 10:33:47 UTC 2014 - ncut...@suse.com
+
+- Update to 0.102
+
+---
+Thu Sep 18 08:03:09 UTC 2014 - ncut...@suse.com
+
+- Update to 0.101
+
+---
+Fri Sep 12 14:46:29 UTC 2014 - ncut...@suse.com
+
+- Update to 0.095
+
+---
+Fri Sep 12 09:19:57 UTC 2014 - ncut...@suse.com
+
+- updated to 0.094, add Getopt::Long dependency
+
+---
+Thu Sep 11 14:12:31 UTC 2014 - ncut...@suse.com
+
+- Update to 0.092
+
+---
+Thu Sep 11 12:46:47 UTC 2014 - ncut...@suse.com
+
+- Update to 0.091
+
+---
+Thu Sep 11 10:25:57 UTC 2014 - ncut...@suse.com
+
+- Update to 0.090
+
+---
+Thu Sep 11 09:49:53 UTC 2014 - ncut...@suse.com
+
+- Update to 0.089
+
+---
+Thu Sep 11 08:00:39 UTC 2014 - ncut...@suse.com
+
+- Update to 0.088, fix dependencies, capitalize summary
+
+---
+Thu Sep 11 07:55:59 UTC 2014 - ncut...@suse.com
+
+- Update to 0.087
+
+---
+Wed Sep 10 14:14:17 UTC 2014 - ncut...@suse.com
+
+- Update to 0.080
+
+---
+Wed Sep 10 13:40:42 UTC 2014 - ncut...@suse.com
+
+- Update to 0.079
+
+--