Hello community,

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

Package is "ghc-openssl-streams"

Sun Jun  4 01:58:09 2017 rev:2 rq:499718 version:1.2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-openssl-streams/ghc-openssl-streams.changes  
2017-03-09 01:50:45.218650219 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-openssl-streams.new/ghc-openssl-streams.changes 
    2017-06-04 01:58:16.205414705 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:27 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  openssl-streams-1.2.1.0.tar.gz

New:
----
  openssl-streams-1.2.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-openssl-streams.spec ++++++
--- /var/tmp/diff_new_pack.VQ5lSW/_old  2017-06-04 01:58:19.832902234 +0200
+++ /var/tmp/diff_new_pack.VQ5lSW/_new  2017-06-04 01:58:19.836901669 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-openssl-streams
 #
-# 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
@@ -19,15 +19,14 @@
 %global pkg_name openssl-streams
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.2.1.0
+Version:        1.2.1.1
 Release:        0
 Summary:        OpenSSL network support for io-streams
 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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-HsOpenSSL-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-io-streams-devel
@@ -39,7 +38,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The openssl-streams library contains io-streams routines for secure networking
@@ -60,20 +58,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache
@@ -87,6 +79,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc changelog.md
+%doc CONTRIBUTORS changelog.md
 
 %changelog

++++++ openssl-streams-1.2.1.0.tar.gz -> openssl-streams-1.2.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openssl-streams-1.2.1.0/changelog.md 
new/openssl-streams-1.2.1.1/changelog.md
--- old/openssl-streams-1.2.1.0/changelog.md    2015-03-19 02:19:27.000000000 
+0100
+++ new/openssl-streams-1.2.1.1/changelog.md    2017-05-11 15:52:10.000000000 
+0200
@@ -1,5 +1,8 @@
 # openssl-streams changelog #
 
+## 1.2.1.1
+  - Allow `io-streams` 1.4.
+
 ## 1.2.1.0
   - Bump upper bound of the `io-streams` dependency for the bytestring-builder
     migration.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openssl-streams-1.2.1.0/openssl-streams.cabal 
new/openssl-streams-1.2.1.1/openssl-streams.cabal
--- old/openssl-streams-1.2.1.0/openssl-streams.cabal   2015-03-19 
02:19:27.000000000 +0100
+++ new/openssl-streams-1.2.1.1/openssl-streams.cabal   2017-05-11 
15:52:10.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                openssl-streams
-Version:             1.2.1.0
+Version:             1.2.1.1
 License:             BSD3
 License-file:        LICENSE
 Category:            Network, IO-Streams
@@ -24,14 +24,14 @@
   ghc-options:       -O2 -Wall -fwarn-tabs -funbox-strict-fields
                      -fno-warn-unused-do-bind
 
-  ghc-prof-options:  -prof -auto-all
+  ghc-prof-options:  -auto-all
 
   Exposed-modules:   System.IO.Streams.SSL
 
   Build-depends:     base          >= 4      && <5,
                      bytestring    >= 0.9.2  && <0.11,
                      HsOpenSSL     >= 0.10.3 && <0.12,
-                     io-streams    >= 1.0    && <1.4,
+                     io-streams    >= 1.0    && <1.5,
                      network       >= 2.4    && <2.7
 
 
@@ -45,12 +45,12 @@
 
   ghc-options:       -O2 -Wall -fhpc -fwarn-tabs -funbox-strict-fields 
-threaded
                      -fno-warn-unused-do-bind
-  ghc-prof-options:  -prof -auto-all
+  ghc-prof-options:  -auto-all
 
   Build-depends:     base                 >= 4       && <5,
                      bytestring           >= 0.9.2   && <0.11,
                      HsOpenSSL            >= 0.10.3  && <0.12,
-                     io-streams           >= 1.0     && <1.4,
+                     io-streams           >= 1.0     && <1.5,
                      network              >= 2.3     && <2.7,
                      -- test deps follow.
                      HUnit                >= 1.2     && <2,


Reply via email to