Hello community,

here is the log from the commit of package ghc-http-client-tls for 
openSUSE:Factory checked in at 2016-10-18 10:41:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-client-tls"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes  
2016-07-20 09:19:06.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new/ghc-http-client-tls.changes 
    2016-10-18 10:41:01.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 20 10:06:14 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.4.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  http-client-tls.cabal

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

Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.lhzUP6/_old  2016-10-18 10:41:02.000000000 +0200
+++ /var/tmp/diff_new_pack.lhzUP6/_new  2016-10-18 10:41:02.000000000 +0200
@@ -23,11 +23,11 @@
 Release:        0
 Summary:        Http-client backend using the connection package and tls 
library
 License:        MIT
-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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-connection-devel
 BuildRequires:  ghc-data-default-class-devel
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-http-types-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Hackage documentation generation is not reliable. For up to date documentation,
@@ -60,21 +59,16 @@
 
 %prep
 %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
@@ -88,6 +82,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc ChangeLog.md README.md
 
 %changelog

++++++ http-client-tls.cabal ++++++
name:                http-client-tls
version:             0.2.4.1
x-revision: 1
synopsis:            http-client backend using the connection package and tls 
library
description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<https://www.stackage.org/package/http-client-tls>.
homepage:            https://github.com/snoyberg/http-client
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          mich...@snoyman.com
category:            Network
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md
                     ChangeLog.md

library
  exposed-modules:     Network.HTTP.Client.TLS
  other-extensions:    ScopedTypeVariables
  build-depends:       base >= 4 && < 5
                     , data-default-class
                     , http-client >= 0.3.5 && <0.5
                     , connection >= 0.2.2
                     , network
                     , tls >= 1.2
                     , bytestring
  default-language:    Haskell2010

test-suite spec
  main-is:             Spec.hs
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  default-language:    Haskell2010
  build-depends:       base
                     , hspec
                     , http-client
                     , http-client-tls
                     , http-types

Reply via email to