commit ghc-nats for openSUSE:Factory

2018-04-27 Thread root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2018-04-27 16:08:29

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


Package is "ghc-nats"

Fri Apr 27 16:08:29 2018 rev:4 rq:601394 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nats/ghc-nats.changes2017-09-15 
22:00:08.302964763 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2018-04-27 
16:08:31.752036162 +0200
@@ -1,0 +2,10 @@
+Thu Apr 26 07:19:04 UTC 2018 - psim...@suse.com
+
+- Disable Haddock phase to fix the build with modern compilers (on
+  which this is effectively empty, because its contents has moved
+  into the base library).
+
+- Update nats to version 1.1.2.
+  No user-visible changes for openSUSE.
+
+--

Old:

  nats-1.1.1.tar.gz

New:

  nats-1.1.2.tar.gz



Other differences:
--
++ ghc-nats.spec ++
--- /var/tmp/diff_new_pack.M1JMIe/_old  2018-04-27 16:08:32.276016943 +0200
+++ /var/tmp/diff_new_pack.M1JMIe/_new  2018-04-27 16:08:32.280016796 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-nats
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +18,7 @@
 
 %global pkg_name nats
 Name:   ghc-%{pkg_name}
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Natural numbers
 License:BSD-3-Clause
@@ -46,7 +46,7 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
 
 %install
 %ghc_lib_install

++ nats-1.1.1.tar.gz -> nats-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nats-1.1.1/.gitignore new/nats-1.1.2/.gitignore
--- old/nats-1.1.1/.gitignore   2016-06-16 04:16:51.0 +0200
+++ new/nats-1.1.2/.gitignore   2018-02-06 18:34:50.0 +0100
@@ -1,4 +1,5 @@
 dist
+dist-newstyle
 docs
 wiki
 TAGS
@@ -11,3 +12,21 @@
 *.hi
 *~
 *#
+.stack-work/
+cabal-dev
+*.chi
+*.chs.h
+*.dyn_o
+*.dyn_hi
+.hpc
+.hsenv
+.cabal-sandbox/
+cabal.sandbox.config
+*.prof
+*.aux
+*.hp
+*.eventlog
+cabal.project.local
+cabal.project.local~
+.HTF/
+.ghc.environment.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nats-1.1.1/.travis.yml new/nats-1.1.2/.travis.yml
--- old/nats-1.1.1/.travis.yml  2016-06-16 04:16:51.0 +0200
+++ new/nats-1.1.2/.travis.yml  2018-02-06 18:34:50.0 +0100
@@ -1,77 +1,160 @@
-# NB: don't set `language: haskell` here
+# This Travis job script has been generated by a script via
+#
+#   runghc make_travis_yml_2.hs '-o' '.travis.yml' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-installed' 'cabal.project'
+#
+# For more information, see https://github.com/hvr/multi-ghc-travis
+#
+language: c
+sudo: false
 
-# See also https://github.com/hvr/multi-ghc-travis for more information
-env:
- - GHCVER=7.0.4 CABALVER=1.16
- - GHCVER=7.0.4 CABALVER=1.16 OPTS=-f-hashable
- - GHCVER=7.0.4 CABALVER=1.16 OPTS=-f-template-haskell
- - GHCVER=7.0.4 CABALVER=1.16 OPTS=-f-binary
- - GHCVER=7.0.4 CABALVER=1.16 OPTS="-f-hashable -f-template-haskell"
- - GHCVER=7.0.4 CABALVER=1.16 OPTS="-f-hashable -f-binary"
- - GHCVER=7.0.4 CABALVER=1.16 OPTS="-f-binary -f-template-haskell"
- # we have to use CABALVER=1.16 for GHC<7.6 as well, as there's
- # no package for earlier cabal versions in the PPA
- - GHCVER=7.4.2 CABALVER=1.16
- - GHCVER=7.6.3 CABALVER=1.16 OPTS="--constraint=hashable>=1.2"
- - GHCVER=7.6.3 CABALVER=1.16 OPTS="--constraint=hashable<1.2"
- - GHCVER=7.6.3 CABALVER=1.16 OPTS=-f-hashable
- - GHCVER=7.6.3 CABALVER=1.16 OPTS=-f-template-haskell
- - GHCVER=7.6.3 CABALVER=1.16 OPTS=-f-binary
- - GHCVER=7.8.3 CABALVER=1.18 OPTS="--constraint=hashable>=1.2"
- - GHCVER=7.8.3 CABALVER=1.18 OPTS="--constraint=hashable<1.2"
- - GHCVER=7.8.3 CABALVER=1.18 OPTS=-f-hashable
- - GHCVER=7.8.3 CABALVER=1.18 OPTS=-f-template-haskell
- - GHCVER=7.8.3 CABALVER=1.18 OPTS=-f-binary
- # NOTE: we can't use Cabal 1.20 yet due to
- #  https://github.com/haskell/cabal/issues/1806
- - GHCVER=head  CABALVER=head
+git:
+  submodules: false  # whether to recursively clone submodules
+
+notifications:
+  irc:
+channels:
+  - "irc.freenode.org#haskell-lens"
+skip_join: true
+template:
+  - "\x0313nats\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} 
%{message}"
+
+cache:
+  directories:
+- 

