forked from pool/perl-App-MFILE-WWW
Accepting request 433442 from devel:languages:perl:autoupdate
- 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" OBS-URL: https://build.opensuse.org/request/show/433442 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-MFILE-WWW?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
8e4f79cdf9
commit
181537a007
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04a518f7a8eadbb8d5090e7cbde685f6229fe05a79355a5f321eff8a0884d746
|
||||
size 183554
|
3
App-MFILE-WWW-0.149.tar.gz
Normal file
3
App-MFILE-WWW-0.149.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53decc7085ff83881938c62f56baf1624630d396fda898aaed1f2540d678b33c
|
||||
size 186062
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#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
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 05:02:14 UTC 2016 - coolo@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 "YYYY-MM-DD HH:DD:SS+TZ"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 15:01:14 UTC 2016 - ncutler@suse.com
|
||||
|
||||
|
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-App-MFILE-WWW
|
||||
Version: 0.145
|
||||
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.145.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
|
||||
|
Reference in New Issue
Block a user