Hello community,

here is the log from the commit of package ghc-hashtables for openSUSE:Factory 
checked in at 2017-04-14 13:41:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hashtables (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hashtables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hashtables"

Fri Apr 14 13:41:26 2017 rev:4 rq:487386 version:1.2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hashtables/ghc-hashtables.changes    
2016-07-21 08:14:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hashtables.new/ghc-hashtables.changes       
2017-04-14 13:41:26.415852992 +0200
@@ -1,0 +2,5 @@
+Tue Apr  4 11:04:04 UTC 2017 - psim...@suse.com
+
+- Update to version 1.2.1.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  hashtables-1.2.1.0.tar.gz

New:
----
  hashtables-1.2.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-hashtables.spec ++++++
--- /var/tmp/diff_new_pack.Px3hug/_old  2017-04-14 13:41:27.391715070 +0200
+++ /var/tmp/diff_new_pack.Px3hug/_new  2017-04-14 13:41:27.395714505 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hashtables
 #
-# 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
@@ -18,21 +18,19 @@
 
 %global pkg_name hashtables
 Name:           ghc-%{pkg_name}
-Version:        1.2.1.0
+Version:        1.2.1.1
 Release:        0
 Summary:        Mutable hash tables in the ST monad
 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-hashable-devel
 BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-vector-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package provides a couple of different implementations of mutable hash
@@ -122,15 +120,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ hashtables-1.2.1.0.tar.gz -> hashtables-1.2.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hashtables-1.2.1.0/changelog.md 
new/hashtables-1.2.1.1/changelog.md
--- old/hashtables-1.2.1.0/changelog.md 2015-11-20 01:09:28.000000000 +0100
+++ new/hashtables-1.2.1.1/changelog.md 2017-03-28 15:27:29.000000000 +0200
@@ -1,5 +1,8 @@
 # Hashtables changelog
 
+## 1.2.1.1
+  - Bumped vector bounds.
+
 ## 1.2.1.0
 
   - Fixed an FFI import typo bug
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hashtables-1.2.1.0/hashtables.cabal 
new/hashtables-1.2.1.1/hashtables.cabal
--- old/hashtables-1.2.1.0/hashtables.cabal     2015-11-20 01:09:28.000000000 
+0100
+++ new/hashtables-1.2.1.1/hashtables.cabal     2017-03-28 15:27:29.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                hashtables
-Version:             1.2.1.0
+Version:             1.2.1.1
 Synopsis:            Mutable hash tables in the ST monad
 Homepage:            http://github.com/gregorycollins/hashtables
 License:             BSD3
@@ -175,7 +175,7 @@
   Build-depends:     base      >= 4   && <5,
                      hashable  >= 1.1 && <1.2 || >= 1.2.1 && <1.3,
                      primitive,
-                     vector    >= 0.7 && <0.12
+                     vector    >= 0.7 && <0.13
 
   if flag(portable)
     cpp-options: -DNO_C_SEARCH -DPORTABLE
@@ -190,7 +190,7 @@
   if flag(bounds-checking)
     cpp-options: -DBOUNDS_CHECKING
 
-  ghc-prof-options: -prof -auto-all
+  ghc-prof-options: -auto-all
 
   if impl(ghc >= 6.12.0)
     ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2


Reply via email to