commit ghc-spdx for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-spdx for openSUSE:Factory 
checked in at 2017-09-15 22:13:38

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


Package is "ghc-spdx"

Fri Sep 15 22:13:38 2017 rev:3 rq:525408 version:0.2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-spdx/ghc-spdx.changes2017-07-05 
23:59:43.325382411 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-spdx.new/ghc-spdx.changes   2017-09-15 
22:13:39.716641396 +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-spdx.spec ++
--- /var/tmp/diff_new_pack.BHd1G1/_old  2017-09-15 22:13:40.352551814 +0200
+++ /var/tmp/diff_new_pack.BHd1G1/_new  2017-09-15 22:13:40.356551250 +0200
@@ -23,13 +23,12 @@
 Release:0
 Summary:SPDX license expression language
 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-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
@@ -41,7 +40,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}
@@ -69,11 +68,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-spdx for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package ghc-spdx for openSUSE:Factory 
checked in at 2017-07-05 23:59:42

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


Package is "ghc-spdx"

Wed Jul  5 23:59:42 2017 rev:2 rq:506849 version:0.2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-spdx/ghc-spdx.changes2017-02-03 
17:39:56.573663127 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-spdx.new/ghc-spdx.changes   2017-07-05 
23:59:43.325382411 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 21:01:45 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.2.0.
+
+---

Old:

  1.cabal
  spdx-0.2.1.0.tar.gz

New:

  spdx-0.2.2.0.tar.gz



Other differences:
--
++ ghc-spdx.spec ++
--- /var/tmp/diff_new_pack.0Y1PhD/_old  2017-07-05 23:59:44.081275927 +0200
+++ /var/tmp/diff_new_pack.0Y1PhD/_new  2017-07-05 23:59:44.081275927 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-spdx
 #
-# 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
@@ -19,24 +19,21 @@
 %global pkg_name spdx
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.1.0
+Version:0.2.2.0
 Release:0
 Summary:SPDX license expression language
 License:BSD-3-Clause
-Group:  System/Libraries
+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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-transformers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Implementation of  related
@@ -55,22 +52,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -84,6 +74,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc CHANGELOG.md README.md
 
 %changelog

++ spdx-0.2.1.0.tar.gz -> spdx-0.2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spdx-0.2.1.0/CHANGELOG.md 
new/spdx-0.2.2.0/CHANGELOG.md
--- old/spdx-0.2.1.0/CHANGELOG.md   1970-01-01 01:00:00.0 +0100
+++ new/spdx-0.2.2.0/CHANGELOG.md   2017-06-16 21:56:34.0 +0200
@@ -0,0 +1,4 @@
+0.2.2.0
+
+- Update license list to v2.6
+- GHC-8.2 compatible release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spdx-0.2.1.0/spdx.cabal new/spdx-0.2.2.0/spdx.cabal
--- old/spdx-0.2.1.0/spdx.cabal 2015-09-20 12:58:17.0 +0200
+++ new/spdx-0.2.2.0/spdx.cabal 2017-06-16 21:56:34.0 +0200
@@ -1,5 +1,5 @@
 name:spdx
-version: 0.2.1.0
+version: 0.2.2.0
 synopsis:SPDX license expression language
 description: Implementation of 
 related functionality.
 homepage:https://github.com/phadej/spdx
@@ -10,9 +10,15 @@
 copyright:   (c) 2015 Oleg Grenrus
 category:Data
 build-type:  Simple
-extra-source-files:  README.md
-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
+extra-source-files:  README.md CHANGELOG.md
 cabal-version:   >=1.10
+tested-with:
+  GHC==7.4.2,
+  GHC==7.6.3,
+  GHC==7.8.4,
+  GHC==7.10.3,
+  GHC==8.0.2,
+  GHC==8.2.1
 
 source-repository head
   type: git
@@ -36,8 +42,8 @@
 other-extensions:  DeriveGeneric
   hs-source-dirs:  src/
   ghc-options: -Wall
-  build-depends:   base  >=4.2 && <4.9,
-   transformers  >=0.3 && <0.5
+  build-depends:   base  >=4.2 && <4.11,
+   transformers  >=0.3 && <0.6
   if impl(ghc >=7.2 && <7.5)
 build-depends: ghc-prim
 
@@ -49,7 +55,7 @@
   default-language:Haskell98
   hs-source-dirs:  tests
   ghc-options: -Wall
-  build-depends:   base