commit ghc-witherable for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-witherable for openSUSE:Factory 
checked in at 2017-09-15 22:25:44

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


Package is "ghc-witherable"

Fri Sep 15 22:25:44 2017 rev:3 rq:525701 version:0.1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-witherable/ghc-witherable.changes
2017-04-14 13:39:15.614339466 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-witherable.new/ghc-witherable.changes   
2017-09-15 22:25:46.538254681 +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-witherable.spec ++
--- /var/tmp/diff_new_pack.109TPd/_old  2017-09-15 22:25:47.070179745 +0200
+++ /var/tmp/diff_new_pack.109TPd/_new  2017-09-15 22:25:47.070179745 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Filterable traversable
 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-base-orphans-devel
@@ -33,7 +33,6 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A stronger variant of `traverse` which can remove elements and generalised
@@ -41,7 +40,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}
@@ -66,10 +65,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-witherable for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package ghc-witherable for openSUSE:Factory 
checked in at 2017-04-14 13:39:14

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


Package is "ghc-witherable"

Fri Apr 14 13:39:14 2017 rev:2 rq:485175 version:0.1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-witherable/ghc-witherable.changes
2017-01-18 21:41:09.034151045 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-witherable.new/ghc-witherable.changes   
2017-04-14 13:39:15.614339466 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:37:47 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.3.4 with cabal2obs.
+
+---

Old:

  witherable-0.1.3.3.tar.gz

New:

  witherable-0.1.3.4.tar.gz



Other differences:
--
++ ghc-witherable.spec ++
--- /var/tmp/diff_new_pack.hzZxCO/_old  2017-04-14 13:39:16.786173849 +0200
+++ /var/tmp/diff_new_pack.hzZxCO/_new  2017-04-14 13:39:16.790173285 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-witherable
 #
-# 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,15 +18,14 @@
 
 %global pkg_name witherable
 Name:   ghc-%{pkg_name}
-Version:0.1.3.3
+Version:0.1.3.4
 Release:0
-Summary:Generalization of filter and catMaybes
+Summary:Filterable traversable
 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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-hashable-devel
@@ -35,10 +34,10 @@
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Generalization of filter and catMaybes.
+A stronger variant of `traverse` which can remove elements and generalised
+mapMaybe, catMaybes, filter.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -54,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ witherable-0.1.3.3.tar.gz -> witherable-0.1.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/witherable-0.1.3.3/LICENSE 
new/witherable-0.1.3.4/LICENSE
--- old/witherable-0.1.3.3/LICENSE  2014-12-05 06:45:39.0 +0100
+++ new/witherable-0.1.3.4/LICENSE  2017-03-15 08:21:43.0 +0100
@@ -1,30 +1,30 @@
-Copyright (c) 2014, Fumiaki Kinoshita
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above
-  copyright notice, this list of conditions and the following
-  disclaimer in the documentation and/or other materials provided
-  with the distribution.
-
-* Neither the name of Fumiaki Kinoshita nor the names of other
-  contributors may be used to endorse or promote products derived
-  from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Copyright (c) 2014, Fumiaki Kinoshita
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without