commit ghc-tagged-identity for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-tagged-identity for 
openSUSE:Factory checked in at 2017-09-15 22:16:03

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


Package is "ghc-tagged-identity"

Fri Sep 15 22:16:03 2017 rev:3 rq:525468 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged-identity/ghc-tagged-identity.changes  
2017-06-22 10:39:13.199545441 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tagged-identity.new/ghc-tagged-identity.changes 
2017-09-15 22:16:04.748210729 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-tagged-identity.spec ++
--- /var/tmp/diff_new_pack.DdqWcB/_old  2017-09-15 22:16:05.500104811 +0200
+++ /var/tmp/diff_new_pack.DdqWcB/_new  2017-09-15 22:16:05.508103684 +0200
@@ -22,14 +22,13 @@
 Release:0
 Summary:Trivial monad transformer that allows identical monad stacks 
have different types
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Trivial monad transformer that allows identical monad stacks have different
@@ -37,7 +36,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}
@@ -63,11 +62,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE.md
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 
 %changelog




commit ghc-tagged-identity for openSUSE:Factory

2017-06-22 Thread root
Hello community,

here is the log from the commit of package ghc-tagged-identity for 
openSUSE:Factory checked in at 2017-06-22 10:39:11

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


Package is "ghc-tagged-identity"

Thu Jun 22 10:39:11 2017 rev:2 rq:504108 version:0.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged-identity/ghc-tagged-identity.changes  
2017-04-12 18:09:17.472710115 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-tagged-identity.new/ghc-tagged-identity.changes 
2017-06-22 10:39:13.199545441 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.2.
+
+---

Old:

  tagged-identity-0.1.1.tar.gz

New:

  tagged-identity-0.1.2.tar.gz



Other differences:
--
++ ghc-tagged-identity.spec ++
--- /var/tmp/diff_new_pack.q4fO1T/_old  2017-06-22 10:39:13.859452405 +0200
+++ /var/tmp/diff_new_pack.q4fO1T/_new  2017-06-22 10:39:13.859452405 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name tagged-identity
 Name:   ghc-%{pkg_name}
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Trivial monad transformer that allows identical monad stacks 
have different types
 License:BSD-3-Clause

++ tagged-identity-0.1.1.tar.gz -> tagged-identity-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/CHANGELOG.md 
new/tagged-identity-0.1.2/CHANGELOG.md
--- old/tagged-identity-0.1.1/CHANGELOG.md  2016-11-03 16:27:54.0 
+0100
+++ new/tagged-identity-0.1.2/CHANGELOG.md  2017-05-23 15:10:30.0 
+0200
@@ -1,3 +1,7 @@
+## Tagged Identity 0.1.2
+
+* Minor documentation and metadata updates.
+
 ## Tagged Identity 0.1.1
 
 * Fixed badges in `README.md` file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs 
new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
--- old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs
2016-11-02 20:34:19.0 +0100
+++ new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
2017-05-23 14:45:40.0 +0200
@@ -1,18 +1,18 @@
 -- |
 -- Module  :  Control.Monad.Trans.Identity.Tagged
--- Copyright   :  © 2016 Mark Karpov
+-- Copyright   :  © 2016–2017 Mark Karpov
 -- License :  BSD 3 clause
 --
--- Maintainer  :  Mark Karpov 
+-- Maintainer  :  Mark Karpov 
 -- Stability   :  experimental
 -- Portability :  portable
 --
 -- The module provides a monad transformer that works just like 'IdentityT',
--- but can be tagged at type level. This allows to work with monad stacks as
--- usual, but you can make two identical monad stacks have different types.
--- The main application of this is, of course, the ability to have different
--- instances for otherwise the same stacks without having to do opaque
--- @newtype@ wrapping which is not handy with monad stacks.
+-- but can be tagged at the type level. This allows to work with monad
+-- stacks as usual, but you can make two identical monad stacks have
+-- different types. The main application of this is, of course, the ability
+-- to have different instances for otherwise the same stacks without having
+-- to do opaque @newtype@ wrapping which is not handy with monad stacks.
 
 {-# LANGUAGE CPP   #-}
 {-# LANGUAGE FlexibleInstances #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/LICENSE.md 
new/tagged-identity-0.1.2/LICENSE.md
--- old/tagged-identity-0.1.1/LICENSE.md2016-09-13 21:24:54.0 
+0200
+++ new/tagged-identity-0.1.2/LICENSE.md2017-01-27 21:19:33.0 
+0100
@@ -1,4 +1,4 @@
-Copyright © 2016 Mark Karpov
+Copyright © 2016–2017 Mark Karpov
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-identity-0.1.1/README.md 
new/tagged-identity-0.1.2/README.md
--- old/tagged-identity-0.1.1/README.md 2016-11-02 20:22:46.0 +0100
+++ new/tagged-identity-0.1.2/README.md 2017-05-23 14:44:58.0 +0200
@@ -7,14 +7,14 @@
 [![Build 
Status](https://travis-ci.org/mrkkrp/tagged-identity.svg?branch=master)](https://travis-ci.org/mrkkrp/tagged-identity)
 
 The library provides a monad transformer that works just like `IdentityT`,
-but can be tagged at type level. This allows to work with monad stacks as
-usual, but you can make two identical monad stacks