commit ghc-srcloc for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-srcloc for openSUSE:Factory 
checked in at 2017-09-15 22:14:01

Comparing /work/SRC/openSUSE:Factory/ghc-srcloc (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-srcloc.new (New)


Package is "ghc-srcloc"

Fri Sep 15 22:14:01 2017 rev:3 rq:525418 version:0.5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-srcloc/ghc-srcloc.changes2017-06-04 
01:58:57.603566226 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-srcloc.new/ghc-srcloc.changes   
2017-09-15 22:14:03.149340356 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-srcloc.spec ++
--- /var/tmp/diff_new_pack.3uI54h/_old  2017-09-15 22:14:03.817246265 +0200
+++ /var/tmp/diff_new_pack.3uI54h/_new  2017-09-15 22:14:03.817246265 +0200
@@ -22,19 +22,18 @@
 Release:0
 Summary:Data types for managing source code locations
 License:BSD-3-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+Group:  Development/Libraries/Haskell
+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
 
 %description
 Data types for tracking, combining, and printing source code locations.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -59,10 +58,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog




commit ghc-srcloc for openSUSE:Factory

2017-06-03 Thread root
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.changes2016-11-02 
12:39:00.0 +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.0 +0200
+++ new/srcloc-0.5.1.1/Data/Loc.hs  2017-05-03 06:34:54.0 +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.0 +0200
+++ new/srcloc-0.5.1.1/LICENSE  2017-05-03 06:34:54.0 +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.0 +0200
+++ new/srcloc-0.5.1.1/srcloc.cabal 2017-05-03 06:34:54.0 +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 
-maintainer: Geoffrey Mainland 
+(c) 2011-2017 Geoffrey Mainland
+author: Geoffrey Mainland 
+maintainer: Geoffrey Mainland 
 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: