Hello community,

here is the log from the commit of package ghc-hxt-css for openSUSE:Factory 
checked in at 2017-04-11 09:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hxt-css (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hxt-css.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hxt-css"

Tue Apr 11 09:37:43 2017 rev:2 rq:483925 version:0.1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hxt-css/ghc-hxt-css.changes  2017-03-24 
01:55:24.530943542 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hxt-css.new/ghc-hxt-css.changes     
2017-04-11 09:37:44.352005145 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 06:34:13 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.3 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  hxt-css-0.1.0.2.tar.gz

New:
----
  hxt-css-0.1.0.3.tar.gz

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

Other differences:
------------------
++++++ ghc-hxt-css.spec ++++++
--- /var/tmp/diff_new_pack.ySNPMr/_old  2017-04-11 09:37:46.151750908 +0200
+++ /var/tmp/diff_new_pack.ySNPMr/_new  2017-04-11 09:37:46.155750343 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hxt-css
 #
-# 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 hxt-css
 Name:           ghc-%{pkg_name}
-Version:        0.1.0.2
+Version:        0.1.0.3
 Release:        0
 Summary:        CSS selectors for HXT
 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-hxt-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-split-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 This package makes it possible to easily traverse (X)HTML/XML documents using
@@ -54,15 +52,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ hxt-css-0.1.0.2.tar.gz -> hxt-css-0.1.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxt-css-0.1.0.2/ChangeLog.md 
new/hxt-css-0.1.0.3/ChangeLog.md
--- old/hxt-css-0.1.0.2/ChangeLog.md    2016-03-31 20:22:10.000000000 +0200
+++ new/hxt-css-0.1.0.3/ChangeLog.md    2016-08-23 18:57:29.000000000 +0200
@@ -1,3 +1,7 @@
+#### 0.1.0.3 *2016-08-23*
+
+* Silence warnings on recent versions of GHC
+
 #### 0.1.0.2 *2016-03-31*
 
 * Fix parsing of string literals in attribute selectors.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxt-css-0.1.0.2/Text/XML/HXT/CSS/Parser.hs 
new/hxt-css-0.1.0.3/Text/XML/HXT/CSS/Parser.hs
--- old/hxt-css-0.1.0.2/Text/XML/HXT/CSS/Parser.hs      2016-03-31 
20:22:10.000000000 +0200
+++ new/hxt-css-0.1.0.3/Text/XML/HXT/CSS/Parser.hs      2016-08-23 
18:57:29.000000000 +0200
@@ -16,6 +16,7 @@
 import Control.Monad
 import Control.Applicative hiding (many, (<|>))
 import Data.Char
+import Prelude
 
 import Text.XML.HXT.CSS.TypeDefs
 
@@ -177,7 +178,7 @@
     , void $ char '\f'
     ] >> return '\n'
 
-integer :: (Integral a, Read a) => Parser a
+integer :: Read a => Parser a
 integer = read <$> many1 digit
 
 spaces :: Parser ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hxt-css-0.1.0.2/hxt-css.cabal 
new/hxt-css-0.1.0.3/hxt-css.cabal
--- old/hxt-css-0.1.0.2/hxt-css.cabal   2016-03-31 20:22:10.000000000 +0200
+++ new/hxt-css-0.1.0.3/hxt-css.cabal   2016-08-23 18:57:29.000000000 +0200
@@ -1,5 +1,5 @@
 name:                hxt-css
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            CSS selectors for HXT
 description:
   This package makes it possible to easily traverse (X)HTML/XML documents


Reply via email to