Hello community,

here is the log from the commit of package compsize for openSUSE:Factory 
checked in at 2019-03-04 09:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compsize (Old)
 and      /work/SRC/openSUSE:Factory/.compsize.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compsize"

Mon Mar  4 09:22:25 2019 rev:2 rq:680767 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/compsize/compsize.changes        2018-10-26 
11:09:17.413799076 +0200
+++ /work/SRC/openSUSE:Factory/.compsize.new.28833/compsize.changes     
2019-03-04 09:22:32.712577552 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 18:04:59 UTC 2019 - antoine.belv...@opensuse.org
+
+- Update to version 1.3:
+  * No changelog provided.
+
+-------------------------------------------------------------------

Old:
----
  compsize-1.2.tar.gz

New:
----
  compsize-1.3.tar.gz

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

Other differences:
------------------
++++++ compsize.spec ++++++
--- /var/tmp/diff_new_pack.rO6TDA/_old  2019-03-04 09:22:33.148577474 +0100
+++ /var/tmp/diff_new_pack.rO6TDA/_new  2019-03-04 09:22:33.148577474 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compsize
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:           compsize
-Version:        1.2
+Version:        1.3
 Release:        0
 Summary:        Utility for measuring compression ratio of files on btrfs
 License:        GPL-2.0-or-later

++++++ compsize-1.2.tar.gz -> compsize-1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compsize-1.2/compsize.c new/compsize-1.3/compsize.c
--- old/compsize-1.2/compsize.c 2018-06-02 01:51:00.000000000 +0200
+++ new/compsize-1.3/compsize.c 2019-02-24 09:01:33.000000000 +0100
@@ -13,6 +13,7 @@
 #include <inttypes.h>
 #include <linux/limits.h>
 #include <getopt.h>
+#include <signal.h>
 #include "radix-tree.h"
 #include "endianness.h"
 
@@ -240,7 +241,7 @@
             print_stats(ws);
         }
 
-        fd = open(path, O_RDONLY|O_NOFOLLOW|O_NOCTTY|O_NONBLOCK|__O_LARGEFILE);
+        fd = open(path, O_RDONLY|O_NOFOLLOW|O_NOCTTY|O_NONBLOCK);
         if (fd == -1)
         {
             if (errno == ELOOP    // symlink


Reply via email to