Hello community,

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

Package is "ghc-tardis"

Fri Sep 15 22:16:20 2017 rev:2 rq:525474 version:0.4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tardis/ghc-tardis.changes    2017-02-03 
17:40:08.024042433 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tardis.new/ghc-tardis.changes       
2017-09-15 22:16:20.565982529 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  tardis.cabal

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

Other differences:
------------------
++++++ ghc-tardis.spec ++++++
--- /var/tmp/diff_new_pack.IDLdnj/_old  2017-09-15 22:16:21.313877175 +0200
+++ /var/tmp/diff_new_pack.IDLdnj/_new  2017-09-15 22:16:21.321876048 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tardis
 #
-# 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
@@ -22,15 +22,14 @@
 Release:        0
 Summary:        Bidirectional state monad transformer
 License:        BSD-3-Clause
-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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mmorph-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A Tardis is a combination of both a forwards and a backwards state transformer,
@@ -41,7 +40,7 @@
 
 %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}
@@ -67,10 +66,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ tardis.cabal ++++++
name:                tardis
version:             0.4.1.0
x-revision: 1
synopsis:            Bidirectional state monad transformer
homepage:            https://github.com/DanBurton/tardis
bug-reports:         https://github.com/DanBurton/tardis/issues
license:             BSD3
license-file:        LICENSE
author:              Dan Burton
maintainer:          [email protected]
category:            Control
build-type:          Simple
cabal-version:       >=1.8

description:
  A Tardis is a combination of both a forwards and a backwards
  state transformer, providing two state values that \"travel\"
  in opposite directions.
  .
  A detailed description of what a Tardis is and how to use it
  can be found in the documentation for Control.Monad.Tardis.


library
  exposed-modules:     Control.Monad.Tardis
                     , Control.Monad.Tardis.Class
                     , Control.Monad.Trans.Tardis

  build-depends:       base>=4.8 && < 5
                     , mtl==2.*
                     , mmorph==1.*


source-repository head
  type:     git
  location: git://github.com/DanBurton/tardis.git

source-repository this
  type:     git
  location: git://github.com/DanBurton/tardis.git
  tag:      tardis-0.4.1.0

Reply via email to