commit ghc-monad-journal for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2017-09-15 21:58:16

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


Package is "ghc-monad-journal"

Fri Sep 15 21:58:16 2017 rev:5 rq:525011 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-journal/ghc-monad-journal.changes  
2016-07-20 09:29:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2017-09-15 21:58:17.714548754 +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-monad-journal.spec ++
--- /var/tmp/diff_new_pack.HHyumQ/_old  2017-09-15 21:58:18.574427578 +0200
+++ /var/tmp/diff_new_pack.HHyumQ/_new  2017-09-15 21:58:18.578427014 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-monad-journal
 #
-# 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,19 +22,16 @@
 Release:0
 Summary:Pure logger typeclass and monad transformer
 License:BSD-3-Clause
-Group:  System/Libraries
-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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-either-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides a typeclass for logging in pure code, or more generally,
@@ -44,7 +41,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}
@@ -56,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -72,11 +66,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 
 %changelog




commit ghc-monad-journal for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2016-07-20 09:29:43

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


Package is "ghc-monad-journal"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-journal/ghc-monad-journal.changes  
2016-05-25 21:28:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2016-07-20 09:29:46.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:32:28 UTC 2016 - psim...@suse.com
+
+- Update to version 0.7.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-monad-journal.spec ++
--- /var/tmp/diff_new_pack.KpaTAi/_old  2016-07-20 09:29:49.0 +0200
+++ /var/tmp/diff_new_pack.KpaTAi/_new  2016-07-20 09:29:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-monad-journal
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,26 +17,23 @@
 
 
 %global pkg_name monad-journal
-
-Name:   ghc-monad-journal
+Name:   ghc-%{pkg_name}
 Version:0.7.2
 Release:0
 Summary:Pure logger typeclass and monad transformer
 License:BSD-3-Clause
 Group:  System/Libraries
-
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-either-devel
 BuildRequires:  ghc-monad-control-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-base-devel
 BuildRequires:  ghc-transformers-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
@@ -45,28 +42,29 @@
 them, clear them or even sink them through 'IO' if you're logging in '(MonadIO
 m) => m'.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
+
 %post devel
 %ghc_pkg_recache
 
@@ -79,6 +77,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGELOG.md README.md
 
 %changelog




commit ghc-monad-journal for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2016-05-25 21:28:34

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


Package is "ghc-monad-journal"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-journal/ghc-monad-journal.changes  
2015-06-03 08:33:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2016-05-25 21:28:40.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 07:07:56 UTC 2016 - mimi...@gmail.com
+
+- update to 0.7.2
+* Added support for transformers 0.5
+
+---

Old:

  monad-journal-0.7.1.tar.gz

New:

  monad-journal-0.7.2.tar.gz



Other differences:
--
++ ghc-monad-journal.spec ++
--- /var/tmp/diff_new_pack.44l9py/_old  2016-05-25 21:28:41.0 +0200
+++ /var/tmp/diff_new_pack.44l9py/_new  2016-05-25 21:28:41.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name monad-journal
 
 Name:   ghc-monad-journal
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Pure logger typeclass and monad transformer
 License:BSD-3-Clause

++ monad-journal-0.7.1.tar.gz -> monad-journal-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7.1/CHANGELOG.md 
new/monad-journal-0.7.2/CHANGELOG.md
--- old/monad-journal-0.7.1/CHANGELOG.md2015-05-29 19:22:01.0 
+0200
+++ new/monad-journal-0.7.2/CHANGELOG.md2016-05-18 00:20:21.0 
+0200
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 0.7.2
+
+- Added support for transformers-0.5.
+
 ### 0.7.1
 
 - Added support for either 4.4.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7.1/monad-journal.cabal 
new/monad-journal-0.7.2/monad-journal.cabal
--- old/monad-journal-0.7.1/monad-journal.cabal 2015-05-29 19:22:01.0 
+0200
+++ new/monad-journal-0.7.2/monad-journal.cabal 2016-05-18 00:19:33.0 
+0200
@@ -1,7 +1,7 @@
 name:monad-journal
 license: BSD3
 license-file:LICENSE
-version: 0.7.1
+version: 0.7.2
 synopsis:Pure logger typeclass and monad transformer
 description: This package provides a typeclass for logging in
  pure code, or more generally, in any kind of
@@ -42,7 +42,7 @@
 
   build-depends:   base  >= 4.5   && < 5.0
  , mtl   >= 2.1   && < 2.3
