commit ghc-hledger-iadd for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package ghc-hledger-iadd for 
openSUSE:Factory checked in at 2017-07-06 00:03:13

Comparing /work/SRC/openSUSE:Factory/ghc-hledger-iadd (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hledger-iadd.new (New)


Package is "ghc-hledger-iadd"

Thu Jul  6 00:03:13 2017 rev:3 rq:508028 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hledger-iadd/ghc-hledger-iadd.changes
2017-05-27 13:15:20.789109993 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hledger-iadd.new/ghc-hledger-iadd.changes   
2017-07-06 00:03:14.763596156 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:37 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1 revision 2.
+
+---



Other differences:
--
++ ghc-hledger-iadd.spec ++
--- /var/tmp/diff_new_pack.8cQZmC/_old  2017-07-06 00:03:16.011420366 +0200
+++ /var/tmp/diff_new_pack.8cQZmC/_new  2017-07-06 00:03:16.015419803 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-brick-devel

++ hledger-iadd.cabal ++
--- /var/tmp/diff_new_pack.8cQZmC/_old  2017-07-06 00:03:16.071411915 +0200
+++ /var/tmp/diff_new_pack.8cQZmC/_new  2017-07-06 00:03:16.075411351 +0200
@@ -1,6 +1,6 @@
 name:hledger-iadd
 version: 1.2.1
-x-revision: 1
+x-revision: 2
 synopsis:A terminal UI as drop-in replacement for hledger add
 description: This is a terminal UI as drop-in replacement for hledger 
add.
  .
@@ -58,7 +58,7 @@
   default-language:Haskell2010
   build-depends:   base >= 4.8 && < 5
  , hledger-lib >= 1.0 && < 1.3
- , brick >= 0.15.2 && < 0.18
+ , brick >= 0.15.2 && < 0.19
  , vty >= 5.4
  , text
  , microlens
@@ -83,7 +83,7 @@
   build-depends:   base >= 4.8 && < 5
  , hledger-iadd
  , hledger-lib >= 1.0 && < 1.3
- , brick >= 0.15.2 && < 0.18
+ , brick >= 0.15.2 && < 0.19
  , vty >= 5.4
  , text
  , microlens




commit ghc-hledger-iadd for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package ghc-hledger-iadd for 
openSUSE:Factory checked in at 2017-05-27 13:15:16

Comparing /work/SRC/openSUSE:Factory/ghc-hledger-iadd (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hledger-iadd.new (New)


Package is "ghc-hledger-iadd"

Sat May 27 13:15:16 2017 rev:2 rq:495466 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hledger-iadd/ghc-hledger-iadd.changes
2017-05-06 18:26:46.091637875 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hledger-iadd.new/ghc-hledger-iadd.changes   
2017-05-27 13:15:20.789109993 +0200
@@ -1,0 +2,10 @@
+Mon May  8 17:29:55 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1 revision 1 with cabal2obs.
+
+---
+Tue Apr  4 11:02:16 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1 with cabal2obs.
+
+---

Old:

  hledger-iadd-1.2.tar.gz

New:

  hledger-iadd-1.2.1.tar.gz
  hledger-iadd.cabal



Other differences:
--
++ ghc-hledger-iadd.spec ++
--- /var/tmp/diff_new_pack.AjfPk7/_old  2017-05-27 13:15:22.720836890 +0200
+++ /var/tmp/diff_new_pack.AjfPk7/_new  2017-05-27 13:15:22.724836324 +0200
@@ -19,13 +19,14 @@
 %global pkg_name hledger-iadd
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.2
+Version:1.2.1
 Release:0
 Summary:A terminal UI as drop-in replacement for hledger add
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-brick-devel
@@ -81,6 +82,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ hledger-iadd-1.2.tar.gz -> hledger-iadd-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/ChangeLog.md 
new/hledger-iadd-1.2.1/ChangeLog.md
--- old/hledger-iadd-1.2/ChangeLog.md   2017-02-05 18:01:06.0 +0100
+++ new/hledger-iadd-1.2.1/ChangeLog.md 2017-03-31 11:39:34.0 +0200
@@ -1,3 +1,8 @@
+# 1.2.1
+
+  - Support for hledger-lib-1.2
+  - Minor documnentation fixes
+
 # 1.2
 
   - Add support for comments (bound to `;`)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/README.md 
new/hledger-iadd-1.2.1/README.md
--- old/hledger-iadd-1.2/README.md  2017-02-03 18:54:19.0 +0100
+++ new/hledger-iadd-1.2.1/README.md2017-03-31 11:09:19.0 +0200
@@ -102,7 +102,8 @@
   - `--date-format`: Format for parsing dates. (Default:
 `[[%y/]%m/]%d`, the usual ledger date format). Brackets can be
 used to specify optional parts. E.g the german date format would
-be `%d[.[%m[.[%y`
+be `%d[.[%m[.[%y`. (Dates are written as `y/m/d` to the
+journal regardless of this option).
   - `--completion-engine`: Algorithm for account name completion. Can
 be `substrings` or `fuzzy`.
   - `--dump-default-config`: Print the example config file to stdout
@@ -192,6 +193,14 @@
- `fuzzy`: All letters from the search string have to appear in
   the name in the same order
 
+## License
+
+The code of `hledger-iadd` is released under the [BSD3] license, but
+since `hledger-lib` -- the library that `hledger-iadd` uses -- is
+licensed under the [GPLv3], the terms of the GPL apply to the compiled
+and linked binary.
 
 [stack]: https://github.com/commercialhaskell/stack
 [haskell platform]: https://www.haskell.org/platform/
+[BSD3]: https://opensource.org/licenses/BSD-3-Clause
+[GPLv3]: https://www.gnu.org/licenses/gpl-3.0.en.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-iadd-1.2/hledger-iadd.cabal 
new/hledger-iadd-1.2.1/hledger-iadd.cabal
--- old/hledger-iadd-1.2/hledger-iadd.cabal 2017-02-05 18:01:15.0 
+0100
+++ new/hledger-iadd-1.2.1/hledger-iadd.cabal   2017-03-31 11:39:43.0 
+0200
@@ -1,5 +1,5 @@
 name:hledger-iadd
-version: 1.2
+version: 1.2.1
 synopsis:A terminal UI as drop-in replacement for hledger add
 description: This is a terminal UI as drop-in replacement for hledger 
add.
  .
@@ -56,7 +56,7 @@
  , Brick.Widgets.Edit.EmacsBindings
   default-language: