Hello community,

here is the log from the commit of package zot for openSUSE:Factory checked in 
at 2017-04-11 09:38:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zot (Old)
 and      /work/SRC/openSUSE:Factory/.zot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zot"

Tue Apr 11 09:38:12 2017 rev:2 rq:483938 version:0.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/zot/zot.changes  2017-03-24 01:56:24.650432313 
+0100
+++ /work/SRC/openSUSE:Factory/.zot.new/zot.changes     2017-04-11 
09:38:12.967962769 +0200
@@ -2 +2 @@
-Sun Jul 10 17:02:42 UTC 2016 - psim...@suse.com
+Tue Sep 20 17:16:57 UTC 2016 - psim...@suse.com

Old:
----
  1.cabal

New:
----
  zot.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zot.spec ++++++
--- /var/tmp/diff_new_pack.MUSSQ6/_old  2017-04-11 09:38:13.519884803 +0200
+++ /var/tmp/diff_new_pack.MUSSQ6/_new  2017-04-11 09:38:13.523884237 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zot
 #
-# 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
@@ -24,7 +24,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal
+Source1:        
https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-monads-tf-devel
 BuildRequires:  ghc-rpm-macros

++++++ zot.cabal ++++++
build-type:     Simple
cabal-version:  >= 1.6

name:           zot
version:        0.0.3
x-revision: 1
stability:      experimental
author:         Yoshikuni Jujo <paf01...@nifty.ne.jp>
maintainer:     Yoshikuni Jujo <paf01...@nifty.ne.jp>

license:        BSD3
license-file:   LICENSE

category:       Compilers/Interpreters
synopsis:       Zot language
description:
  Zot language (<http://semarch.linguistics.fas.nyu.edu/barker/Iota/zot.html>)
  .
  > echo "10100" | cat examples/reverse.zot - | zot -
  > 00101
  .
  > cat examples/reverse.lambda | zot lambdaToSki | zot skiToZot | zot arg 
"10100" | zot -
  > 00101
  .
  And try
  .
  > cat examples/reverse.zot | zot zotToSki | zot skiToLambda
  .
  and
  .
  > cat examples/reverse.zot | zot zotToSki | zot skiToLambda -h

data-files:     examples/reverse.lambda, examples/reverse.zot, README

source-repository       head
  type:         git
  location:     git://github.com/YoshikuniJujo/zot_haskell.git

executable      zot
  hs-source-dirs:       src
  main-is:              zot.hs
  other-modules:        Zot, LambdaToSki, SkiToLambda, SkiToZot, ZotToSki, 
Parse, SKI
  build-depends:        base > 3 && < 5, monads-tf
  ghc-options:          -Wall -fno-warn-tabs

Reply via email to