commit ghc-arithmoi for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package ghc-arithmoi for openSUSE:Factory 
checked in at 2017-09-19 16:30:26

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


Package is "ghc-arithmoi"

Tue Sep 19 16:30:26 2017 rev:4 rq:526708 version:0.5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-arithmoi/ghc-arithmoi.changes
2017-08-31 21:03:24.800828210 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-arithmoi.new/ghc-arithmoi.changes   
2017-09-19 16:31:38.345238663 +0200
@@ -1,0 +2,5 @@
+Sun Sep 17 10:29:18 UTC 2017 - psim...@suse.com
+
+- More trivial fixes to the spec file; no functional change.
+
+---



Other differences:
--
++ ghc-arithmoi.spec ++
--- /var/tmp/diff_new_pack.X6vSHA/_old  2017-09-19 16:31:38.929155947 +0200
+++ /var/tmp/diff_new_pack.X6vSHA/_new  2017-09-19 16:31:38.933155380 +0200
@@ -23,8 +23,8 @@
 Release:0
 Summary:Efficient basic number-theoretic functions
 License:MIT
-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-array-devel
@@ -52,7 +52,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-arithmoi for openSUSE:Factory

2017-08-31 Thread root
Hello community,

here is the log from the commit of package ghc-arithmoi for openSUSE:Factory 
checked in at 2017-08-31 21:03:23

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


Package is "ghc-arithmoi"

Thu Aug 31 21:03:23 2017 rev:3 rq:515421 version:0.5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-arithmoi/ghc-arithmoi.changes
2016-10-22 13:19:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-arithmoi.new/ghc-arithmoi.changes   
2017-08-31 21:03:24.800828210 +0200
@@ -1,0 +2,10 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---
+Thu Jul 27 14:07:28 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.0.0.
+
+---

Old:

  arithmoi-0.4.3.0.tar.gz

New:

  arithmoi-0.5.0.0.tar.gz



Other differences:
--
++ ghc-arithmoi.spec ++
--- /var/tmp/diff_new_pack.cqGF19/_old  2017-08-31 21:03:25.792688852 +0200
+++ /var/tmp/diff_new_pack.cqGF19/_new  2017-08-31 21:03:25.792688852 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-arithmoi
 #
-# 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,9 +19,9 @@
 %global pkg_name arithmoi
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.3.0
+Version:0.5.0.0
 Release:0
-Summary:Efficient basic number-theoretic functions. Primes, powers, 
integer logarithms
+Summary:Efficient basic number-theoretic functions
 License:MIT
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
@@ -29,10 +29,11 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-exact-pi-devel
+BuildRequires:  ghc-integer-logarithms-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-smallcheck-devel
@@ -40,7 +41,6 @@
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-smallcheck-devel
-BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 %endif
 
@@ -48,7 +48,7 @@
 A library of basic functionality needed for number-theoretic calculations.
 The aim of this library is to provide efficient implementations of the
 functions. Primes and related things (totients, factorisation), powers (integer
-roots and tests, modular exponentiation), integer logarithms.
+roots and tests, modular exponentiation).
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -80,11 +80,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
-%doc TODO
+%doc Changes
 
 %changelog

++ arithmoi-0.4.3.0.tar.gz -> arithmoi-0.5.0.0.tar.gz ++
 2924 lines of diff (skipped)




commit ghc-arithmoi for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

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

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


Package is "ghc-arithmoi"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-arithmoi/ghc-arithmoi.changes
2016-09-25 14:32:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-arithmoi.new/ghc-arithmoi.changes   
2016-10-22 13:19:48.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:49:50 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.3.0 with cabal2obs.
+
+---

Old:

  arithmoi-0.4.2.0.tar.gz

New:

  arithmoi-0.4.3.0.tar.gz



Other differences:
--
++ ghc-arithmoi.spec ++
--- /var/tmp/diff_new_pack.ERr4N5/_old  2016-10-22 13:19:49.0 +0200
+++ /var/tmp/diff_new_pack.ERr4N5/_new  2016-10-22 13:19:49.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name arithmoi
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.2.0
+Version:0.4.3.0
 Release:0
 Summary:Efficient basic number-theoretic functions. Primes, powers, 
integer logarithms
 License:MIT
-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-array-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
@@ -41,16 +40,15 @@
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-smallcheck-devel
+BuildRequires:  ghc-transformers-compat-devel
+BuildRequires:  ghc-transformers-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A library of basic functionality needed for number-theoretic calculations.
 The aim of this library is to provide efficient implementations of the
 functions. Primes and related things (totients, factorisation), powers (integer
-roots and tests, modular exponentiation), integer logarithms. Note: Requires
-GHC >= 6.12 with the integer-gmp package for efficiency. Portability is on the
-to-do list (with low priority, however).
+roots and tests, modular exponentiation), integer logarithms.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -66,20 +64,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

++ arithmoi-0.4.2.0.tar.gz -> arithmoi-0.4.3.0.tar.gz ++
 2816 lines of diff (skipped)