Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2015-04-07 09:30:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duperemove (Old)
 and      /work/SRC/openSUSE:Factory/.duperemove.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duperemove"

Changes:
--------
--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes    2015-03-27 
09:41:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes       
2015-04-07 09:30:26.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Apr  6 19:45:42 UTC 2015 - mfas...@suse.com
+
+- Update with correct tarball (last one didn't have version number bump)
+
+-------------------------------------------------------------------
+Mon Apr  6 19:14:50 UTC 2015 - mfas...@suse.com
+
+- Update to duperemove v0.09.3
+  - Fix hang during file scan phase (bsc#926098)
+
+- References: bsc#926098
+
+-------------------------------------------------------------------

Old:
----
  v0.09.2.tar.gz

New:
----
  v0.09.3.tar.gz

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

Other differences:
------------------
++++++ duperemove.spec ++++++
--- /var/tmp/diff_new_pack.g7X4Bf/_old  2015-04-07 09:30:27.000000000 +0200
+++ /var/tmp/diff_new_pack.g7X4Bf/_new  2015-04-07 09:30:27.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define tar_version 0.09.2
+%define tar_version 0.09.3
 %define samename btrfs-extent-same
 Name:           duperemove
-Version:        0.09.2
+Version:        0.09.3
 Release:        0
 Summary:        Software to find duplicate extents in files and remove them
 License:        GPL-2.0

++++++ v0.09.2.tar.gz -> v0.09.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.09.2/Makefile 
new/duperemove-0.09.3/Makefile
--- old/duperemove-0.09.2/Makefile      2015-03-26 23:51:34.000000000 +0100
+++ new/duperemove-0.09.3/Makefile      2015-04-06 21:40:43.000000000 +0200
@@ -1,4 +1,4 @@
-VER=0.09.2
+VER=0.09.3
 RELEASE=v$(VER)
 
 CC = gcc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.09.2/duperemove.c 
new/duperemove-0.09.3/duperemove.c
--- old/duperemove-0.09.2/duperemove.c  2015-03-26 23:51:34.000000000 +0100
+++ new/duperemove-0.09.3/duperemove.c  2015-04-06 21:40:43.000000000 +0200
@@ -54,7 +54,7 @@
 #if GLIB_CHECK_VERSION(2,32,0)
 /* See below for why we do this */
 #define        glib2_mutex_lock        g_mutex_lock
-#define        glib2_mutex_unlock      g_mutex_lock
+#define        glib2_mutex_unlock      g_mutex_unlock
 #define        glib2_init_threads()
 #else
 /*


Reply via email to