commit ghc-dlist-instances for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-dlist-instances for 
openSUSE:Factory checked in at 2017-09-15 21:36:15

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


Package is "ghc-dlist-instances"

Fri Sep 15 21:36:15 2017 rev:5 rq:524431 version:0.1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dlist-instances/ghc-dlist-instances.changes  
2016-08-25 09:58:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-dlist-instances.new/ghc-dlist-instances.changes 
2017-09-15 21:36:15.836811637 +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-dlist-instances.spec ++
--- /var/tmp/diff_new_pack.1ip1jn/_old  2017-09-15 21:36:16.360737812 +0200
+++ /var/tmp/diff_new_pack.1ip1jn/_new  2017-09-15 21:36:16.364737249 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-dlist-instances
 #
-# 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
@@ -22,14 +22,13 @@
 Release:0
 Summary:Difference lists instances
 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-dlist-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroups-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 See the dlist packages. This package is the canonical source for some orphan
@@ -37,7 +36,7 @@
 
 %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}
@@ -63,11 +62,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.md
 
 %changelog




commit ghc-dlist-instances for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package ghc-dlist-instances for 
openSUSE:Factory checked in at 2016-08-25 09:57:59

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


Package is "ghc-dlist-instances"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dlist-instances/ghc-dlist-instances.changes  
2016-08-24 10:07:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-dlist-instances.new/ghc-dlist-instances.changes 
2016-08-25 09:58:01.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:29:38 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.1 revision 0 with cabal2obs.
+
+---

Old:

  dlist-instances-0.1.1.tar.gz

New:

  dlist-instances-0.1.1.1.tar.gz



Other differences:
--
++ ghc-dlist-instances.spec ++
--- /var/tmp/diff_new_pack.ulIR2l/_old  2016-08-25 09:58:02.0 +0200
+++ /var/tmp/diff_new_pack.ulIR2l/_new  2016-08-25 09:58:02.0 +0200
@@ -18,11 +18,11 @@
 
 %global pkg_name dlist-instances
 Name:   ghc-%{pkg_name}
-Version:0.1.1
+Version:0.1.1.1
 Release:0
 Summary:Difference lists instances
 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
@@ -49,17 +49,13 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-echo > Setup.hs 'import Distribution.Simple'
-echo >>Setup.hs 'main = defaultMain'
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ dlist-instances-0.1.1.tar.gz -> dlist-instances-0.1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1.1/Setup.hs 
new/dlist-instances-0.1.1.1/Setup.hs
--- old/dlist-instances-0.1.1/Setup.hs  2016-07-20 01:42:44.0 +0200
+++ new/dlist-instances-0.1.1.1/Setup.hs2016-07-23 21:11:00.0 
+0200
@@ -0,0 +1,2 @@
+import Distribution.Simple
+main = defaultMain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1.1/dlist-instances.cabal 
new/dlist-instances-0.1.1.1/dlist-instances.cabal
--- old/dlist-instances-0.1.1/dlist-instances.cabal 2016-07-20 
01:40:55.0 +0200
+++ new/dlist-instances-0.1.1.1/dlist-instances.cabal   2016-07-23 
21:11:07.0 +0200
@@ -1,5 +1,5 @@
 name:   dlist-instances
-version:0.1.1
+version:0.1.1.1
 synopsis:   Difference lists instances
 description:
   See the dlist packages.




commit ghc-dlist-instances for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-dlist-instances for 
openSUSE:Factory checked in at 2016-08-24 10:07:44

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


Package is "ghc-dlist-instances"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dlist-instances/ghc-dlist-instances.changes  
2016-07-21 08:11:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-dlist-instances.new/ghc-dlist-instances.changes 
2016-08-24 10:07:47.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 06:10:22 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1 revision 0 with cabal2obs.
+
+---
+Tue Jul 19 16:10:40 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 1 with cabal2obs.
+
+---

Old:

  dlist-instances-0.1.tar.gz

New:

  dlist-instances-0.1.1.tar.gz



