Hello community,

here is the log from the commit of package pointful for openSUSE:Factory 
checked in at 2016-10-22 13:22:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pointful (Old)
 and      /work/SRC/openSUSE:Factory/.pointful.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pointful"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pointful/pointful.changes        2016-07-30 
00:26:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pointful.new/pointful.changes   2016-10-22 
13:22:04.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:10:34 UTC 2016 - [email protected]
+
+- Update to version 1.0.8 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  pointful.cabal

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

Other differences:
------------------
++++++ pointful.spec ++++++
--- /var/tmp/diff_new_pack.lpLK8f/_old  2016-10-22 13:22:07.000000000 +0200
+++ /var/tmp/diff_new_pack.lpLK8f/_new  2016-10-22 13:22:07.000000000 +0200
@@ -25,8 +25,8 @@
 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#/%{name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-haskell-src-exts-devel
 BuildRequires:  ghc-mtl-devel
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Stand-alone command-line version of the pointful plugin for Lambdabot.
@@ -59,16 +58,14 @@
 
 %prep
 %setup -q
-
+cp -p %{SOURCE1} %{name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
 

++++++ pointful.cabal ++++++
name:                pointful
version:             1.0.8
x-revision: 1

synopsis:            Pointful refactoring tool

description:         Stand-alone command-line version of the pointful plugin
                     for Lambdabot.

category:            Development
license:             BSD3
license-file:        LICENSE
author:              Thomas Jäger, Bertram Felgenhauer, James Cook et al.
maintainer:          Mikhail Glushenkov <[email protected]>
homepage:            http://github.com/23Skidoo/pointful
build-type:          Simple
extra-source-files:  Lambdabot/*.hs
cabal-version:       >= 1.6

Library
    exposed-modules:     Lambdabot.Pointful
    other-modules:       Lambdabot.Parser
    build-depends:       base >= 4.4 && < 5,
                         containers >= 0.4,
                         haskell-src-exts >= 1.17.0,
                         mtl >= 2,
                         syb >= 0.3,
                         transformers >= 0.2

Executable               pointful
    main-is:             Pointful.hs
    build-depends:       base >= 4.4 && < 5,
                         containers >= 0.4,
                         haskell-src-exts >= 1.17.0 && < 1.18,
                         mtl >= 2,
                         syb >= 0.3,
                         transformers >= 0.2

Reply via email to