commit hspec-setup for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package hspec-setup for openSUSE:Factory 
checked in at 2017-09-15 22:29:31

Comparing /work/SRC/openSUSE:Factory/hspec-setup (Old)
 and  /work/SRC/openSUSE:Factory/.hspec-setup.new (New)


Package is "hspec-setup"

Fri Sep 15 22:29:31 2017 rev:3 rq:525782 version:0.2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/hspec-setup/hspec-setup.changes  2017-04-14 
13:32:51.764587775 +0200
+++ /work/SRC/openSUSE:Factory/.hspec-setup.new/hspec-setup.changes 
2017-09-15 22:29:31.478566489 +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:
--
++ hspec-setup.spec ++
--- /var/tmp/diff_new_pack.SqzePQ/_old  2017-09-15 22:29:32.238459445 +0200
+++ /var/tmp/diff_new_pack.SqzePQ/_new  2017-09-15 22:29:32.242458881 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Add an hspec test-suite in one command
 License:MIT
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{name}
+Group:  Development/Libraries/Haskell
+URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
@@ -39,7 +39,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-strict-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-bytestring-devel
@@ -62,7 +61,7 @@
 
 %package -n ghc-%{name}-devel
 Summary:Haskell %{name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   ghc-%{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -91,17 +90,14 @@
 %ghc_pkg_recache
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %doc README.md
 %{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%defattr(-,root,root,-)
 %doc README.md
 
 %changelog




commit hspec-setup for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package hspec-setup for openSUSE:Factory 
checked in at 2017-04-14 13:32:23

Comparing /work/SRC/openSUSE:Factory/hspec-setup (Old)
 and  /work/SRC/openSUSE:Factory/.hspec-setup.new (New)


Package is "hspec-setup"

Fri Apr 14 13:32:23 2017 rev:2 rq:477473 version:0.2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/hspec-setup/hspec-setup.changes  2017-02-25 
00:52:22.539361590 +0100
+++ /work/SRC/openSUSE:Factory/.hspec-setup.new/hspec-setup.changes 
2017-04-14 13:32:51.764587775 +0200
@@ -1,0 +2,5 @@
+Fri Feb 24 10:35:16 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.1.0 with cabal2obs.
+
+---

Old:

  hspec-setup-0.1.1.1.tar.gz

New:

  hspec-setup-0.2.1.0.tar.gz



Other differences:
--
++ hspec-setup.spec ++
--- /var/tmp/diff_new_pack.SYdv3q/_old  2017-04-14 13:32:52.432493385 +0200
+++ /var/tmp/diff_new_pack.SYdv3q/_new  2017-04-14 13:32:52.432493385 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hspec-setup
 #
-# 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
@@ -16,39 +16,92 @@
 #
 
 
-Name:   hspec-setup
-Version:0.1.1.1
+%global pkg_name hspec-setup
+%bcond_with tests
+Name:   %{pkg_name}
+Version:0.2.1.0
 Release:0
 Summary:Add an hspec test-suite in one command
 License:MIT
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-ansi-wl-pprint-devel
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-directory-tree-devel
 BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-haskell-src-exts-devel
+BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-projectroot-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-split-devel
+BuildRequires:  ghc-strict-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{with tests}
+BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-cryptohash-devel
+BuildRequires:  ghc-hspec-devel
+BuildRequires:  ghc-language-dockerfile-devel
+%endif
 
 %description
 'hspec-setup' is a command-line tool for adding an hspec test-suite with
 minimal work. See the  for more information.
 
+%package -n ghc-%{name}
+Summary:Haskell %{name} library
+Group:  System/Libraries
+
+%description -n ghc-%{name}
+This package provides the Haskell %{name} shared library.
+
+%package -n ghc-%{name}-devel
+Summary:Haskell %{name} library development files
+Group:  Development/Libraries/Other
+Requires:   ghc-%{name} = %{version}-%{release}
+Requires:   ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+
+%description -n ghc-%{name}-devel
+This package provides the Haskell %{name} library development files.
+
 %prep
 %setup -q
 
 %build
-%ghc_bin_build
+%ghc_lib_build
 
 %install
-%ghc_bin_install
+%ghc_lib_install
+%ghc_fix_rpath %{pkg_name}-%{version}
+
+%check
+%cabal_test
+
+%post -n ghc-%{name}-devel
+%ghc_pkg_recache
+
+%postun -n ghc-%{name}-devel
+%ghc_pkg_recache
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
+%doc README.md
 %{_bindir}/%{name}
 
+%files -n ghc-%{name} -f ghc-%{name}.files
+%defattr(-,root,root,-)
+%doc LICENSE
+
+%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
+%defattr(-,root,root,-)
+%doc README.md
+
 %changelog

++ hspec-setup-0.1.1.1.tar.gz -> hspec-setup-0.2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-setup-0.1.1.1/README.md 
new/hspec-setup-0.2.1.0/README.md
--- old/hspec-setup-0.1.1.1/README.md   1970-01-01 01:00:00.0 +0100
+++ new/hspec-setup-0.2.1.0/README.md   2015-12-20 16:21:54.0 +0100
@@ -0,0 +1,22 @@
+# hspec-setup
+[![Hackage](https://img.shields.io/hackage/v/hspec-setup.svg)](http://hackage.haskell.org/package/hspec-setup)
+[![Hackage 
Deps](https://img.shields.io/hackage-deps/v/hspec-setup.svg)](http://hackage.haskell.org/package/hspec-setup)
+[![Build 
Status](https://travis-ci.org/yamadapc/haskell-hspec-setup.svg?branch=master)](https://travis-ci.org/yamadapc/haskell-hspec-setup)
+- -

commit hspec-setup for openSUSE:Factory

2017-02-24 Thread root
Hello community,

here is the log from the commit of package hspec-setup for openSUSE:Factory 
checked in at 2017-02-25 00:52:21

Comparing /work/SRC/openSUSE:Factory/hspec-setup (Old)
 and  /work/SRC/openSUSE:Factory/.hspec-setup.new (New)


Package is "hspec-setup"

Changes:

New Changes file:

--- /dev/null   2017-01-26 09:49:33.150892021 +0100
+++ /work/SRC/openSUSE:Factory/.hspec-setup.new/hspec-setup.changes 
2017-02-25 00:52:22.539361590 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:34:24 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.1.1 revision 0 with cabal2obs.
+

New:

  hspec-setup-0.1.1.1.tar.gz
  hspec-setup.changes
  hspec-setup.spec



Other differences:
--
++ hspec-setup.spec ++
#
# spec file for package hspec-setup
#
# 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
# 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/
#


Name:   hspec-setup
Version:0.1.1.1
Release:0
Summary:Add an hspec test-suite in one command
License:MIT
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{name}
Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-directory-devel
BuildRequires:  ghc-filepath-devel
BuildRequires:  ghc-process-devel
BuildRequires:  ghc-projectroot-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
'hspec-setup' is a command-line tool for adding an hspec test-suite with
minimal work. See the  for more information.

%prep
%setup -q

%build
%ghc_bin_build

%install
%ghc_bin_install

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/%{name}

%changelog