Hello community,

here is the log from the commit of package ghc-old-time for openSUSE:Factory 
checked in at 2017-06-04 01:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-old-time (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-old-time.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-old-time"

Sun Jun  4 01:58:04 2017 rev:3 rq:499717 version:1.1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-old-time/ghc-old-time.changes        
2016-07-20 09:28:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-old-time.new/ghc-old-time.changes   
2017-06-04 01:58:05.294956076 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:23 UTC 2017 - psim...@suse.com
+
+- Update to version 1.1.0.3 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  1.cabal

New:
----
  old-time.cabal

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

Other differences:
------------------
++++++ ghc-old-time.spec ++++++
--- /var/tmp/diff_new_pack.BxDG9Y/_old  2017-06-04 01:58:05.786886579 +0200
+++ /var/tmp/diff_new_pack.BxDG9Y/_new  2017-06-04 01:58:05.790886014 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-old-time
 #
-# 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,16 +22,14 @@
 Release:        0
 Summary:        Time library
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-old-locale-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides the old time library.
@@ -54,15 +52,12 @@
 %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
 

++++++ old-time.cabal ++++++
name:           old-time
version:        1.1.0.3
x-revision: 2
-- NOTE: Don't forget to update ./changelog.md
license:        BSD3
license-file:   LICENSE
maintainer:     librar...@haskell.org
bug-reports:    https://github.com/haskell/old-time/issues
synopsis:       Time library
category:       System
build-type:     Configure
cabal-Version:  >=1.10
description:
    This package provides the old time library.
    .
    For new projects, the newer
    <http://hackage.haskell.org/package/time time library>
    is recommended.

extra-source-files:
    aclocal.m4
    changelog.md
    config.guess
    config.sub
    configure
    configure.ac
    include/HsTimeConfig.h.in
    install-sh
    old-time.buildinfo

extra-tmp-files:
    autom4te.cache
    config.log
    config.status
    include/HsTimeConfig.h

source-repository head
    type:     git
    location: https://github.com/haskell/old-time.git

Library
    default-language: Haskell2010
    other-extensions: Trustworthy

    exposed-modules:
        System.Time

    c-sources:
        cbits/timeUtils.c

    include-dirs: include
    includes:     HsTime.h
    install-includes:
        HsTime.h

    build-depends:
        base       >= 4.7 && < 5,
        old-locale == 1.0.*

    ghc-options: -Wall

Reply via email to