Hello community,

here is the log from the commit of package cpphs for openSUSE:Factory checked 
in at 2017-03-14 10:04:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpphs (Old)
 and      /work/SRC/openSUSE:Factory/.cpphs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpphs"

Tue Mar 14 10:04:01 2017 rev:9 rq:461520 version:1.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpphs/cpphs.changes      2017-02-03 
17:34:56.768097287 +0100
+++ /work/SRC/openSUSE:Factory/.cpphs.new/cpphs.changes 2017-03-14 
10:04:02.301690734 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 14:17:41 UTC 2017 - [email protected]
+
+- Update to version 1.20.3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  cpphs-1.20.2.tar.gz

New:
----
  cpphs-1.20.3.tar.gz

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

Other differences:
------------------
++++++ cpphs.spec ++++++
--- /var/tmp/diff_new_pack.tznBrs/_old  2017-03-14 10:04:02.805619378 +0100
+++ /var/tmp/diff_new_pack.tznBrs/_new  2017-03-14 10:04:02.805619378 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpphs
 #
-# 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,10 +18,10 @@
 
 %global pkg_name cpphs
 Name:           %{pkg_name}
-Version:        1.20.2
+Version:        1.20.3
 Release:        0
 Summary:        A liberalised re-implementation of cpp, the C pre-processor
-License:        GPL-2.0 and LGPL-2.1
+License:        GPL-2.0 AND LGPL-2.1
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz

++++++ cpphs-1.20.2.tar.gz -> cpphs-1.20.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpphs-1.20.2/Language/Preprocessor/Cpphs/ReadFirst.hs 
new/cpphs-1.20.3/Language/Preprocessor/Cpphs/ReadFirst.hs
--- old/cpphs-1.20.2/Language/Preprocessor/Cpphs/ReadFirst.hs   2016-09-05 
18:34:13.000000000 +0200
+++ new/cpphs-1.20.3/Language/Preprocessor/Cpphs/ReadFirst.hs   2017-02-06 
19:56:42.000000000 +0100
@@ -38,6 +38,7 @@
 
 readFirst name demand path warn =
     case name of
+       nm@(c:':':_) -> try nm [""]  -- Windows absolute path
        '/':nm -> try nm   [""]
        _      -> try name (cons dd (".":path))
   where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpphs-1.20.2/cpphs.cabal new/cpphs-1.20.3/cpphs.cabal
--- old/cpphs-1.20.2/cpphs.cabal        2016-09-05 18:34:13.000000000 +0200
+++ new/cpphs-1.20.3/cpphs.cabal        2017-02-06 19:56:43.000000000 +0100
@@ -1,6 +1,6 @@
 Name: cpphs
-Version: 1.20.2
-Copyright: 2004-2016, Malcolm Wallace
+Version: 1.20.3
+Copyright: 2004-2017, Malcolm Wallace
 License: LGPL
 License-File: LICENCE-LGPL
 Cabal-Version: >= 1.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpphs-1.20.2/cpphs.hs new/cpphs-1.20.3/cpphs.hs
--- old/cpphs-1.20.2/cpphs.hs   2016-09-05 18:34:13.000000000 +0200
+++ new/cpphs-1.20.3/cpphs.hs   2017-02-06 19:56:42.000000000 +0100
@@ -21,7 +21,7 @@
 import Data.List   ( isPrefixOf )
 
 version :: String
-version = "1.20.2"
+version = "1.20.3"
 
 main :: IO ()
 main = do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpphs-1.20.2/docs/index.html 
new/cpphs-1.20.3/docs/index.html
--- old/cpphs-1.20.2/docs/index.html    2016-09-05 18:34:13.000000000 +0200
+++ new/cpphs-1.20.3/docs/index.html    2017-02-06 19:56:43.000000000 +0100
@@ -198,11 +198,11 @@
 <b>Current stable version:</b>
 
 <p>
-cpphs-1.20.2, release date 2016-09-05<br>
+cpphs-1.20.3, release date 2017-02-06<br>
 By HTTP:
 <a href="http://hackage.haskell.org/package/cpphs";>Hackage</a>.
 <ul>
-<li> (1.20.2) ensure all input/output is UTF8, regardless of locale
+<li> (1.20.3) detect an absolute windows path with a drive letter in a #include
 </ul>
 
 <p>
@@ -226,13 +226,20 @@
 <b>Older versions:</b>
 
 <p>
+cpphs-1.20.2, release date 2016-09-05<br>
+By HTTP:
+<a href="http://hackage.haskell.org/package/cpphs";>Hackage</a>.
+<ul>
+<li> (1.20.2) ensure all input/output is UTF8, regardless of locale
+</ul>
+
+<p>
 cpphs-1.20, release date 2016-03-04<br>
 By HTTP:
 <a href="http://hackage.haskell.org/package/cpphs";>Hackage</a>.
 <ul>
 <li> bugfix for #if defined(FOO) &amp;&amp; FOO(a,b)
 <li> (1.20.1) fix version number
-<li> (1.20.2) ensure all input/output is UTF8, regardless of locale
 </ul>
 
 <p>


Reply via email to