Hello community,

here is the log from the commit of package erofs-utils for openSUSE:Factory 
checked in at 2019-03-15 10:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erofs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.erofs-utils.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erofs-utils"

Fri Mar 15 10:52:11 2019 rev:2 rq:685149 version:0.0.1~23

Changes:
--------
--- /work/SRC/openSUSE:Factory/erofs-utils/erofs-utils.changes  2018-12-13 
19:48:22.968705731 +0100
+++ /work/SRC/openSUSE:Factory/.erofs-utils.new.28833/erofs-utils.changes       
2019-03-15 10:52:13.980972192 +0100
@@ -1,0 +2,7 @@
+Thu Mar 14 19:34:57 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Move to new git snapshot 72ae01c3e97c7b2de569b2b86ea4ed6b245acb72
+  * No changelog was provided
+- Drop constant.diff, no-static.diff (no longer needed)
+
+-------------------------------------------------------------------

Old:
----
  constant.diff
  erofs-utils-0.0.1~4.tar.xz
  no-static.diff

New:
----
  erofs-utils-0.0.1~23.tar.xz

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

Other differences:
------------------
++++++ erofs-utils.spec ++++++
--- /var/tmp/diff_new_pack.qavlvL/_old  2019-03-15 10:52:15.784971726 +0100
+++ /var/tmp/diff_new_pack.qavlvL/_new  2019-03-15 10:52:15.808971720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package erofs-utils
 #
-# 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,24 +17,22 @@
 
 
 Name:           erofs-utils
-Version:        0.0.1~4
+Version:        0.0.1~23
 Release:        0
 Summary:        Utilities for the Extendable Read-Only Filesystem (EROFS)
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
-URL:            
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/
+Url:            
https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/
 Source:         %name-%version.tar.xz
 Source2:        
https://github.com/lz4/lz4/archive/v1.8.3.tar.gz#/lz4-1.8.3.tar.gz
-Patch1:         constant.diff
-Patch2:         no-static.diff
-Patch3:         no-date.diff
+Patch1:         no-date.diff
 BuildRequires:  autoconf >= 2.69
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Supplements:    filesystem(erofs)
-# erofs depends on an unstable nonexported API (and at the same time the 
headers from liblz4-devel...)
+# erofs depends on an unstable nonexported API
 Provides:       bundled(lz4) = 1.8.3
 
 %description
@@ -50,7 +48,7 @@
 
 %prep
 %setup -qa2
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 pushd lz4-1.8.3/
@@ -58,7 +56,8 @@
 popd
 autoreconf -fiv
 export CPPFLAGS="-I$PWD/lz4-1.8.3/lib"
-%configure --disable-static --with-lz4="$PWD/lz4-1.8.3/lib" 
--bindir="%_sbindir"
+%configure --disable-static --with-lz4-include="$PWD/lz4-1.8.3/lib" \
+       --with-lz4-lib="$PWD/lz4-1.8.3/lib" --bindir="%_sbindir"
 make %{?_smp_mflags}
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qavlvL/_old  2019-03-15 10:52:16.088971648 +0100
+++ /var/tmp/diff_new_pack.qavlvL/_new  2019-03-15 10:52:16.100971645 +0100
@@ -3,7 +3,7 @@
                <param 
name="url">https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/</param>
                <param name="scm">git</param>
                <param name="revision">mkfs-dev</param>
-               <param 
name="parent-tag">dfb7ee1144ec47df68e823105cd0cea8cffcd1dc</param>
+               <param 
name="parent-tag">c38695e5e036a5ab6c7847c1b6d78cdf1a118585</param>
                <param name="versionformat">0.0.1~@TAG_OFFSET@</param>
        </service>
        <service mode="disabled" name="recompress">

++++++ erofs-utils-0.0.1~4.tar.xz -> erofs-utils-0.0.1~23.tar.xz ++++++
++++ 7689 lines of diff (skipped)

++++++ no-date.diff ++++++
--- /var/tmp/diff_new_pack.qavlvL/_old  2019-03-15 10:52:16.672971497 +0100
+++ /var/tmp/diff_new_pack.qavlvL/_new  2019-03-15 10:52:16.684971494 +0100
@@ -2,19 +2,19 @@
 Date: 2018-11-20 00:09:16.003548811 +0100
 
 ---
- erofs_config.c |    2 +-
+ mkfs/erofs_config.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: erofs-utils-0.0.1~4/erofs_config.c
+Index: erofs-utils-0.0.1~23/mkfs/erofs_config.c
 ===================================================================
---- erofs-utils-0.0.1~4.orig/erofs_config.c
-+++ erofs-utils-0.0.1~4/erofs_config.c
-@@ -19,7 +19,7 @@ void mkfs_init_configure(void)
+--- erofs-utils-0.0.1~23.orig/mkfs/erofs_config.c
++++ erofs-utils-0.0.1~23/mkfs/erofs_config.c
+@@ -20,7 +20,7 @@ void mkfs_init_configure(void)
        memset(&erofs_cfg, 0, sizeof(erofs_cfg));
        erofs_cfg.c_alg_name = "none";
-       erofs_cfg.c_dbg_lvl = 0;
--      erofs_cfg.c_version = EROFS_MKFS_VERSION "   " __DATE__ " " __TIME__;
-+      erofs_cfg.c_version = EROFS_MKFS_VERSION;
+       erofs_cfg.c_dbg_lvl  = 0;
+-      erofs_cfg.c_version  = PACKAGE_VERSION "   " __DATE__ " " __TIME__;
++      erofs_cfg.c_version  = PACKAGE_VERSION;
  }
  
  void mkfs_dump_config(void)


Reply via email to