Hello community,

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

Package is "ghc-srcloc"

Sun Jun  4 01:58:57 2017 rev:2 rq:499731 version:0.5.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-srcloc/ghc-srcloc.changes    2016-11-02 
12:39:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-srcloc.new/ghc-srcloc.changes       
2017-06-04 01:58:57.603566226 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:18 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.1.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  srcloc-0.5.1.0.tar.gz

New:
----
  srcloc-0.5.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-srcloc.spec ++++++
--- /var/tmp/diff_new_pack.ooncpN/_old  2017-06-04 01:58:58.115493904 +0200
+++ /var/tmp/diff_new_pack.ooncpN/_new  2017-06-04 01:58:58.119493339 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-srcloc
 #
-# 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
@@ -18,11 +18,11 @@
 
 %global pkg_name srcloc
 Name:           ghc-%{pkg_name}
-Version:        0.5.1.0
+Version:        0.5.1.1
 Release:        0
 Summary:        Data types for managing source code locations
 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
@@ -30,7 +30,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Data types for managing source code locations.
+Data types for tracking, combining, and printing source code locations.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
@@ -46,15 +46,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ srcloc-0.5.1.0.tar.gz -> srcloc-0.5.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/srcloc-0.5.1.0/Data/Loc.hs 
new/srcloc-0.5.1.1/Data/Loc.hs
--- old/srcloc-0.5.1.0/Data/Loc.hs      2015-08-04 22:08:12.000000000 +0200
+++ new/srcloc-0.5.1.1/Data/Loc.hs      2017-05-03 06:34:54.000000000 +0200
@@ -225,8 +225,8 @@
 class Relocatable a where
     reloc :: Loc -> a -> a
 
--- | A value of type @L a@ is a value of type @a@ with an associated 'Loc', 
but this location is ignored
--- when performing comparisons.
+-- | A value of type @L a@ is a value of type @a@ with an associated 'Loc', but
+-- this location is ignored when performing comparisons.
 data L a = L Loc a
   deriving (Functor, Data, Typeable)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/srcloc-0.5.1.0/LICENSE new/srcloc-0.5.1.1/LICENSE
--- old/srcloc-0.5.1.0/LICENSE  2015-08-04 22:08:12.000000000 +0200
+++ new/srcloc-0.5.1.1/LICENSE  2017-05-03 06:34:54.000000000 +0200
@@ -25,7 +25,7 @@
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.
 
-Copyright (c) 2011-2015, Geoffrey Mainland
+Copyright (c) 2011-2017, Geoffrey Mainland
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/srcloc-0.5.1.0/srcloc.cabal 
new/srcloc-0.5.1.1/srcloc.cabal
--- old/srcloc-0.5.1.0/srcloc.cabal     2015-08-04 22:08:12.000000000 +0200
+++ new/srcloc-0.5.1.1/srcloc.cabal     2017-05-03 06:34:54.000000000 +0200
@@ -1,17 +1,18 @@
 name:           srcloc
-version:        0.5.1.0
+version:        0.5.1.1
 cabal-version:  >= 1.6
 license:        BSD3
 license-file:   LICENSE
 copyright:      (c) 2006-2011 Harvard University
-                (c) 2011-2015 Geoffrey Mainland
-author:         Geoffrey Mainland <mainl...@cs.drexel.edu>
-maintainer:     Geoffrey Mainland <mainl...@cs.drexel.edu>
+                (c) 2011-2017 Geoffrey Mainland
+author:         Geoffrey Mainland <mainl...@drexel.edu>
+maintainer:     Geoffrey Mainland <mainl...@drexel.edu>
 stability:      alpha
-homepage:       http://www.cs.drexel.edu/~mainland/
+homepage:       https://github.com/mainland/srcloc
 category:       Data
 synopsis:       Data types for managing source code locations.
-description:    Data types for managing source code locations.
+description:    Data types for tracking, combining, and printing source code 
locations.
+tested-with:    GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, 
GHC==8.2.1
 
 build-type:     Simple
 


Reply via email to