Other differences:
--
++ ghc-dlist-instances.spec ++
--- /var/tmp/diff_new_pack.SKLw1C/_old  2016-08-24 10:07:47.0 +0200
+++ /var/tmp/diff_new_pack.SKLw1C/_new  2016-08-24 10:07:47.0 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name dlist-instances
 Name:   ghc-%{pkg_name}
-Version:0.1
+Version:0.1.1
 Release:0
 Summary:Difference lists instances
 License:BSD-3-Clause
@@ -26,12 +26,10 @@
 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-dlist-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroups-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 See the dlist packages. This package is the canonical source for some orphan
@@ -51,7 +49,8 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+echo > Setup.hs 'import Distribution.Simple'
+echo >>Setup.hs 'main = defaultMain'
 
 %build
 %ghc_lib_build

++ dlist-instances-0.1.tar.gz -> dlist-instances-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1/Data/DList/Instances.hs 
new/dlist-instances-0.1.1/Data/DList/Instances.hs
--- old/dlist-instances-0.1/Data/DList/Instances.hs 2014-03-14 
16:19:11.0 +0100
+++ new/dlist-instances-0.1.1/Data/DList/Instances.hs   2016-07-20 
01:40:28.0 +0200
@@ -1,7 +1,12 @@
+{-# LANGUAGE CPP #-}
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 module Data.DList.Instances () where
 
+-- don't define instance for dlist>=0.8 && base>=4.9
+#if !(MIN_VERSION_base(4,9,0)) || !(MIN_VERSION_dlist(0,8,0))
 import Data.DList
 import Data.Semigroup
 
-instance Semigroup (DList a)
+instance Semigroup (DList a) where
+  (<>) = append
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1/LICENSE 
new/dlist-instances-0.1.1/LICENSE
--- old/dlist-instances-0.1/LICENSE 2014-03-14 16:19:11.0 +0100
+++ new/dlist-instances-0.1.1/LICENSE   2016-07-20 01:40:28.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) Don Stewart 2006-2009, (c) Sean Leather 2013
+Copyright (c) Greg Weber 2014
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1/Setup.hs 
new/dlist-instances-0.1.1/Setup.hs
--- old/dlist-instances-0.1/Setup.hs2014-03-14 16:19:11.0 +0100
+++ new/dlist-instances-0.1.1/Setup.hs  2016-07-20 01:42:44.0 +0200
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dlist-instances-0.1/dlist-instances.cabal 
new/dlist-instances-0.1.1/dlist-instances.cabal
--- old/dlist-instances-0.1/dlist-instances.cabal   2014-03-14 
16:19:11.0 +0100
+++ new/dlist-instances-0.1.1/dlist-instances.cabal 2016-07-20 
01:40:55.0 +0200
@@ -1,5 +1,5 @@
 name:   dlist-instances
-version:0.1
+version:0.1.1
 synopsis:   Difference lists instances
 description:
   See the dlist packages.




commit ghc-dlist-instances for openSUSE:Factory

2016-07-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-dlist-instances for 
openSUSE:Factory checked in at 2016-07-21 08:11:26

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


Package is "ghc-dlist-instances"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dlist-instances/ghc-dlist-instances.changes  
2015-11-26 17:02:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-dlist-instances.new/ghc-dlist-instances.changes 
2016-07-21 08:11:28.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:02:56 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-dlist-instances.spec ++
--- /var/tmp/diff_new_pack.V02BPW/_old  2016-07-21 08:11:29.0 +0200
+++ /var/tmp/diff_new_pack.V02BPW/_new  2016-07-21 08:11:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-dlist-instances
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,44 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name dlist-instances
 
-Name:   ghc-dlist-instances
+%global pkg_name dlist-instances
+Name:   ghc-%{pkg_name}
 Version:0.1
 Release:0
 Summary:Difference lists instances
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 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-dlist-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-semigroups-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
 %description
 See the dlist packages. This package is the canonical source for some orphan
 instances. Orphan instances are placed here to avoid dependencies elsewhere.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development
 files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,19 +64,15 @@
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 %doc README.md
 
-
 %changelog