commit ghc-unique for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-unique for openSUSE:Factory 
checked in at 2017-08-31 20:49:48

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


Package is "ghc-unique"

Thu Aug 31 20:49:48 2017 rev:1 rq:514583 version:0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unique.new/ghc-unique.changes   
2017-08-31 20:49:50.575207993 +0200
@@ -0,0 +1,10 @@
+---
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---
+Wed Apr 19 13:32:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0 revision 1 with cabal2obs.
+

New:

  ghc-unique.changes
  ghc-unique.spec
  unique-0.tar.gz
  unique.cabal



Other differences:
--
++ ghc-unique.spec ++
#
# spec file for package ghc-unique
#
# 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 unique
Name:   ghc-%{pkg_name}
Version:0
Release:0
Summary:Fully concurrent unique identifiers
License:BSD-2-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
Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-rpm-macros

%description
Fully concurrent unique identifiers.

%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}
cp -p %{SOURCE1} %{pkg_name}.cabal

%build
%ghc_lib_build

%install
%ghc_lib_install

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%doc LICENSE

%files devel -f %{name}-devel.files
%doc CHANGELOG.markdown README.markdown

%changelog
++ unique.cabal ++
name:  unique
category:  Concurrency, Data
version:   0
x-revision: 1
license:   BSD3
cabal-version: >= 1.10
license-file:  LICENSE
author:Edward A. Kmett
maintainer:Edward A. Kmett 
stability: experimental
homepage:  http://github.com/ekmett/unique/
bug-reports:   http://github.com/ekmett/unique/issues
copyright: Copyright (C) 2015 Edward A. Kmett
synopsis:  Fully concurrent unique identifiers
description:   Fully concurrent unique identifiers
build-type:Simple
extra-source-files: .travis.yml CHANGELOG.markdown README.markdown stack.yaml

source-repository head
  type: git
  location: git://github.com/ekmett/unique.git

library
  default-language: Haskell2010
  hs-source-dirs: src
  other-extensions: CPP, MagicHash, UnboxedTuples
  exposed-modules: Control.Concurrent.Unique
  ghc-options: -Wall
  build-depends:
base >= 4.5 && < 5,
hashable >= 1.1 && < 1.3,
ghc-prim



commit ghc-unique for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package ghc-unique for openSUSE:Factory 
checked in at 2017-09-19 16:32:22

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


Package is "ghc-unique"

Tue Sep 19 16:32:22 2017 rev:2 rq:526753 version:0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-unique/ghc-unique.changes2017-08-31 
20:49:50.575207993 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-unique.new/ghc-unique.changes   
2017-09-19 16:32:29.817947403 +0200
@@ -1,0 +2,5 @@
+Sun Sep 17 10:32:32 UTC 2017 - psim...@suse.com
+
+- Trivial spec file cosmetic; no functional change.
+
+---



Other differences:
--
++ ghc-unique.spec ++
--- /var/tmp/diff_new_pack.mQfz90/_old  2017-09-19 16:32:30.525847130 +0200
+++ /var/tmp/diff_new_pack.mQfz90/_new  2017-09-19 16:32:30.529846563 +0200
@@ -22,8 +22,8 @@
 Release:0
 Summary:Fully concurrent unique identifiers
 License:BSD-2-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
 Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
@@ -35,7 +35,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}




commit ghc-Unique for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-Unique for openSUSE:Factory 
checked in at 2017-09-15 21:14:50

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


Package is "ghc-Unique"

Fri Sep 15 21:14:50 2017 rev:2 rq:524004 version:0.4.6.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-Unique/ghc-Unique.changes2017-04-12 
18:04:52.834128717 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Unique.new/ghc-Unique.changes   
2017-09-15 21:14:51.925700227 +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-Unique.spec ++
--- /var/tmp/diff_new_pack.ib4Bym/_old  2017-09-15 21:14:52.493620433 +0200
+++ /var/tmp/diff_new_pack.ib4Bym/_new  2017-09-15 21:14:52.493620433 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:It provides the functionality like unix "uniq" utility
 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-containers-devel
@@ -32,7 +32,6 @@
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unordered-containers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
@@ -44,7 +43,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}
@@ -72,10 +71,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog