Hello community,

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

Package is "ghc-bcrypt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bcrypt/ghc-bcrypt.changes    2016-10-22 
13:19:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bcrypt.new/ghc-bcrypt.changes       
2016-11-10 13:19:47.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct 27 15:55:04 UTC 2016 - [email protected]
+
+- Update to version 0.0.10 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  bcrypt-0.0.9.tar.gz

New:
----
  bcrypt-0.0.10.tar.gz

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

Other differences:
------------------
++++++ ghc-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.gFDNCW/_old  2016-11-10 13:19:48.000000000 +0100
+++ /var/tmp/diff_new_pack.gFDNCW/_new  2016-11-10 13:19:48.000000000 +0100
@@ -18,7 +18,7 @@
 
 %global pkg_name bcrypt
 Name:           ghc-%{pkg_name}
-Version:        0.0.9
+Version:        0.0.10
 Release:        0
 Summary:        Haskell bindings to the bcrypt password hash
 License:        BSD-3-Clause

++++++ bcrypt-0.0.9.tar.gz -> bcrypt-0.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-0.0.9/bcrypt.cabal 
new/bcrypt-0.0.10/bcrypt.cabal
--- old/bcrypt-0.0.9/bcrypt.cabal       2016-05-01 05:24:43.000000000 +0200
+++ new/bcrypt-0.0.10/bcrypt.cabal      2016-10-22 01:01:07.000000000 +0200
@@ -1,5 +1,5 @@
 Name: bcrypt
-Version: 0.0.9
+Version: 0.0.10
 Cabal-Version: >= 1.6
 Build-Type: Simple
 License: BSD3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt-0.0.9/csrc/crypt_blowfish_wrapper.c 
new/bcrypt-0.0.10/csrc/crypt_blowfish_wrapper.c
--- old/bcrypt-0.0.9/csrc/crypt_blowfish_wrapper.c      2016-05-01 
05:24:43.000000000 +0200
+++ new/bcrypt-0.0.10/csrc/crypt_blowfish_wrapper.c     2016-10-22 
01:01:07.000000000 +0200
@@ -37,6 +37,10 @@
 #define CRYPT_OUTPUT_SIZE              (7 + 22 + 31 + 1)
 #define CRYPT_GENSALT_OUTPUT_SIZE      (7 + 22 + 1)
 
+#if defined(_WIN64) && _WIN64
+#define strdup _strdup
+#endif
+
 #if defined(__GLIBC__) && defined(_LIBC)
 #define __SKIP_GNU
 #endif


Reply via email to