Hello community,
here is the log from the commit of package ghc-yesod-form-richtext for
openSUSE:Factory checked in at 2017-07-06 00:03:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yesod-form-richtext (Old)
and /work/SRC/openSUSE:Factory/.ghc-yesod-form-richtext.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-yesod-form-richtext"
Thu Jul 6 00:03:47 2017 rev:3 rq:508044 version:0.1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-yesod-form-richtext/ghc-yesod-form-richtext.changes
2017-04-12 18:10:13.688761246 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-yesod-form-richtext.new/ghc-yesod-form-richtext.changes
2017-07-06 00:03:49.766665001 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:32 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.1.
+
+-------------------------------------------------------------------
Old:
----
yesod-form-richtext-0.1.0.0.tar.gz
New:
----
yesod-form-richtext-0.1.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-yesod-form-richtext.spec ++++++
--- /var/tmp/diff_new_pack.61C3wv/_old 2017-07-06 00:03:50.674537101 +0200
+++ /var/tmp/diff_new_pack.61C3wv/_new 2017-07-06 00:03:50.678536538 +0200
@@ -18,7 +18,7 @@
%global pkg_name yesod-form-richtext
Name: ghc-%{pkg_name}
-Version: 0.1.0.0
+Version: 0.1.0.1
Release: 0
Summary: Various rich-text WYSIWYG editors for Yesod forms
License: MIT
++++++ yesod-form-richtext-0.1.0.0.tar.gz -> yesod-form-richtext-0.1.0.1.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yesod-form-richtext-0.1.0.0/LICENSE
new/yesod-form-richtext-0.1.0.1/LICENSE
--- old/yesod-form-richtext-0.1.0.0/LICENSE 2016-03-03 23:43:13.000000000
+0100
+++ new/yesod-form-richtext-0.1.0.1/LICENSE 2017-06-21 10:08:39.000000000
+0200
@@ -1,4 +1,4 @@
-Copyright © 2015-2016 Arthur S. Fayzrakhmanov <https://github.com/geraldus>
+Copyright © 2015-2017 Arthur S. Fayzrakhmanov <https://github.com/geraldus>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yesod-form-richtext-0.1.0.0/src/Yesod/Form/Summernote.hs
new/yesod-form-richtext-0.1.0.1/src/Yesod/Form/Summernote.hs
--- old/yesod-form-richtext-0.1.0.0/src/Yesod/Form/Summernote.hs
2016-03-04 00:38:29.000000000 +0100
+++ new/yesod-form-richtext-0.1.0.1/src/Yesod/Form/Summernote.hs
2017-06-21 10:06:11.000000000 +0200
@@ -8,8 +8,8 @@
-- @
-- summerForm :: Form HtmlComment
-- summerForm = renderBootstrap3 BootstrapBasicForm $ HtmlComment
--- \<$\> areq (snHtmlFieldCustomized "{toolbar:false}") "Title" Nothing
--- \<*\> areq snHtmlField "Comment" Nothing
+-- \<$\> areq (snHtmlFieldCustomized "{toolbar:false}") \"Title\" Nothing
+-- \<*\> areq snHtmlField \"Comment\" Nothing
-- @
module Yesod.Form.Summernote
@@ -67,8 +67,9 @@
-- @
-- snHtmlFieldCustomized "{ height: 150, codemirror: { theme:'monokai' } }"
-- @
-snHtmlFieldCustomized :: YesodSummernote site
- => String -> Field (HandlerT site IO) Html
+snHtmlFieldCustomized :: (YesodSummernote site, MonadHandler m)
+ => String
+ -> Field (HandlerT site m) Html
snHtmlFieldCustomized cfg = Field
{ fieldParse =
\e _ -> return $
@@ -98,7 +99,8 @@
showVal = either id (pack . renderHtml)
-- | Summernote editor field with default settings.
-snHtmlField :: YesodSummernote site => Field (HandlerT site IO) Html
+snHtmlField :: (YesodSummernote site, MonadHandler m)
+ => Field (HandlerT site m) Html
snHtmlField = snHtmlFieldCustomized ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yesod-form-richtext-0.1.0.0/yesod-form-richtext.cabal
new/yesod-form-richtext-0.1.0.1/yesod-form-richtext.cabal
--- old/yesod-form-richtext-0.1.0.0/yesod-form-richtext.cabal 2016-03-04
00:49:00.000000000 +0100
+++ new/yesod-form-richtext-0.1.0.1/yesod-form-richtext.cabal 2017-06-21
10:10:14.000000000 +0200
@@ -1,5 +1,5 @@
name: yesod-form-richtext
-version: 0.1.0.0
+version: 0.1.0.1
synopsis: Various rich-text WYSIWYG editors for Yesod forms.
description: Please see README.md
homepage: http://github.com/geraldus/yesod-form-richtext#readme
@@ -7,8 +7,8 @@
license-file: LICENSE
author: Arthur S. Fayzrakhmanov
maintainer: [email protected]
-copyright: 2016 Arthur S. Fayzrakhmanov
-category: Web
+copyright: 2017 Arthur S. Fayzrakhmanov
+category: Web, Yesod
build-type: Simple
cabal-version: >=1.10