Hello community,

here is the log from the commit of package ghc-path-pieces for openSUSE:Factory 
checked in at 2017-09-15 22:03:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-path-pieces (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-path-pieces.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-path-pieces"

Fri Sep 15 22:03:31 2017 rev:3 rq:525133 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-path-pieces/ghc-path-pieces.changes  
2016-07-24 19:53:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-path-pieces.new/ghc-path-pieces.changes     
2017-09-15 22:03:32.754155555 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - [email protected]
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  path-pieces.cabal

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

Other differences:
------------------
++++++ ghc-path-pieces.spec ++++++
--- /var/tmp/diff_new_pack.U0hsh4/_old  2017-09-15 22:03:33.478053555 +0200
+++ /var/tmp/diff_new_pack.U0hsh4/_new  2017-09-15 22:03:33.514048483 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-path-pieces
 #
-# 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
@@ -23,22 +23,19 @@
 Release:        0
 Summary:        Components of paths
 License:        BSD-2-Clause
-Group:          System/Libraries
-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/1.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Hackage documentation generation is not reliable. For up to date documentation,
@@ -46,7 +43,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}
@@ -59,20 +56,14 @@
 %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
@@ -81,11 +72,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

++++++ path-pieces.cabal ++++++
name:            path-pieces
version:         0.2.1
x-revision: 1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <[email protected]>
maintainer:      Michael Snoyman <[email protected]>
synopsis:        Components of paths.
description:    Hackage documentation generation is not reliable. For up to 
date documentation, please see: <http://www.stackage.org/package/path-pieces>.
category:        Web, Yesod
stability:       unstable
cabal-version:   >= 1.8
build-type:      Simple
extra-source-files:
  test/main.hs
  ChangeLog.md
  README.md

library
    build-depends:   base             >= 4.6     && < 5
                   , text             >= 0.5
                   , time
    exposed-modules: Web.PathPieces
    ghc-options:     -Wall

test-suite test
    type:          exitcode-stdio-1.0
    main-is:       main.hs
    hs-source-dirs: test
    ghc-options:   -Wall
    build-depends:   HUnit
                   , hspec >= 1.3
                   , base >= 4 && < 5
                   , QuickCheck
                   , path-pieces
                   , text

source-repository head
  type:     git
  location: https://github.com/yesodweb/path-pieces

Reply via email to