Hello community,
here is the log from the commit of package ghc-getopt-generics for
openSUSE:Factory checked in at 2017-06-04 01:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-getopt-generics (Old)
and /work/SRC/openSUSE:Factory/.ghc-getopt-generics.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-getopt-generics"
Sun Jun 4 01:53:33 2017 rev:2 rq:494156 version:0.13.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-getopt-generics/ghc-getopt-generics.changes
2016-11-01 09:53:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-getopt-generics.new/ghc-getopt-generics.changes
2017-06-04 01:53:34.601199301 +0200
@@ -1,0 +2,5 @@
+Wed May 3 08:14:05 UTC 2017 - [email protected]
+
+- Update to version 0.13.0.1 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
getopt-generics-0.13.tar.gz
New:
----
getopt-generics-0.13.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-getopt-generics.spec ++++++
--- /var/tmp/diff_new_pack.H2oeZe/_old 2017-06-04 01:53:35.133124149 +0200
+++ /var/tmp/diff_new_pack.H2oeZe/_new 2017-06-04 01:53:35.137123584 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-getopt-generics
#
-# 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
@@ -19,15 +19,14 @@
%global pkg_name getopt-generics
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.13
+Version: 0.13.0.1
Release: 0
Summary: Create command line interfaces with ease
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-compat-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-generics-sop-devel
@@ -41,7 +40,6 @@
BuildRequires: ghc-safe-devel
BuildRequires: ghc-silently-devel
%endif
-# End cabal-rpm deps
%description
Create command line interfaces with ease.
@@ -61,20 +59,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ getopt-generics-0.13.tar.gz -> getopt-generics-0.13.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/getopt-generics-0.13/getopt-generics.cabal
new/getopt-generics-0.13.0.1/getopt-generics.cabal
--- old/getopt-generics-0.13/getopt-generics.cabal 2015-12-09
14:08:49.000000000 +0100
+++ new/getopt-generics-0.13.0.1/getopt-generics.cabal 2017-05-01
02:24:17.000000000 +0200
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.5.4.
+-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: getopt-generics
-version: 0.13
+version: 0.13.0.1
synopsis: Create command line interfaces with ease
description: Create command line interfaces with ease
category: Console, System
@@ -47,7 +47,7 @@
base == 4.*
, base-compat >= 0.8
, base-orphans
- , generics-sop >= 0.1 && < 0.3
+ , generics-sop >= 0.1 && < 0.4
, tagged
exposed-modules:
WithCli
@@ -62,6 +62,7 @@
WithCli.Parser
WithCli.Pure.Internal
WithCli.Result
+ Paths_getopt_generics
default-language: Haskell2010
test-suite spec
@@ -69,14 +70,14 @@
main-is: Spec.hs
hs-source-dirs:
src
- , test
- , docs
+ test
+ docs
ghc-options: -Wall -fno-warn-name-shadowing -threaded -O0
build-depends:
base == 4.*
, base-compat >= 0.8
, base-orphans
- , generics-sop >= 0.1 && < 0.3
+ , generics-sop >= 0.1 && < 0.4
, tagged
, hspec >= 2.1.8
, QuickCheck