- , transformers  >= 0.3   && < 0.5
+ , transformers  >= 0.3   && < 0.6
  , either>= 4.1   && < 4.5
  , monad-control >= 0.3   && < 1.1
  , transformers-base >= 0.4   && < 0.5




commit ghc-monad-journal for openSUSE:Factory

2015-06-03 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2015-06-03 08:33:21

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


Package is ghc-monad-journal

Changes:

--- /work/SRC/openSUSE:Factory/ghc-monad-journal/ghc-monad-journal.changes  
2015-05-27 12:44:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2015-06-03 08:33:22.0 +0200
@@ -1,0 +2,6 @@
+Sun May 31 20:09:43 UTC 2015 - mimi...@gmail.com
+
+- update to 0.7.1
+* Added support for either 4.4.1.
+
+---

Old:

  monad-journal-0.7.tar.gz

New:

  monad-journal-0.7.1.tar.gz



Other differences:
--
++ ghc-monad-journal.spec ++
--- /var/tmp/diff_new_pack.4aNZH7/_old  2015-06-03 08:33:22.0 +0200
+++ /var/tmp/diff_new_pack.4aNZH7/_new  2015-06-03 08:33:22.0 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name monad-journal
 
-Name:   ghc-%{pkg_name}
-Version:0.7
+Name:   ghc-monad-journal
+Version:0.7.1
 Release:0
 Summary:Pure logger typeclass and monad transformer
+License:BSD-3-Clause
 Group:  System/Libraries
 
-License:BSD-3-Clause
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,31 +61,24 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog

++ monad-journal-0.7.tar.gz - monad-journal-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7/CHANGELOG.md 
new/monad-journal-0.7.1/CHANGELOG.md
--- old/monad-journal-0.7/CHANGELOG.md  2015-01-06 15:43:48.0 +0100
+++ new/monad-journal-0.7.1/CHANGELOG.md2015-05-29 19:22:01.0 
+0200
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 0.7.1
+
+- Added support for either 4.4.1.
+
 ### 0.7
 
 - Added support for GHC 7.10.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monad-journal-0.7/monad-journal.cabal 
new/monad-journal-0.7.1/monad-journal.cabal
--- old/monad-journal-0.7/monad-journal.cabal   2015-01-06 15:43:48.0 
+0100
+++ new/monad-journal-0.7.1/monad-journal.cabal 2015-05-29 19:22:01.0 
+0200
@@ -1,7 +1,7 @@
 name:monad-journal
 license: BSD3
 license-file:LICENSE
-version: 0.7
+version: 0.7.1
 synopsis:Pure logger typeclass and monad transformer
 description: This package provides a typeclass for logging in
  pure code, or more generally, in any kind of
@@ -43,7 +43,7 @@
   build-depends:   base  = 4.5 5.0
  , mtl   = 2.1 2.3
  , transformers  = 0.3 0.5
- , either= 4.1 4.4
+ , either= 4.1 4.5
  , monad-control = 0.3 1.1
  , transformers-base = 0.4 0.5
 




commit ghc-monad-journal for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-monad-journal for 
openSUSE:Factory checked in at 2015-05-27 12:44:40

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


Package is ghc-monad-journal

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-journal.new/ghc-monad-journal.changes 
2015-05-27 12:44:41.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Apr 26 18:13:30 UTC 2015 - mimi...@gmail.com
+
+- initial commit
+

New:

  ghc-monad-journal.changes
  ghc-monad-journal.spec
  monad-journal-0.7.tar.gz



Other differences:
--
++ ghc-monad-journal.spec ++
#
# spec file for package ghc-monad-journal
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%global pkg_name monad-journal

Name:   ghc-%{pkg_name}
Version:0.7
Release:0
Summary:Pure logger typeclass and monad transformer
Group:  System/Libraries

License:BSD-3-Clause
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires:  ghc-either-devel
BuildRequires:  ghc-monad-control-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-transformers-base-devel
BuildRequires:  ghc-transformers-devel
# End cabal-rpm deps

%description
This package provides a typeclass for logging in pure code, or more generally,
in any kind of context. You can do whatever you want with logs, especially get
them, clear them or even sink them through 'IO' if you're logging in '(MonadIO
m) = m'.


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
This package provides the Haskell %{pkg_name} library development files.


%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache


%postun devel
%ghc_pkg_recache


%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE


%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md


%changelog