Hello community,

here is the log from the commit of package ghc-tls for openSUSE:Factory checked 
in at 2017-07-11 08:27:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tls (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-tls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-tls"

Tue Jul 11 08:27:00 2017 rev:13 rq:509061 version:1.3.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tls/ghc-tls.changes  2017-06-04 
01:55:38.335718009 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tls.new/ghc-tls.changes     2017-07-11 
08:27:01.905407361 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 03:01:57 UTC 2017 - [email protected]
+
+- Update to version 1.3.11.
+
+-------------------------------------------------------------------

Old:
----
  tls-1.3.10.tar.gz
  tls.cabal

New:
----
  tls-1.3.11.tar.gz

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

Other differences:
------------------
++++++ ghc-tls.spec ++++++
--- /var/tmp/diff_new_pack.lcysA3/_old  2017-07-11 08:27:04.868989343 +0200
+++ /var/tmp/diff_new_pack.lcysA3/_new  2017-07-11 08:27:04.868989343 +0200
@@ -19,14 +19,13 @@
 %global pkg_name tls
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.3.10
+Version:        1.3.11
 Release:        0
 Summary:        TLS/SSL protocol native implementation (Server and Client)
 License:        BSD-3-Clause
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-asn1-encoding-devel
 BuildRequires:  ghc-asn1-types-devel
@@ -78,7 +77,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ tls-1.3.10.tar.gz -> tls-1.3.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tls-1.3.10/tls.cabal new/tls-1.3.11/tls.cabal
--- old/tls-1.3.10/tls.cabal    2017-03-14 08:08:04.000000000 +0100
+++ new/tls-1.3.11/tls.cabal    2017-06-28 19:08:29.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                tls
-Version:             1.3.10
+version:             1.3.11
 Description:
    Native Haskell TLS and SSL protocol implementation for server and client.
    .
@@ -40,21 +40,21 @@
   Default:           False
 
 Library
-  Build-Depends:     base >= 4.3 && < 5
+  Build-Depends:     base >= 4.7 && < 5
                    , mtl >= 2
                    , transformers
                    , cereal >= 0.4
                    , bytestring
                    , data-default-class
                    -- crypto related
-                   , memory
+                   , memory >= 0.14.6
                    , cryptonite >= 0.21
                    -- certificate related
                    , asn1-types >= 0.2.0
                    , asn1-encoding
-                   , x509 >= 1.6.5 && < 1.7.0
+                   , x509 >= 1.6.5
                    , x509-store >= 1.6
-                   , x509-validation >= 1.6.5 && < 1.7.0
+                   , x509-validation >= 1.6.5
                    , async >= 2.0
   if flag(network)
     Build-Depends:   network >= 2.4.0.0


Reply via email to