Hello community,

here is the log from the commit of package ghc-network for openSUSE:Factory 
checked in at 2015-05-21 08:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-network (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-network.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-network"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes  2014-11-26 
20:54:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes     
2015-05-21 08:14:35.000000000 +0200
@@ -1,0 +2,12 @@
+Sun May 10 18:20:22 UTC 2015 - mimi...@gmail.com
+
+- update to 2.6.1.0
+* no upstream changelog
+
+-------------------------------------------------------------------
+Fri Apr 10 15:43:13 UTC 2015 - mimi...@gmail.com
+
+- update to 2.6.0.2
+* split to network and network-uri packages
+
+-------------------------------------------------------------------

Old:
----
  network-2.4.2.3.tar.gz

New:
----
  network-2.6.1.0.tar.gz

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

Other differences:
------------------
++++++ ghc-network.spec ++++++
--- /var/tmp/diff_new_pack.63h7hp/_old  2015-05-21 08:14:36.000000000 +0200
+++ /var/tmp/diff_new_pack.63h7hp/_new  2015-05-21 08:14:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-network
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,33 +18,38 @@
 
 %global pkg_name network
 
+%bcond_with tests
+
 Name:           ghc-network
-Version:        2.4.2.3
+Version:        2.6.1.0
 Release:        0
 Summary:        Low-level networking interface
 License:        BSD-3-Clause
 Group:          System/Libraries
 
-Url:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Url:            https://hackage.haskell.org/package/%{pkg_name}
+Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-unix-devel
+%if %{with tests}
+BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-test-framework-devel
+BuildRequires:  ghc-test-framework-hunit-devel
+%endif
 # End cabal-rpm deps
 
 %description
-Low-level networking interface for Haskell.
+This package provides a low-level networking interface.
 
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
-Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
@@ -63,6 +68,11 @@
 %install
 %ghc_lib_install
 
+%check
+%if %{with tests}
+%cabal test
+%endif
+
 %post devel
 %ghc_pkg_recache
 
@@ -75,6 +85,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc examples README
+%doc README.md examples
 
 %changelog

++++++ network-2.4.2.3.tar.gz -> network-2.6.1.0.tar.gz ++++++
++++ 4593 lines of diff (skipped)


Reply via email to