Hello community,

here is the log from the commit of package ghc-imm for openSUSE:Factory checked 
in at 2017-09-15 21:51:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-imm (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-imm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-imm"

Fri Sep 15 21:51:37 2017 rev:3 rq:524849 version:1.2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-imm/ghc-imm.changes  2017-08-31 
20:56:32.714727365 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-imm.new/ghc-imm.changes     2017-09-15 
21:51:37.702924035 +0200
@@ -1,0 +2,11 @@
+Tue Sep  5 03:01:55 UTC 2017 - [email protected]
+
+- Update to version 1.2.0.0 revision 1.
+  A more detailed change log is not available.
+
+-------------------------------------------------------------------
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

New:
----
  imm.cabal

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

Other differences:
------------------
++++++ ghc-imm.spec ++++++
--- /var/tmp/diff_new_pack.s5iNrJ/_old  2017-09-15 21:51:38.570801710 +0200
+++ /var/tmp/diff_new_pack.s5iNrJ/_new  2017-09-15 21:51:38.574801147 +0200
@@ -22,9 +22,10 @@
 Release:        0
 Summary:        Execute arbitrary actions for each unread element of RSS/Atom 
feeds
 License:        WTFPL
-Group:          Development/Languages/Other
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+Group:          Development/Libraries/Haskell
+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-HaskellNet-SSL-devel
@@ -72,14 +73,13 @@
 BuildRequires:  ghc-xml-conduit-devel
 BuildRequires:  ghc-xml-devel
 BuildRequires:  ghc-xml-types-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Execute arbitrary actions for each unread element of RSS/Atom feeds.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -90,6 +90,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -105,12 +106,10 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 %{_bindir}/%{pkg_name}
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.md
 
 %changelog

++++++ imm.cabal ++++++
name:                imm
version:             1.2.0.0
x-revision: 1
synopsis:            Execute arbitrary actions for each unread element of 
RSS/Atom feeds
description:         Cf README file
homepage:            https://github.com/k0ral/imm
license:             PublicDomain
license-file:        LICENSE
author:              kamaradclimber, koral
maintainer:          koral <[email protected]>
category:            Web
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  README.md

source-repository head
  type:     git
  location: git://github.com/k0ral/imm.git

library
  exposed-modules:
    Imm
    Imm.Boot
    Imm.Core
    Imm.Database
    Imm.Database.FeedTable
    Imm.Database.JsonFile
    Imm.Feed
    Imm.Hooks
    Imm.Hooks.SendMail
    Imm.Hooks.WriteFile
    Imm.HTTP
    Imm.HTTP.Simple
    Imm.Logger
    Imm.Logger.Simple
    Imm.Prelude
    Imm.XML
    Imm.XML.Simple
  other-modules:
    Imm.Aeson
    Imm.Dyre
    Imm.Error
    Imm.Options
    Imm.Pretty
    Paths_imm
  build-depends: aeson, ansi-wl-pprint, atom-conduit >= 0.4, base == 4.*, 
blaze-html, blaze-markup, bytestring, case-insensitive, chunked-data >= 0.3.0, 
comonad, conduit, conduit-combinators, connection, containers, directory >= 
1.2.3.0, dyre, fast-logger, filepath, free, hashable, HaskellNet, 
HaskellNet-SSL >= 0.3.3.0, http-client >= 0.4.30, http-client-tls, http-types, 
mime-mail, monoid-subclasses, mono-traversable >= 1.0.0, network, opml-conduit 
>= 0.6, optparse-applicative, rainbow, rainbox, rss-conduit >= 0.3.1 && < 0.4, 
safe-exceptions, tagged, text, transformers, time, timerep >= 2.0.0.0, tls, 
uri-bytestring, xml, xml-conduit >= 1.5, xml-types
  -- Build-tools:
  hs-source-dirs: src/lib
  ghc-options: -Wall -fno-warn-unused-do-bind

executable imm
  build-depends: imm, base == 4.*, free
  main-is: Executable.hs
  hs-source-dirs: src/bin
  ghc-options: -Wall -fno-warn-unused-do-bind -threaded

Reply via email to