Hello community,

here is the log from the commit of package ghc-temporary for openSUSE:Factory 
checked in at 2014-11-26 20:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-temporary (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-temporary.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-temporary"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-temporary/ghc-temporary.changes      
2014-04-02 17:18:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-temporary.new/ghc-temporary.changes 
2014-11-26 20:55:32.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 13 14:50:59 UTC 2014 - [email protected]
+
+- update to 1.1.2.5
+* compatibility with Haskell Platform 2014.2.0.0
+* no upstream changelog 
+
+-------------------------------------------------------------------

Old:
----
  temporary-1.1.2.4.tar.gz

New:
----
  temporary-1.1.2.5.tar.gz

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

Other differences:
------------------
++++++ ghc-temporary.spec ++++++
--- /var/tmp/diff_new_pack.FhBDgg/_old  2014-11-26 20:55:33.000000000 +0100
+++ /var/tmp/diff_new_pack.FhBDgg/_new  2014-11-26 20:55:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-temporary
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +19,7 @@
 %global pkg_name temporary
 
 Name:           ghc-temporary
-Version:        1.1.2.4
+Version:        1.1.2.5
 Release:        0
 Summary:        Haskell portable temporary file and directory support
 License:        BSD-3-Clause

++++++ temporary-1.1.2.4.tar.gz -> temporary-1.1.2.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/temporary-1.1.2.4/temporary.cabal 
new/temporary-1.1.2.5/temporary.cabal
--- old/temporary-1.1.2.4/temporary.cabal       2012-10-04 14:42:49.000000000 
+0200
+++ new/temporary-1.1.2.5/temporary.cabal       2013-12-25 11:54:43.000000000 
+0100
@@ -1,10 +1,10 @@
 name:                temporary
-version:             1.1.2.4
+version:             1.1.2.5
 cabal-version:       >= 1.6
 synopsis:            Portable temporary file and directory support for Windows 
and Unix, based on code from Cabal
 description:         The functions for creating temporary files and 
directories in the base library are quite limited. The unixutils
                      package contains some good ones, but they aren't portable 
to Windows.
-                     
+
                      This library just repackages the Cabal implementations of 
its own temporary file and folder functions so that
                      you can use them without linking against Cabal or 
depending on it being installed.
 category:            System, Utils
@@ -23,6 +23,6 @@
     other-modules:   Distribution.Compat.Exception
                      Distribution.Compat.TempFile
     build-depends:   base >= 3 && < 6, filepath >= 1.1 && < 1.4, directory >= 
1.0 && < 1.3
-    
+
     if !os(windows)
-        build-depends: unix >= 2.3 && < 2.7
+        build-depends: unix >= 2.3 && < 2.8

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to