commit ghc-nats for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2017-09-15 22:00:07

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


Package is "ghc-nats"

Fri Sep 15 22:00:07 2017 rev:3 rq:525055 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nats/ghc-nats.changes2016-10-22 
13:22:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2017-09-15 
22:00:08.302964763 +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-nats.spec ++
--- /var/tmp/diff_new_pack.p2Jooe/_old  2017-09-15 22:00:09.198838520 +0200
+++ /var/tmp/diff_new_pack.p2Jooe/_new  2017-09-15 22:00:09.202837957 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-nats
 #
-# 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
@@ -22,19 +22,18 @@
 Release:0
 Summary:Natural numbers
 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-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Natural numbers.
 
 %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}
@@ -59,11 +58,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.markdown README.markdown
 
 %changelog




commit ghc-nats for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2016-10-22 13:22:32

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


Package is "ghc-nats"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nats/ghc-nats.changes2016-07-14 
09:48:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2016-10-22 
13:22:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 19 10:02:25 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.1 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-nats.spec ++
--- /var/tmp/diff_new_pack.RgpVfc/_old  2016-10-22 13:22:35.0 +0200
+++ /var/tmp/diff_new_pack.RgpVfc/_new  2016-10-22 13:22:35.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ghc
+# spec file for package ghc-nats
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -22,7 +22,7 @@
 Release:0
 Summary:Natural numbers
 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




commit ghc-nats for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2016-07-14 09:48:21

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


Package is "ghc-nats"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2016-07-14 
09:48:24.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 16:34:46 UTC 2016 - mimi...@gmail.com
+
+- initial commit, generated by cabal2obs + cabal-rpm 
+

New:

  ghc-nats.changes
  ghc-nats.spec
  nats-1.1.1.tar.gz



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


%global pkg_name nats
Name:   ghc-%{pkg_name}
Version:1.1.1
Release:0
Summary:Natural numbers
License:BSD-3-Clause
Group:  System/Libraries
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-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Natural numbers.

%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,-)
%doc CHANGELOG.markdown README.markdown

%changelog



commit ghc-nats for openSUSE:Factory

2015-05-21 Thread h_root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2015-05-21 08:11:42

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


Package is ghc-nats

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nats/ghc-nats.changes2014-11-26 
20:55:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2015-05-21 
08:11:44.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 21 20:11:08 UTC 2015 - mimi...@gmail.com
+
+- update to version 1
+* Make `nats` a compat-package since `Numeric.Natural` moved to `base-4.8.0.0`.
+* Better `readsPrec` handling when you try to feed it a negative number. Not 
it is a failed parse rather than an error.
+* Added `Hashable` and `Data` support.
+* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, 
merely `Trustworthy` otherwise.
+* Allow for manual removal of the `hashable` dependency to support advanced 
sandbox users who explicitly want to avoid compiling certain dependencies
+  they know they aren't using.
+  We will fix bugs caused by any combination of these package flags, but the 
API of the package should be considered the default build
+  configuration with all of the package dependency flags enabled.
+* Added support for GHC 7.8's `bitSizeMaybe`
+
+---

