commit ghc-unfoldable-restricted for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-unfoldable-restricted for 
openSUSE:Factory checked in at 2017-09-15 22:21:17

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


Package is "ghc-unfoldable-restricted"

Fri Sep 15 22:21:17 2017 rev:3 rq:525596 version:0.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-unfoldable-restricted/ghc-unfoldable-restricted.changes
  2017-06-04 01:59:05.270483096 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unfoldable-restricted.new/ghc-unfoldable-restricted.changes
 2017-09-15 22:21:19.503874156 +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-unfoldable-restricted.spec ++
--- /var/tmp/diff_new_pack.SojQEb/_old  2017-09-15 22:21:20.099790219 +0200
+++ /var/tmp/diff_new_pack.SojQEb/_new  2017-09-15 22:21:20.099790219 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:An alternative to the Unfoldable typeclass
 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-constraints-devel
@@ -34,14 +34,13 @@
 BuildRequires:  ghc-unfoldable-devel
 BuildRequires:  ghc-unit-constraint-devel
 BuildRequires:  ghc-unordered-containers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 An alternative to the Unfoldable typeclass.
 
 %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}
@@ -67,10 +66,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-unfoldable-restricted for openSUSE:Factory

2017-06-03 Thread root
Hello community,

here is the log from the commit of package ghc-unfoldable-restricted for 
openSUSE:Factory checked in at 2017-06-04 01:59:05

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


Package is "ghc-unfoldable-restricted"

Sun Jun  4 01:59:05 2017 rev:2 rq:499735 version:0.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-unfoldable-restricted/ghc-unfoldable-restricted.changes
  2017-04-14 13:33:43.397290868 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-unfoldable-restricted.new/ghc-unfoldable-restricted.changes
 2017-06-04 01:59:05.270483096 +0200
@@ -1,0 +2,5 @@
+Thu May 18 09:52:29 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.3 with cabal2obs.
+
+---

Old:

  unfoldable-restricted-0.0.2.tar.gz

New:

  unfoldable-restricted-0.0.3.tar.gz



Other differences:
--
++ ghc-unfoldable-restricted.spec ++
--- /var/tmp/diff_new_pack.EJO0tf/_old  2017-06-04 01:59:06.030375743 +0200
+++ /var/tmp/diff_new_pack.EJO0tf/_new  2017-06-04 01:59:06.030375743 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name unfoldable-restricted
 Name:   ghc-%{pkg_name}
-Version:0.0.2
+Version:0.0.3
 Release:0
 Summary:An alternative to the Unfoldable typeclass
 License:BSD-3-Clause

++ unfoldable-restricted-0.0.2.tar.gz -> unfoldable-restricted-0.0.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/unfoldable-restricted-0.0.2/src/Data/Unfoldable/Restricted.hs 
new/unfoldable-restricted-0.0.3/src/Data/Unfoldable/Restricted.hs
--- old/unfoldable-restricted-0.0.2/src/Data/Unfoldable/Restricted.hs   
2016-04-09 21:04:22.0 +0200
+++ new/unfoldable-restricted-0.0.3/src/Data/Unfoldable/Restricted.hs   
2017-05-16 00:10:31.0 +0200
@@ -136,6 +136,9 @@
 
 class (Hashable a, Eq a) => Hashable' a
 
+instance (Hashable a, Eq a) => Hashable' a
+
+
 instance UnfoldableR (Hashable') HashSet.HashSet where
   unfoldRestrict fa = choose
 [ pure HashSet.empty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/unfoldable-restricted-0.0.2/unfoldable-restricted.cabal 
new/unfoldable-restricted-0.0.3/unfoldable-restricted.cabal
--- old/unfoldable-restricted-0.0.2/unfoldable-restricted.cabal 2016-04-09 
21:04:42.0 +0200
+++ new/unfoldable-restricted-0.0.3/unfoldable-restricted.cabal 2017-05-16 
00:11:36.0 +0200
@@ -1,5 +1,5 @@
 Name:   unfoldable-restricted
-Version:0.0.2
+Version:0.0.3
 Author: Athan Clark 
 Maintainer: Athan Clark 
 License:BSD3




commit ghc-unfoldable-restricted for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package ghc-unfoldable-restricted for 
openSUSE:Factory checked in at 2017-04-14 13:33:40

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


Package is "ghc-unfoldable-restricted"

Fri Apr 14 13:33:40 2017 rev:1 rq:480554 version:0.0.2

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-unfoldable-restricted.new/ghc-unfoldable-restricted.changes
 2017-04-14 13:33:43.397290868 +0200
@@ -0,0 +1,5 @@
+---
+Thu Sep 15 06:56:07 UTC 2016 - psim...@suse.com
+
+- Update to version 0.0.2 revision 0 with cabal2obs.
+

New:

  ghc-unfoldable-restricted.changes
  ghc-unfoldable-restricted.spec
  unfoldable-restricted-0.0.2.tar.gz



Other differences:
--
++ ghc-unfoldable-restricted.spec ++
#
# spec file for package ghc-unfoldable-restricted
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name unfoldable-restricted
Name:   ghc-%{pkg_name}
Version:0.0.2
Release:0
Summary:An alternative to the Unfoldable typeclass
License:BSD-3-Clause
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-constraints-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-unfoldable-devel
BuildRequires:  ghc-unit-constraint-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
An alternative to the Unfoldable typeclass.

%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}

%description devel
This package provides the Haskell %{pkg_name} library development
files.

%prep
%setup -q -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%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,-)

%changelog