Hello community,

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

Package is "ghc-hsass"

Fri Apr 14 13:38:05 2017 rev:2 rq:485132 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hsass/ghc-hsass.changes      2017-03-24 
01:55:09.597057767 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hsass.new/ghc-hsass.changes 2017-04-14 
13:38:06.696079701 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:41:59 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  hsass-0.4.0.tar.gz

New:
----
  hsass-0.4.1.tar.gz

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

Other differences:
------------------
++++++ ghc-hsass.spec ++++++
--- /var/tmp/diff_new_pack.gu1F0E/_old  2017-04-14 13:38:07.539960435 +0200
+++ /var/tmp/diff_new_pack.gu1F0E/_new  2017-04-14 13:38:07.543959870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hsass
 #
-# 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,16 +19,15 @@
 %global pkg_name hsass
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Integrating Sass into Haskell applications
 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:  gcc-c++
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-data-default-class-devel
 BuildRequires:  ghc-filepath-devel
@@ -42,7 +41,6 @@
 BuildRequires:  ghc-hspec-discover-devel
 BuildRequires:  ghc-temporary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides quite simple (but not too simple) API for compilation of
@@ -71,20 +69,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

++++++ hsass-0.4.0.tar.gz -> hsass-0.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hsass-0.4.0/CHANGELOG.md new/hsass-0.4.1/CHANGELOG.md
--- old/hsass-0.4.0/CHANGELOG.md        2015-12-19 16:19:54.000000000 +0100
+++ new/hsass-0.4.1/CHANGELOG.md        2017-03-19 22:22:55.000000000 +0100
@@ -2,6 +2,11 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## [0.4.1] - 2017-03-19
+### Fixed
+- Bump `hlibsass` version to 0.1.5.2 (fixes build problem on Cabal 1.24 & Stack
+  1.4)
+
 ## [0.4.0] - 2015-12-19
 ### Added
 - Support for combining `SassValues` (new in hlibsass 0.1.5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hsass-0.4.0/hsass.cabal new/hsass-0.4.1/hsass.cabal
--- old/hsass-0.4.0/hsass.cabal 2015-12-19 16:17:55.000000000 +0100
+++ new/hsass-0.4.1/hsass.cabal 2017-03-19 22:18:27.000000000 +0100
@@ -1,5 +1,5 @@
 name:                hsass
-version:             0.4.0
+version:             0.4.1
 license:             MIT
 license-file:        LICENSE
 author:              Jakub FijaƂkowski <fiole...@gmail.com>
@@ -48,7 +48,7 @@
     , Text.Sass.Utils
   build-depends:
       base               >= 4.7 && < 5
-    , hlibsass           >= 0.1.5
+    , hlibsass           >= 0.1.5.2
     , bytestring         >= 0.10.0
     , data-default-class
     , filepath           >= 1.0


Reply via email to