commit hpc-coveralls for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package hpc-coveralls for openSUSE:Factory 
checked in at 2017-09-15 22:29:21

Comparing /work/SRC/openSUSE:Factory/hpc-coveralls (Old)
 and  /work/SRC/openSUSE:Factory/.hpc-coveralls.new (New)


Package is "hpc-coveralls"

Fri Sep 15 22:29:21 2017 rev:3 rq:525777 version:1.0.10

Changes:

--- /work/SRC/openSUSE:Factory/hpc-coveralls/hpc-coveralls.changes  
2017-06-04 01:59:45.344821688 +0200
+++ /work/SRC/openSUSE:Factory/.hpc-coveralls.new/hpc-coveralls.changes 
2017-09-15 22:29:22.755795258 +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:
--
++ hpc-coveralls.spec ++
--- /var/tmp/diff_new_pack.3yUEgw/_old  2017-09-15 22:29:23.351711311 +0200
+++ /var/tmp/diff_new_pack.3yUEgw/_new  2017-09-15 22:29:23.355710748 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Coveralls.io support for Haskell
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -44,7 +44,6 @@
 BuildRequires:  ghc-safe-devel
 BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 %endif
@@ -74,7 +73,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:Haskell %{name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -102,18 +101,15 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %doc CHANGELOG.md README.md
 %{_bindir}/%{name}
 %{_bindir}/run-cabal-test
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 
 %changelog




commit hpc-coveralls for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package hpc-coveralls for openSUSE:Factory 
checked in at 2017-06-04 01:59:44

Comparing /work/SRC/openSUSE:Factory/hpc-coveralls (Old)
 and  /work/SRC/openSUSE:Factory/.hpc-coveralls.new (New)


Package is "hpc-coveralls"

Sun Jun  4 01:59:44 2017 rev:2 rq:499748 version:1.0.10

Changes:

--- /work/SRC/openSUSE:Factory/hpc-coveralls/hpc-coveralls.changes  
2017-05-09 18:15:13.738478156 +0200
+++ /work/SRC/openSUSE:Factory/.hpc-coveralls.new/hpc-coveralls.changes 
2017-06-04 01:59:45.344821688 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:17 UTC 2017 - psim...@suse.com
+
+- Update to version 1.0.10 with cabal2obs.
+
+---

Old:

  hpc-coveralls-1.0.9.tar.gz

New:

  hpc-coveralls-1.0.10.tar.gz



Other differences:
--
++ hpc-coveralls.spec ++
--- /var/tmp/diff_new_pack.zluZRm/_old  2017-06-04 01:59:45.828753322 +0200
+++ /var/tmp/diff_new_pack.zluZRm/_new  2017-06-04 01:59:45.832752757 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hpc-coveralls
 %bcond_with tests
 Name:   %{pkg_name}
-Version:1.0.9
+Version:1.0.10
 Release:0
 Summary:Coveralls.io support for Haskell
 License:BSD-3-Clause

++ hpc-coveralls-1.0.9.tar.gz -> hpc-coveralls-1.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpc-coveralls-1.0.9/CHANGELOG.md 
new/hpc-coveralls-1.0.10/CHANGELOG.md
--- old/hpc-coveralls-1.0.9/CHANGELOG.md2017-04-17 14:35:13.0 
+0200
+++ new/hpc-coveralls-1.0.10/CHANGELOG.md   2017-05-13 15:34:27.0 
+0200
@@ -1,4 +1,8 @@
-[1.0.8](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed)
+[1.0.10](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.10+is:closed)
+--
+* Allow building with GHC 8.2 (issue #68)
+
+[1.0.9](https://github.com/guillaume-nargeot/hpc-coveralls/issues?q=milestone:v1.0.9+is:closed)
 -
 * Allow aeson 1.2 (issue #67)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpc-coveralls-1.0.9/hpc-coveralls.cabal 
new/hpc-coveralls-1.0.10/hpc-coveralls.cabal
--- old/hpc-coveralls-1.0.9/hpc-coveralls.cabal 2017-04-17 14:35:13.0 
+0200
+++ new/hpc-coveralls-1.0.10/hpc-coveralls.cabal2017-05-13 
15:34:27.0 +0200
@@ -1,5 +1,5 @@
 name:   hpc-coveralls
-version:1.0.9
+version:1.0.10
 synopsis:   Coveralls.io support for Haskell.
 description:
   This utility converts and sends Haskell projects hpc code coverage to
@@ -23,12 +23,12 @@
 license-file:   LICENSE
 author: Guillaume Nargeot
 maintainer: Guillaume Nargeot 
-copyright:  (c) 2014-2015 Guillaume Nargeot
+copyright:  (c) 2014-2017 Guillaume Nargeot
 category:   Control
 build-type: Simple
 stability:  experimental
 cabal-version:  >= 1.8
-tested-with:GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0
+tested-with:GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2
 homepage:   https://github.com/guillaume-nargeot/hpc-coveralls
 bug-reports:https://github.com/guillaume-nargeot/hpc-coveralls/issues
 
@@ -66,7 +66,7 @@
 directory  >= 1.2 && <1.4,
 directory-tree >= 0.12&& <0.13,
 hpc>= 0.6 && <0.7,
-process>= 1.1.0.1 && <1.5,
+process>= 1.1.0.1 && <1.7,
 pureMD5>= 2.1 && <2.2,
 retry  >= 0.5 && <0.8,
 safe   >= 0.3 && <0.4,
@@ -87,7 +87,7 @@
 directory  >= 1.2 && <1.4,
 directory-tree >= 0.12&& <0.13,
 hpc>= 0.6 && <0.7,
-process>= 1.1.0.1 && <1.5,
+process>= 1.1.0.1 && <1.7,
 pureMD5>= 2.1 && <2.2,
 retry  >= 0.5 && <0.8,
 safe   >= 0.3 && <0.4,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpc-coveralls-1.0.9/src/Trace/Hpc/Coveralls/Cabal.hs 
new/hpc-coveralls-1.0.10/src/Trace/Hpc/Coveralls/Cabal.hs
--- old/hpc-coveralls-1.0.9/src/Trace/Hpc/Coveralls/Cabal.hs2017-04-17 
14:35:13.0 +0200
+++ new/hpc-coveralls-1.0.10/src/Trace/Hpc/Coveralls/Cabal.hs   2017-05-13 
15:34:27.0 +0200
@@ -1,3 +1,5 @@
+{-# LANGUAGE CPP #-}
+
 -- |
 -- Module:  Trace.Hpc.Coveralls.Cabal
 -- Copyright:   (c) 2014-2015 Guillaume Nargeot
@@ -34,11 +36,21 @@
 ParseFailed _ -> return Nothing
 ParseOk _warnings gpd -> return $ Just $ name ++ "-" ++ version
 where pkg = package . packageDescription $ gpd
-