Hello community,

here is the log from the commit of package ghc-disk-free-space for 
openSUSE:Factory checked in at 2016-07-21 08:15:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-disk-free-space (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-disk-free-space.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-disk-free-space"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-disk-free-space/ghc-disk-free-space.changes  
2016-05-25 21:28:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-disk-free-space.new/ghc-disk-free-space.changes 
    2016-07-21 08:15:13.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:16:45 UTC 2016 - [email protected]
+
+- Update to version 0.1.0.1 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  3.cabal

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

Other differences:
------------------
++++++ ghc-disk-free-space.spec ++++++
--- /var/tmp/diff_new_pack.sgGJsc/_old  2016-07-21 08:15:15.000000000 +0200
+++ /var/tmp/diff_new_pack.sgGJsc/_new  2016-07-21 08:15:15.000000000 +0200
@@ -15,41 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name disk-free-space
 
+%global pkg_name disk-free-space
 Name:           ghc-%{pkg_name}
 Version:        0.1.0.1
 Release:        0
 Summary:        Retrieve information about disk space usage
-Group:          System/Libraries
-
 License:        BSD-3-Clause
+Group:          System/Libraries
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A cross-platform library for retrieving information about disk space usage.
 
-
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
@@ -63,18 +61,14 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++++++ 3.cabal ++++++
name:                disk-free-space
version:             0.1.0.1
x-revision: 3
synopsis:            Retrieve information about disk space usage
description:
  A cross-platform library for retrieving information about disk space usage.
homepage:            https://github.com/redneb/disk-free-space
bug-reports:         https://github.com/redneb/disk-free-space/issues
license:             BSD3
license-file:        LICENSE
author:              Marios Titas <rednebΑΤgmxDΟΤcom>
maintainer:          Marios Titas <rednebΑΤgmxDΟΤcom>
category:            System, Filesystem
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/redneb/disk-free-space.git

library
  exposed-modules:     System.DiskSpace
  build-depends:       base >=4.5 && <5
  if os(windows)
    build-depends:       Win32 >=2.2
    cpp-options:         -DCABAL_OS_WINDOWS
  else
    build-tools:         hsc2hs
  default-language:    Haskell2010
  ghc-options:         -Wall

Reply via email to