commit ghc-th-desugar for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-th-desugar for openSUSE:Factory 
checked in at 2017-09-15 22:18:35

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


Package is "ghc-th-desugar"

Fri Sep 15 22:18:35 2017 rev:3 rq:525526 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-desugar/ghc-th-desugar.changes
2017-06-04 01:59:02.274906290 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-desugar.new/ghc-th-desugar.changes   
2017-09-15 22:18:36.282864978 +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-th-desugar.spec ++
--- /var/tmp/diff_new_pack.FlW05x/_old  2017-09-15 22:18:37.130745545 +0200
+++ /var/tmp/diff_new_pack.FlW05x/_new  2017-09-15 22:18:37.134744981 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Functions to desugar Template Haskell
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
@@ -36,7 +36,6 @@
 BuildRequires:  ghc-th-expand-syns-devel
 BuildRequires:  ghc-th-lift-devel
 BuildRequires:  ghc-th-orphans-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-hspec-devel
@@ -55,7 +54,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}
@@ -84,11 +83,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGES.md README.md
 
 %changelog




commit ghc-th-desugar for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package ghc-th-desugar for openSUSE:Factory 
checked in at 2017-06-04 01:59:01

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


Package is "ghc-th-desugar"

Sun Jun  4 01:59:01 2017 rev:2 rq:499733 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-desugar/ghc-th-desugar.changes
2017-04-12 18:09:32.490586616 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-desugar.new/ghc-th-desugar.changes   
2017-06-04 01:59:02.274906290 +0200
@@ -1,0 +2,5 @@
+Mon May 22 08:08:55 UTC 2017 - psim...@suse.com
+
+- Update to version 1.6 revision 2 with cabal2obs.
+
+---



Other differences:
--
++ ghc-th-desugar.spec ++
--- /var/tmp/diff_new_pack.MgsJA5/_old  2017-06-04 01:59:02.898818148 +0200
+++ /var/tmp/diff_new_pack.MgsJA5/_new  2017-06-04 01:59:02.902817583 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Languages/Other
 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#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel

++ th-desugar.cabal ++
--- /var/tmp/diff_new_pack.MgsJA5/_old  2017-06-04 01:59:02.958809673 +0200
+++ /var/tmp/diff_new_pack.MgsJA5/_new  2017-06-04 01:59:02.958809673 +0200
@@ -1,6 +1,6 @@
 name:   th-desugar
 version:1.6
-x-revision: 1
+x-revision: 2
 cabal-version:  >= 1.10
 synopsis:   Functions to desugar Template Haskell
 homepage:   https://github.com/goldfirere/th-desugar
@@ -32,7 +32,7 @@
 library
   build-depends:
   base >= 4 && < 5,
-  template-haskell,
+  template-haskell < 2.12,
   containers >= 0.5,
   mtl >= 2.1,
   syb >= 0.4,