Hello community,

here is the log from the commit of package ghc-th-reify-many for 
openSUSE:Factory checked in at 2018-05-30 12:14:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-th-reify-many (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-th-reify-many.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-th-reify-many"

Wed May 30 12:14:44 2018 rev:4 rq:607906 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-reify-many/ghc-th-reify-many.changes      
2017-07-05 23:59:50.072431943 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-reify-many.new/ghc-th-reify-many.changes 
2018-05-30 12:27:37.593609213 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update th-reify-many to version 0.1.8.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  th-reify-many-0.1.7.tar.gz

New:
----
  th-reify-many-0.1.8.tar.gz

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

Other differences:
------------------
++++++ ghc-th-reify-many.spec ++++++
--- /var/tmp/diff_new_pack.OHuqhd/_old  2018-05-30 12:27:38.609573670 +0200
+++ /var/tmp/diff_new_pack.OHuqhd/_new  2018-05-30 12:27:38.613573531 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-reify-many
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,12 +19,12 @@
 %global pkg_name th-reify-many
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.1.7
+Version:        0.1.8
 Release:        0
 Summary:        Recurseively reify template haskell datatype info
 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-containers-devel
@@ -33,7 +33,6 @@
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-th-expand-syns-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 'th-reify-many' provides functions for recursively reifying top level
@@ -43,7 +42,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}
@@ -71,10 +70,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ th-reify-many-0.1.7.tar.gz -> th-reify-many-0.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/th-reify-many-0.1.7/src/Language/Haskell/TH/ReifyMany.hs 
new/th-reify-many-0.1.8/src/Language/Haskell/TH/ReifyMany.hs
--- old/th-reify-many-0.1.7/src/Language/Haskell/TH/ReifyMany.hs        
2017-06-13 05:40:58.000000000 +0200
+++ new/th-reify-many-0.1.8/src/Language/Haskell/TH/ReifyMany.hs        
2017-07-26 22:20:09.000000000 +0200
@@ -111,6 +111,9 @@
 #if MIN_VERSION_template_haskell(2,7,0)
             FamilyI{} -> skip "type or data family"
 #endif
+#if MIN_VERSION_template_haskell(2,12,0)
+            PatSynI{} -> skip "pattern synonym"
+#endif
 
 -- | Starting from a set of initial top level declarations, specified
 -- by @[Name]@, recursively enumerate other related declarations.  The
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-reify-many-0.1.7/th-reify-many.cabal 
new/th-reify-many-0.1.8/th-reify-many.cabal
--- old/th-reify-many-0.1.7/th-reify-many.cabal 2017-06-13 05:40:58.000000000 
+0200
+++ new/th-reify-many-0.1.8/th-reify-many.cabal 2017-07-26 22:22:30.000000000 
+0200
@@ -1,5 +1,5 @@
 name:              th-reify-many
-version:           0.1.7
+version:           0.1.8
 synopsis:          Recurseively reify template haskell datatype info
 
 description:       @th-reify-many@ provides functions for recursively reifying 
top


Reply via email to