Hello community,

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

Package is "ghc-split"

Sun Jun  4 01:58:54 2017 rev:12 rq:499730 version:0.2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-split/ghc-split.changes      2016-07-27 
16:10:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-split.new/ghc-split.changes 2017-06-04 
01:58:55.303891109 +0200
@@ -1,0 +2,10 @@
+Thu May 18 09:52:28 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.2 with cabal2obs.
+
+-------------------------------------------------------------------
+Sat Apr 29 18:32:33 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.3.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  split-0.2.3.1.tar.gz

New:
----
  split-0.2.3.2.tar.gz

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

Other differences:
------------------
++++++ ghc-split.spec ++++++
--- /var/tmp/diff_new_pack.ctFPXo/_old  2017-06-04 01:58:55.819818222 +0200
+++ /var/tmp/diff_new_pack.ctFPXo/_new  2017-06-04 01:58:55.819818222 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-split
 #
-# 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,21 +19,19 @@
 %global pkg_name split
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.3.1
+Version:        0.2.3.2
 Release:        0
 Summary:        Combinator library for splitting lists
 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
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A collection of various methods for splitting lists into parts, akin to the
@@ -67,20 +65,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
@@ -94,6 +86,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README
+%doc CHANGES README
 
 %changelog

++++++ split-0.2.3.1.tar.gz -> split-0.2.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.1/CHANGES new/split-0.2.3.2/CHANGES
--- old/split-0.2.3.1/CHANGES   2016-05-03 04:13:41.000000000 +0200
+++ new/split-0.2.3.2/CHANGES   2017-05-15 22:00:58.000000000 +0200
@@ -1,3 +1,7 @@
+* 0.2.3.2 (15 May 2017)
+
+  - Move to github.
+
 * 0.2.3.1 (2 May 2016)
 
   - Fix a test case which was causing occasional spurious test suite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.1/README new/split-0.2.3.2/README
--- old/split-0.2.3.1/README    2016-05-03 04:13:41.000000000 +0200
+++ new/split-0.2.3.2/README    2017-05-15 22:00:58.000000000 +0200
@@ -9,7 +9,7 @@
 
   There are no dependencies other than the base package.
   Data.List.Split has been tested with versions of GHC from 6.8.3 up
-  through 7.6.1.  It is completely Haskell2010 (probably also
+  through 8.0.1.  It is completely Haskell2010 (probably also
   Haskell98) compliant, so it probably builds with other compilers as
   well.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.1/split.cabal 
new/split-0.2.3.2/split.cabal
--- old/split-0.2.3.1/split.cabal       2016-05-03 04:13:41.000000000 +0200
+++ new/split-0.2.3.2/split.cabal       2017-05-15 22:00:58.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                split
-Version:             0.2.3.1
+Version:             0.2.3.2
 Stability:           stable
 
 Description:         A collection of various methods for splitting
@@ -36,7 +36,7 @@
 Build-type:          Simple
 Cabal-Version:       >= 1.10
 Tested-with:         GHC ==7.0.4, GHC ==7.2.1, GHC ==7.4.*, GHC ==7.6.1, GHC 
==7.8.3, GHC==7.10.3, GHC==8.0.1
-Bug-reports:         http://hub.darcs.net/byorgey/split/issues
+Bug-reports:         https://github.com/byorgey/split/issues
 
 Test-suite split-tests
   type:              exitcode-stdio-1.0
@@ -46,12 +46,12 @@
   Hs-source-dirs:    test
 
 Source-repository head
-  type:              darcs
-  location:          http://hub.darcs.net/byorgey/split
+  type:              git
+  location:          http://github.com/byorgey/split.git
 
 Library
   ghc-options:       -Wall
-  build-depends:     base <4.10
+  build-depends:     base <4.11
   exposed-modules:   Data.List.Split, Data.List.Split.Internals
   default-language:  Haskell2010
   Hs-source-dirs:    src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/split-0.2.3.1/src/Data/List/Split.hs 
new/split-0.2.3.2/src/Data/List/Split.hs
--- old/split-0.2.3.1/src/Data/List/Split.hs    2016-05-03 04:13:41.000000000 
+0200
+++ new/split-0.2.3.2/src/Data/List/Split.hs    2017-05-15 22:00:58.000000000 
+0200
@@ -16,9 +16,9 @@
 -- detailed documentation of all exported functions.  If you want to
 -- learn about the implementation, see "Data.List.Split.Internals".
 --
--- A darcs repository containing the source (including a module with
+-- A git repository containing the source (including a module with
 -- over 40 QuickCheck properties) can be found at
--- <http://hub.darcs.net/byorgey/split>.
+-- <https://github.com/byorgey/split>.
 --
 -----------------------------------------------------------------------------
 module Data.List.Split (


Reply via email to