Hello community,

here is the log from the commit of package ghc-MissingH for openSUSE:Factory 
checked in at 2016-07-20 09:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-MissingH (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-MissingH.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-MissingH"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-MissingH/ghc-MissingH.changes        
2016-05-25 21:28:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-MissingH.new/ghc-MissingH.changes   
2016-07-20 09:27:38.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:16:09 UTC 2016 - [email protected]
+
+- Update to version 1.3.0.2 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  2.cabal

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

Other differences:
------------------
++++++ ghc-MissingH.spec ++++++
--- /var/tmp/diff_new_pack.AcPlzc/_old  2016-07-20 09:27:39.000000000 +0200
+++ /var/tmp/diff_new_pack.AcPlzc/_new  2016-07-20 09:27:39.000000000 +0200
@@ -26,6 +26,7 @@
 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
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-HUnit-devel
@@ -71,14 +72,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -88,12 +90,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
@@ -101,6 +101,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc examples TODO
+%doc TODO examples
 
 %changelog

++++++ 2.cabal ++++++
Name: MissingH
Version: 1.3.0.2
x-revision: 2
License: BSD3
Maintainer: John Goerzen <[email protected]>
Author: John Goerzen
Copyright: Copyright (c) 2004-2014 John Goerzen
license-file: LICENSE
extra-source-files: LICENSE,
                    announcements/0.10.0.txt,
                    announcements/0.8.0.txt,
                    announcements/0.9.0.txt,
                    testsrc/gzfiles/empty.gz,
                    testsrc/gzfiles/t1.gz,
                    testsrc/gzfiles/t1bad.gz,
                    testsrc/gzfiles/t2.gz,
                    testsrc/gzfiles/zeros.gz,
                    testsrc/mime.types.test,
                    3rd-party-licenses/BSD,
                    3rd-party-licenses/LGPL-2.1,
                    Makefile,
                    TODO,
                    examples/simplegrep.hs,
                    examples/test2.hs,
                    examples/test3.hs,
                    pending/Gopher.hs,
                    pending/Maildir.disabled,
                    pending/Tar.newhs,
                    pending/Tar/HeaderParser.newhs,
                    tolgpl,
                    winbuild.bat,
                    wintest.bat
homepage: http://software.complete.org/missingh
Category: Unclassified
synopsis: Large utility library
Description:  MissingH is a library of all sorts of utility functions for
 Haskell programmers.  It is written in pure Haskell and thus should
 be extremely portable and easy to use.
Stability: Beta
Build-Type: Simple
Cabal-Version: >=1.8

Flag splitBase
  description: Choose the new smaller, split-up base package.

Library
 Hs-Source-Dirs: src
 Exposed-Modules:
  Data.String.Utils, System.IO.Utils, System.IO.Binary, Data.List.Utils,
  System.Daemon,
  Text.ParserCombinators.Parsec.Utils,
  Network.Email.Mailbox,
  Control.Concurrent.Thread.Utils,
  Network.Email.Sendmail,
    Data.CSV,
  System.Cmd.Utils,
  Data.BinPacking,
  Data.Progress.Tracker,
  Data.Progress.Meter,
  Data.Quantity,
  Data.Map.Utils, System.Path, System.Path.NameManip,
    System.Path.WildMatch, System.Path.Glob,
  System.Time.Utils, System.Time.ParseDate,
  Network.Utils,
  Network.SocketServer,
  Data.Either.Utils,
  Data.Maybe.Utils,
  Data.Tuple.Utils,
  Data.Bits.Utils,
  Data.Hash.CRC32.Posix, Data.Hash.CRC32.GZip,
   Data.Hash.MD5, Data.Hash.MD5.Zord64_HARD,
  Data.Compression.Inflate,
  System.FileArchive.GZip,
  System.IO.HVFS,
    System.IO.HVFS.Combinators,
    System.IO.HVFS.InstanceHelpers,
    System.IO.HVFS.Utils,
  System.IO.HVIO, System.IO.StatCompat, System.IO.WindowsCompat,
    System.IO.PlafCompat, System.Posix.Consts,
  System.Debian, System.Debian.ControlParser,
  Data.MIME.Types,
  System.Console.GetOpt.Utils

 Extensions: ExistentialQuantification, OverlappingInstances,
   UndecidableInstances, CPP, Rank2Types,
   MultiParamTypeClasses, FlexibleInstances, FlexibleContexts,
   ScopedTypeVariables

 Build-Depends: network, parsec, base,
               mtl, HUnit, regex-compat,
               filepath,
               hslogger
 If flag(splitBase)
   Build-Depends: base >= 4, base < 5, directory, random, process, old-time,
                             containers, old-locale, array, time
 Else
   Build-Depends: base < 3
 If ! os(windows)
   Build-Depends: unix

test-suite runtests
  type:           exitcode-stdio-1.0

  Build-Depends: network, parsec, base,
               mtl, HUnit, regex-compat,
               errorcall-eq-instance,
               filepath,
               hslogger
  If flag(splitBase)
   Build-Depends: base >= 4, base < 5, directory, random, process, old-time,
                             containers, old-locale, array, time
  Else
   Build-Depends: base < 3
  If ! os(windows)
   Build-Depends: unix
  Build-Depends: testpack, QuickCheck, HUnit

  Main-Is: runtests.hs
  HS-Source-Dirs: testsrc, ., src
  Other-Modules: Bitstest,
    CRC32GZIPtest,
    CRC32POSIXtest,
    Eithertest,
    GZiptest,
    Globtest,
    HVFStest,
    HVIOtest,
    IOtest,
    Listtest,
    MIMETypestest,
    Maptest,
    Pathtest,
    ProgressTrackertest,
    Str.CSVtest,
    Strtest,
    Tests,
    Timetest,
    WildMatchtest
  Extensions: ExistentialQuantification, OverlappingInstances,
    UndecidableInstances, CPP, Rank2Types,
    MultiParamTypeClasses, FlexibleInstances, FlexibleContexts,
    ScopedTypeVariables

Reply via email to