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.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
    2016-10-20 23:10:43.000000000 +0200
@@ -1,0 +2,55 @@
+Fri Sep 30 05:02:14 UTC 2016 - [email protected]
+
+- 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 "YYYY-MM-DD HH:DD:SS+TZ"
+
+-------------------------------------------------------------------
+Tue Sep 27 15:01:14 UTC 2016 - [email protected]
+
+- updated to 0.145
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+-------------------------------------------------------------------
+Mon Sep 19 10:46:47 UTC 2016 - [email protected]
+
+- updated to 0.143
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+-------------------------------------------------------------------
+Thu Sep 15 22:18:29 UTC 2016 - [email protected]
+
+- updated to 0.142
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+-------------------------------------------------------------------
+Mon Sep 12 08:18:00 UTC 2016 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.tXlOR4/_new  2016-10-20 23:10:44.000000000 +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 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.139.tar.gz -> App-MFILE-WWW-0.149.tar.gz ++++++
++++ 2750 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to