Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libfshfs for openSUSE:Factory 
checked in at 2022-09-01 22:12:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfshfs (Old)
 and      /work/SRC/openSUSE:Factory/.libfshfs.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfshfs"

Thu Sep  1 22:12:12 2022 rev:10 rq:1000630 version:20220831

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfshfs/libfshfs.changes        2022-08-30 
14:50:00.576201504 +0200
+++ /work/SRC/openSUSE:Factory/.libfshfs.new.2083/libfshfs.changes      
2022-09-01 22:12:48.368510783 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 08:12:48 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 20220831
+  * Unspecified updates to API and fallback DEFLATE support
+
+-------------------------------------------------------------------

Old:
----
  libfshfs-experimental-20220709.tar.gz
  libfshfs-experimental-20220709.tar.gz.asc

New:
----
  libfshfs-experimental-20220831.tar.gz
  libfshfs-experimental-20220831.tar.gz.asc

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

Other differences:
------------------
++++++ libfshfs.spec ++++++
--- /var/tmp/diff_new_pack.gv3o2n/_old  2022-09-01 22:12:48.912512134 +0200
+++ /var/tmp/diff_new_pack.gv3o2n/_new  2022-09-01 22:12:48.916512144 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libfshfs1
 Name:           libfshfs
-Version:        20220709
+Version:        20220831
 Release:        0
 Summary:        Library and tools to access the Mac OS Hierarchical File 
System (HFS)
 License:        GFDL-1.3-or-later AND LGPL-3.0-or-later
@@ -30,7 +30,7 @@
 Patch1:         system-libs.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  c_compiler
-BuildRequires:  gettext-tools >= 0.18.1
+BuildRequires:  gettext-tools >= 0.21
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
@@ -45,11 +45,13 @@
 BuildRequires:  pkgconfig(libcsplit) >= 20220109
 BuildRequires:  pkgconfig(libcthreads) >= 20220102
 BuildRequires:  pkgconfig(libfcache) >= 20220110
-BuildRequires:  pkgconfig(libfdata) >= 20211023
+BuildRequires:  pkgconfig(libfdata) >= 20220111
 BuildRequires:  pkgconfig(libfdatetime) >= 20220112
 BuildRequires:  pkgconfig(libfguid) >= 20220113
+BuildRequires:  pkgconfig(libfmos) >= 20220811
 BuildRequires:  pkgconfig(libhmac) >= 20220425
 BuildRequires:  pkgconfig(libuna) >= 20220601
+BuildRequires:  pkgconfig(zlib)
 %python_subpackages
 
 %description

++++++ libfshfs-experimental-20220709.tar.gz -> 
libfshfs-experimental-20220831.tar.gz ++++++
++++ 32486 lines of diff (skipped)


++++++ system-libs.patch ++++++
--- /var/tmp/diff_new_pack.gv3o2n/_old  2022-09-01 22:12:49.456513485 +0200
+++ /var/tmp/diff_new_pack.gv3o2n/_new  2022-09-01 22:12:49.460513495 +0200
@@ -5,15 +5,15 @@
 (nor are they marked as a submodule). Patch it out, since we have
 them as system libs.
 ---
- Makefile.am  |   29 -----------------------------
+ Makefile.am  |   31 -------------------------------
  configure.ac |   15 ---------------
- 2 files changed, 44 deletions(-)
+ 2 files changed, 46 deletions(-)
 
-Index: libfshfs/Makefile.am
+Index: libfshfs-20220831/Makefile.am
 ===================================================================
---- libfshfs.orig/Makefile.am
-+++ libfshfs/Makefile.am
-@@ -3,22 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
+--- libfshfs-20220831.orig/Makefile.am
++++ libfshfs-20220831/Makefile.am
+@@ -3,23 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
  SUBDIRS = \
        include \
        common \
@@ -31,12 +31,13 @@
 -      libfdata \
 -      libfdatetime \
 -      libfguid \
+-      libfmos \
        libfshfs \
 -      libhmac \
        fshfstools \
        pyfshfs \
        pyfshfs-python2 \
-@@ -79,20 +64,6 @@ lib: library
+@@ -79,21 +63,6 @@ lib: library
  
  library:
        (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
@@ -54,14 +55,15 @@
 -      (cd $(srcdir)/libfdata && $(MAKE) $(AM_MAKEFLAGS))
 -      (cd $(srcdir)/libfdatetime && $(MAKE) $(AM_MAKEFLAGS))
 -      (cd $(srcdir)/libfguid && $(MAKE) $(AM_MAKEFLAGS))
+-      (cd $(srcdir)/libfmos && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/libfshfs && $(MAKE) $(AM_MAKEFLAGS))
        (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
  
-Index: libfshfs/configure.ac
+Index: libfshfs-20220831/configure.ac
 ===================================================================
---- libfshfs.orig/configure.ac
-+++ libfshfs/configure.ac
-@@ -177,25 +177,10 @@ dnl Generate Makefiles
+--- libfshfs-20220831.orig/configure.ac
++++ libfshfs-20220831/configure.ac
+@@ -182,21 +182,6 @@ dnl Generate Makefiles
  AC_CONFIG_FILES([Makefile])
  AC_CONFIG_FILES([include/Makefile])
  AC_CONFIG_FILES([common/Makefile])
@@ -79,12 +81,8 @@
 -AC_CONFIG_FILES([libfdata/Makefile])
 -AC_CONFIG_FILES([libfdatetime/Makefile])
 -AC_CONFIG_FILES([libfguid/Makefile])
+-AC_CONFIG_FILES([libfmos/Makefile])
  AC_CONFIG_FILES([libfshfs/Makefile])
  AC_CONFIG_FILES([pyfshfs/Makefile])
  AC_CONFIG_FILES([pyfshfs-python2/Makefile])
- AC_CONFIG_FILES([pyfshfs-python3/Makefile])
--AC_CONFIG_FILES([libhmac/Makefile])
- AC_CONFIG_FILES([fshfstools/Makefile])
- AC_CONFIG_FILES([po/Makefile.in])
- AC_CONFIG_FILES([po/Makevars])
 

Reply via email to