Hello community,

here is the log from the commit of package ghc-ghc-paths for openSUSE:Factory 
checked in at 2017-01-18 21:44:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-paths (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ghc-paths.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ghc-paths"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ghc-paths/ghc-ghc-paths.changes      
2016-07-20 09:21:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ghc-paths.new/ghc-ghc-paths.changes 
2017-01-18 21:44:13.904002675 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:13:01 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.9 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  ghc-paths.cabal

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

Other differences:
------------------
++++++ ghc-ghc-paths.spec ++++++
--- /var/tmp/diff_new_pack.4SPNXI/_old  2017-01-18 21:44:14.443926307 +0100
+++ /var/tmp/diff_new_pack.4SPNXI/_new  2017-01-18 21:44:14.451925175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-ghc-paths
 #
-# 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
@@ -22,10 +22,12 @@
 Release:        0
 Summary:        Knowledge of GHC's installation directories
 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#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,16 +47,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ ghc-paths.cabal ++++++
name: ghc-paths
version: 0.1.0.9
x-revision: 1
license: BSD3
license-file: LICENSE
copyright: (c) Simon Marlow
author: Simon Marlow
maintainer: Simon Marlow <[email protected]>
stability: stable
synopsis: Knowledge of GHC's installation directories
description: Knowledge of GHC's installation directories
category: Development
cabal-version: >= 1.6
build-type: Custom

custom-setup
        setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <2.0, directory

library
        build-depends: base >= 3 && < 5
        exposed-modules: GHC.Paths

source-repository head
  type:     git
  location: https://github.com/simonmar/ghc-paths

Reply via email to