Hello community,

here is the log from the commit of package fuse-overlayfs for openSUSE:Factory 
checked in at 2020-04-25 20:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse-overlayfs (Old)
 and      /work/SRC/openSUSE:Factory/.fuse-overlayfs.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse-overlayfs"

Sat Apr 25 20:08:42 2020 rev:11 rq:795664 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse-overlayfs/fuse-overlayfs.changes    
2020-03-19 19:49:25.792153998 +0100
+++ /work/SRC/openSUSE:Factory/.fuse-overlayfs.new.2738/fuse-overlayfs.changes  
2020-04-25 20:08:53.471617868 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 06:43:34 UTC 2020 - Sascha Grunert <[email protected]>
+
+- Update to v1.0.0
+  - Fix portability issue to 32 bits architectures
+
+-------------------------------------------------------------------

Old:
----
  fuse-overlayfs-0.7.8.tar.xz

New:
----
  fuse-overlayfs-1.0.0.tar.xz

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

Other differences:
------------------
++++++ fuse-overlayfs.spec ++++++
--- /var/tmp/diff_new_pack.TtfIJn/_old  2020-04-25 20:08:55.327621695 +0200
+++ /var/tmp/diff_new_pack.TtfIJn/_new  2020-04-25 20:08:55.327621695 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           fuse-overlayfs
-Version:        0.7.8
+Version:        1.0.0
 Release:        0
 Summary:        FUSE implementation for overlayfs
 License:        GPL-3.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TtfIJn/_old  2020-04-25 20:08:55.359621760 +0200
+++ /var/tmp/diff_new_pack.TtfIJn/_new  2020-04-25 20:08:55.359621760 +0200
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/containers/fuse-overlayfs.git</param>
     <param name="scm">git</param>
     <param name="filename">fuse-overlayfs</param>
-    <param name="versionformat">0.7.8</param>
-    <param name="revision">v0.7.8</param>
+    <param name="versionformat">1.0.0</param>
+    <param name="revision">v1.0.0</param>
   </service>
   <service name="set_version" mode="disabled">
     <param name="basename">fuse-overlayfs</param>

++++++ fuse-overlayfs-0.7.8.tar.xz -> fuse-overlayfs-1.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/.travis.yml 
new/fuse-overlayfs-1.0.0/.travis.yml
--- old/fuse-overlayfs-0.7.8/.travis.yml        2020-03-17 12:27:58.000000000 
+0100
+++ new/fuse-overlayfs-1.0.0/.travis.yml        2020-04-17 11:10:44.000000000 
+0200
@@ -23,6 +23,7 @@
       - libdevmapper-dev
       - btrfs-tools
       - go-md2man
+      - parallel
 before_install:
   - docker pull fedora &
   - docker build -t alpine-build -f Dockerfile.alpine .
@@ -31,8 +32,8 @@
   - (cd /; sudo git clone https://github.com/amir73il/unionmount-testsuite.git)
   - (git clone --depth 1 git://github.com/ninja-build/ninja.git && cd ninja && 
python3.5 configure.py --bootstrap && sudo cp ninja /usr/bin)
   - (git clone --depth 1 -b 0.51.1 https://github.com/mesonbuild/meson.git; cd 
meson; sudo python3.5 ./setup.py install)
-  - (git clone --depth 1 https://github.com/sstephenson/bats.git; cd bats; 
sudo ./install.sh /usr/local)
-  - ($GO get github.com/containers/storage; cd 
$GOPATH/src/github.com/containers/storage; sed -i -e 's|^AUTOTAGS.*$|AUTOTAGS 
:= exclude_graphdriver_devicemapper exclude_graphdriver_btrfs|' Makefile; make 
GO=$GO containers-storage)
+  - (git clone --depth 1 https://github.com/bats-core/bats-core; cd bats-core; 
sudo ./install.sh /usr/local)
+  - ($GO get github.com/containers/storage; cd 
$GOPATH/src/github.com/containers/storage; sed -i -e 's|^AUTOTAGS.*$|AUTOTAGS 
:= exclude_graphdriver_devicemapper exclude_graphdriver_btrfs|' Makefile; make 
GO=$GO GO111MODULE=on containers-storage)
   - (wget 
https://github.com/libfuse/libfuse/releases/download/fuse-3.6.2/fuse-3.6.2.tar.xz;
 tar xf fuse-3.6.2.tar.xz; cd fuse-3.6.2; mkdir build; cd build; meson .. 
--prefix /usr && ninja && sudo ninja install)
 script:
   - ./autogen.sh || travis_terminate 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/NEWS 
new/fuse-overlayfs-1.0.0/NEWS
--- old/fuse-overlayfs-0.7.8/NEWS       2020-03-17 12:27:58.000000000 +0100
+++ new/fuse-overlayfs-1.0.0/NEWS       2020-04-17 11:10:44.000000000 +0200
@@ -1,3 +1,7 @@
+* fuse-overlayfs-1.0.0
+
+- fix portability issue to 32 bits archs.
+
 * fuse-overlayfs-0.7.8
 
 - report correctly the number of links for a directory also for subsequent 
stat calls.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/configure.ac 
new/fuse-overlayfs-1.0.0/configure.ac
--- old/fuse-overlayfs-0.7.8/configure.ac       2020-03-17 12:27:58.000000000 
+0100
+++ new/fuse-overlayfs-1.0.0/configure.ac       2020-04-17 11:10:44.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [0.7.8], [[email protected]])
+AC_INIT([fuse-overlayfs], [1.0.0], [[email protected]])
 AC_CONFIG_SRCDIR([main.c])
 AC_CONFIG_HEADERS([config.h])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/direct.c 
new/fuse-overlayfs-1.0.0/direct.c
--- old/fuse-overlayfs-0.7.8/direct.c   2020-03-17 12:27:58.000000000 +0100
+++ new/fuse-overlayfs-1.0.0/direct.c   2020-04-17 11:10:44.000000000 +0200
@@ -19,6 +19,7 @@
 */
 
 #define _GNU_SOURCE
+#define _FILE_OFFSET_BITS 64
 
 #include <config.h>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/plugin-manager.c 
new/fuse-overlayfs-1.0.0/plugin-manager.c
--- old/fuse-overlayfs-0.7.8/plugin-manager.c   2020-03-17 12:27:58.000000000 
+0100
+++ new/fuse-overlayfs-1.0.0/plugin-manager.c   2020-04-17 11:10:44.000000000 
+0200
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
+#define _GNU_SOURCE
+#define _FILE_OFFSET_BITS 64
 
 #include <config.h>
 #include <plugin.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.8/utils.c 
new/fuse-overlayfs-1.0.0/utils.c
--- old/fuse-overlayfs-0.7.8/utils.c    2020-03-17 12:27:58.000000000 +0100
+++ new/fuse-overlayfs-1.0.0/utils.c    2020-04-17 11:10:44.000000000 +0200
@@ -16,6 +16,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#define _GNU_SOURCE
+#define _FILE_OFFSET_BITS 64
+
 #include <config.h>
 #include "utils.h"
 #include <errno.h>


Reply via email to