Old:

  _service
  nats-0.1.2.tar.gz

New:

  nats-1.tar.gz



Other differences:
--
++ ghc-nats.spec ++
--- /var/tmp/diff_new_pack.QOKRBr/_old  2015-05-21 08:11:45.0 +0200
+++ /var/tmp/diff_new_pack.QOKRBr/_new  2015-05-21 08:11:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-nats
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,9 +19,9 @@
 %global pkg_name nats
 
 Name:   ghc-nats
-Version:0.1.2
+Version:1
 Release:0
-Summary:Haskell 98 natural numbers
+Summary:Natural numbers
 License:BSD-3-Clause
 Group:  System/Libraries
 
@@ -30,10 +30,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
 
 %description
-Haskell 98 natural numbers.
+Haskell natural numbers.
 
 
 %package devel

++ nats-0.1.2.tar.gz - nats-1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nats-0.1.2/.travis.yml new/nats-1/.travis.yml
--- old/nats-0.1.2/.travis.yml  2013-09-17 19:53:48.0 +0200
+++ new/nats-1/.travis.yml  2014-12-02 09:22:55.0 +0100
@@ -1,4 +1,63 @@
-language: haskell
+# NB: don't set `language: haskell` here
+
+# See also https://github.com/hvr/multi-ghc-travis for more information
+env:
+ - GHCVER=7.0.4 CABALVER=1.16
+ # we have to use CABALVER=1.16 for GHC7.6 as well, as there's
+ # no package for earlier cabal versions in the PPA
+ - GHCVER=7.4.2 CABALVER=1.16
+ - GHCVER=7.6.3 CABALVER=1.16 OPTS=--constraint=hashable=1.2
+ - GHCVER=7.6.3 CABALVER=1.16 OPTS=--constraint=hashable1.2
+ - GHCVER=7.6.3 CABALVER=1.16 OPTS=-f-hashable
+ - GHCVER=7.8.3 CABALVER=1.18 OPTS=--constraint=hashable=1.2
+ - GHCVER=7.8.3 CABALVER=1.18 OPTS=--constraint=hashable1.2
+ - GHCVER=7.8.3 CABALVER=1.18 OPTS=-f-hashable
+ # NOTE: we can't use Cabal 1.20 yet due to
+ #  https://github.com/haskell/cabal/issues/1806
+ - GHCVER=head  CABALVER=head
+
+matrix:
+  allow_failures:
+   - env: GHCVER=head  CABALVER=head
+
+# Note: the distinction between `before_install` and `install` is not
+#   important.
+before_install:
+ - travis_retry sudo add-apt-repository -y ppa:hvr/ghc
+ - travis_retry sudo apt-get update
+ - travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER
+ - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
+ - cabal --version
+ - echo $(ghc --version) [$(ghc --print-project-git-commit-id 2 /dev/null || 
echo '?')]
+
+install:
+ - travis_retry cabal update
+ - cabal install --only-dependencies
+
+# Here starts the actual work to be performed for the package under
+# test; any command which exits with a non-zero exit code causes the
+# build to fail.
+script:
+ # -v2 provides useful information for debugging
+ - cabal configure -v2 $OPTS
+
+ # this builds all libraries and executables
+ # (including tests/benchmarks)
+ - cabal build
+
+ # tests that a source-distribution can be generated
+ - cabal sdist
+
+ # check that the generated 

commit ghc-nats for openSUSE:Factory

2014-11-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-nats for openSUSE:Factory 
checked in at 2014-11-26 20:55:26

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


Package is ghc-nats

Changes:

--- /work/SRC/openSUSE:Factory/ghc-nats/ghc-nats.changes2014-04-02 
17:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nats.new/ghc-nats.changes   2014-11-26 
20:55:35.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 20 12:21:42 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- update for Haskell Platform 2014.2.0.0
+- no source change
+- see https://build.opensuse.org/request/show/261427
+---



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org