commit ghc-exhaustive for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-exhaustive for openSUSE:Factory 
checked in at 2017-09-15 21:38:46

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


Package is "ghc-exhaustive"

Fri Sep 15 21:38:46 2017 rev:4 rq:524492 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-exhaustive/ghc-exhaustive.changes
2017-08-31 20:50:48.155125496 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-exhaustive.new/ghc-exhaustive.changes   
2017-09-15 21:38:47.727409784 +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-exhaustive.spec ++
--- /var/tmp/diff_new_pack.C5jtPG/_old  2017-09-15 21:38:49.227198466 +0200
+++ /var/tmp/diff_new_pack.C5jtPG/_new  2017-09-15 21:38:49.231197903 +0200
@@ -22,15 +22,14 @@
 Release:0
 Summary:Compile time checks that a computation considers producing 
data through all possible constructors
 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-generics-sop-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 For a brief tutorial to 'exhaustive', check out the documentation for
@@ -38,7 +37,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
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc Changelog.md
 
 %changelog




commit ghc-exhaustive for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-exhaustive for openSUSE:Factory 
checked in at 2017-08-31 20:50:45

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


Package is "ghc-exhaustive"

Thu Aug 31 20:50:45 2017 rev:3 rq:513239 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-exhaustive/ghc-exhaustive.changes
2017-06-04 01:57:15.477993991 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-exhaustive.new/ghc-exhaustive.changes   
2017-08-31 20:50:48.155125496 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:47 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.5.
+
+---

Old:

  exhaustive-1.1.4.tar.gz

New:

  exhaustive-1.1.5.tar.gz



Other differences:
--
++ ghc-exhaustive.spec ++
--- /var/tmp/diff_new_pack.jQIbo0/_old  2017-08-31 20:50:49.007005918 +0200
+++ /var/tmp/diff_new_pack.jQIbo0/_new  2017-08-31 20:50:49.011005356 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name exhaustive
 Name:   ghc-%{pkg_name}
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:Compile time checks that a computation considers producing 
data through all possible constructors
 License:BSD-3-Clause

++ exhaustive-1.1.4.tar.gz -> exhaustive-1.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exhaustive-1.1.4/Changelog.md 
new/exhaustive-1.1.5/Changelog.md
--- old/exhaustive-1.1.4/Changelog.md   2017-05-01 19:56:46.0 +0200
+++ new/exhaustive-1.1.5/Changelog.md   2017-07-24 14:32:08.0 +0200
@@ -1,3 +1,9 @@
+## 1.1.5
+
+### Other Changes
+
+* Increased upper-bound of `base`.
+
 ## 1.1.4
 
 ### Other Changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exhaustive-1.1.4/exhaustive.cabal 
new/exhaustive-1.1.5/exhaustive.cabal
--- old/exhaustive-1.1.4/exhaustive.cabal   2017-05-01 19:56:46.0 
+0200
+++ new/exhaustive-1.1.5/exhaustive.cabal   2017-07-24 14:32:08.0 
+0200
@@ -1,5 +1,5 @@
 name:exhaustive
-version: 1.1.4
+version: 1.1.5
 synopsis:Compile time checks that a computation considers 
producing data through all possible constructors
 description: For a brief tutorial to @exhaustive@, check out the documentation 
for "Control.Exhaustive", which contains a small example.
 homepage:http://github.com/ocharles/exhaustive
@@ -21,7 +21,10 @@
   exposed-modules: Control.Exhaustive
   -- other-modules:
   other-extensions:ConstraintKinds, FlexibleContexts, FlexibleInstances, 
FunctionalDependencies, GADTs, RankNTypes, ScopedTypeVariables, TypeFamilies, 
TypeOperators, UndecidableInstances
-  build-depends:   base >=4.7 && <4.10, generics-sop >=0.1 && <0.4, 
transformers >=0.3 && <0.6, template-haskell
+  build-depends:   base >=4.7 && <4.11
+ , generics-sop >=0.1 && <0.4
+ , transformers >=0.3 && <0.6
+ , template-haskell
   hs-source-dirs:  src
   default-language:Haskell2010
   ghc-options: -Wall




commit ghc-exhaustive for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package ghc-exhaustive for openSUSE:Factory 
checked in at 2017-06-04 01:57:14

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


Package is "ghc-exhaustive"

Sun Jun  4 01:57:14 2017 rev:2 rq:499695 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-exhaustive/ghc-exhaustive.changes
2017-04-12 18:06:16.958234148 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-exhaustive.new/ghc-exhaustive.changes   
2017-06-04 01:57:15.477993991 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:29 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.4 with cabal2obs.
+
+---

Old:

  exhaustive-1.1.3.tar.gz

New:

  exhaustive-1.1.4.tar.gz



Other differences:
--
++ ghc-exhaustive.spec ++
--- /var/tmp/diff_new_pack.QrMGZt/_old  2017-06-04 01:57:15.969924493 +0200
+++ /var/tmp/diff_new_pack.QrMGZt/_new  2017-06-04 01:57:15.973923928 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name exhaustive
 Name:   ghc-%{pkg_name}
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Compile time checks that a computation considers producing 
data through all possible constructors
 License:BSD-3-Clause

++ exhaustive-1.1.3.tar.gz -> exhaustive-1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exhaustive-1.1.3/Changelog.md 
new/exhaustive-1.1.4/Changelog.md
--- old/exhaustive-1.1.3/Changelog.md   2016-10-13 20:23:45.0 +0200
+++ new/exhaustive-1.1.4/Changelog.md   2017-05-01 19:56:46.0 +0200
@@ -1,3 +1,9 @@
+## 1.1.4
+
+### Other Changes
+
+* Increased upper-bound of `generics-sop` to < 0.4.
+
 ## 1.1.3
 
 * Compile with base-4.9.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exhaustive-1.1.3/exhaustive.cabal 
new/exhaustive-1.1.4/exhaustive.cabal
--- old/exhaustive-1.1.3/exhaustive.cabal   2016-10-13 20:23:45.0 
+0200
+++ new/exhaustive-1.1.4/exhaustive.cabal   2017-05-01 19:56:46.0 
+0200
@@ -1,5 +1,5 @@
 name:exhaustive
-version: 1.1.3
+version: 1.1.4
 synopsis:Compile time checks that a computation considers 
producing data through all possible constructors
 description: For a brief tutorial to @exhaustive@, check out the documentation 
for "Control.Exhaustive", which contains a small example.
 homepage:http://github.com/ocharles/exhaustive
@@ -21,7 +21,7 @@
   exposed-modules: Control.Exhaustive
   -- other-modules:
   other-extensions:ConstraintKinds, FlexibleContexts, FlexibleInstances, 
FunctionalDependencies, GADTs, RankNTypes, ScopedTypeVariables, TypeFamilies, 
TypeOperators, UndecidableInstances
-  build-depends:   base >=4.7 && <4.10, generics-sop >=0.1 && <0.3, 
transformers >=0.3 && <0.6, template-haskell
+  build-depends:   base >=4.7 && <4.10, generics-sop >=0.1 && <0.4, 
transformers >=0.3 && <0.6, template-haskell
   hs-source-dirs:  src
   default-language:Haskell2010
   ghc-options: -Wall