Hello community,

here is the log from the commit of package ghc-bytestring-tree-builder for 
openSUSE:Factory checked in at 2016-10-22 13:19:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bytestring-tree-builder (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bytestring-tree-builder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bytestring-tree-builder"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-bytestring-tree-builder/ghc-bytestring-tree-builder.changes
  2016-09-25 14:36:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-bytestring-tree-builder.new/ghc-bytestring-tree-builder.changes
     2016-10-22 13:19:58.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:41:22 UTC 2016 - [email protected]
+
+- Update to version 0.2.7.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  bytestring-tree-builder-0.2.7.tar.gz

New:
----
  bytestring-tree-builder-0.2.7.1.tar.gz

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

Other differences:
------------------
++++++ ghc-bytestring-tree-builder.spec ++++++
--- /var/tmp/diff_new_pack.5bc8Zi/_old  2016-10-22 13:19:59.000000000 +0200
+++ /var/tmp/diff_new_pack.5bc8Zi/_new  2016-10-22 13:19:59.000000000 +0200
@@ -19,15 +19,14 @@
 %global pkg_name bytestring-tree-builder
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.7
+Version:        0.2.7.1
 Release:        0
 Summary:        A very efficient ByteString builder implementation based on 
the binary tree
 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-base-prelude-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
@@ -35,14 +34,12 @@
 BuildRequires:  ghc-text-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
-BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-quickcheck-instances-devel
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-smallcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 According to <https://github.com/nikita-volkov/bytestring-builders-benchmark
@@ -65,20 +62,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

++++++ bytestring-tree-builder-0.2.7.tar.gz -> 
bytestring-tree-builder-0.2.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bytestring-tree-builder-0.2.7/bytestring-tree-builder.cabal 
new/bytestring-tree-builder-0.2.7.1/bytestring-tree-builder.cabal
--- old/bytestring-tree-builder-0.2.7/bytestring-tree-builder.cabal     
2016-05-27 10:58:42.000000000 +0200
+++ new/bytestring-tree-builder-0.2.7.1/bytestring-tree-builder.cabal   
2016-08-23 15:22:00.000000000 +0200
@@ -1,7 +1,7 @@
 name:
   bytestring-tree-builder
 version:
-  0.2.7
+  0.2.7.1
 category:
   ByteString
 synopsis:
@@ -108,7 +108,6 @@
     tasty-smallcheck == 0.8.*,
     tasty-hunit == 0.9.*,
     quickcheck-instances >= 0.3.11 && < 0.4,
-    QuickCheck >= 2.8.1 && < 2.9,
     -- data:
     bytestring,
     -- general:


Reply via email to