Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvsapm for openSUSE:Factory 
checked in at 2024-05-03 19:46:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvsapm (Old)
 and      /work/SRC/openSUSE:Factory/.libvsapm.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvsapm"

Fri May  3 19:46:23 2024 rev:11 rq:1171756 version:20240503

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvsapm/libvsapm.changes        2024-02-26 
19:47:38.250781912 +0100
+++ /work/SRC/openSUSE:Factory/.libvsapm.new.1880/libvsapm.changes      
2024-05-03 19:47:10.194566713 +0200
@@ -1,0 +2,6 @@
+Fri May  3 12:47:26 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 20240503
+  * No user-visible changes
+
+-------------------------------------------------------------------

Old:
----
  libvsapm-experimental-20240226.tar.gz
  libvsapm-experimental-20240226.tar.gz.asc

New:
----
  libvsapm-experimental-20240503.tar.gz
  libvsapm-experimental-20240503.tar.gz.asc

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

Other differences:
------------------
++++++ libvsapm.spec ++++++
--- /var/tmp/diff_new_pack.cJqUo4/_old  2024-05-03 19:47:10.710585473 +0200
+++ /var/tmp/diff_new_pack.cJqUo4/_new  2024-05-03 19:47:10.710585473 +0200
@@ -20,55 +20,45 @@
 
 Name:           libvsapm
 %define lname  libvsapm1
-Version:        20240226
+Version:        20240503
 Release:        0
 Summary:        Library and tools to access the Apple Partition Map volume 
system format
 License:        LGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/libyal/libvsapm
-Source:         
https://github.com/libyal/libvsapm/releases/download/%version/libvsapm-experimental-%version.tar.gz
-Source2:        
https://github.com/libyal/libvsapm/releases/download/%version/libvsapm-experimental-%version.tar.gz.asc
+Source:         
https://github.com/libyal/libvsapm/releases/download/%version/%name-experimental-%version.tar.gz
+Source2:        
https://github.com/libyal/libvsapm/releases/download/%version/%name-experimental-%version.tar.gz.asc
 Source3:        %name.keyring
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %python_module devel
+BuildRequires:  %python_module setuptools
 BuildRequires:  c_compiler
 BuildRequires:  gettext-tools >= 0.18.1
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(libbfio) >= 20221025
-BuildRequires:  pkgconfig(libcdata) >= 20240103
-BuildRequires:  pkgconfig(libcerror) >= 20240101
-BuildRequires:  pkgconfig(libcfile) >= 20240106
-BuildRequires:  pkgconfig(libclocale) >= 20240107
-BuildRequires:  pkgconfig(libcnotify) >= 20240108
-BuildRequires:  pkgconfig(libcpath) >= 20240109
-BuildRequires:  pkgconfig(libcsplit) >= 20240110
-BuildRequires:  pkgconfig(libcthreads) >= 20240102
-BuildRequires:  pkgconfig(libfcache) >= 20240112
-BuildRequires:  pkgconfig(libfdata) >= 20240114
-BuildRequires:  pkgconfig(libfguid) >= 20240116
-BuildRequires:  pkgconfig(libuna) >= 20240130
+BuildRequires:  pkgconfig(libbfio) >= 20240414
+BuildRequires:  pkgconfig(libcdata) >= 20240414
+BuildRequires:  pkgconfig(libcerror) >= 20240413
+BuildRequires:  pkgconfig(libcfile) >= 20240413
+BuildRequires:  pkgconfig(libclocale) >= 20240414
+BuildRequires:  pkgconfig(libcnotify) >= 20240414
+BuildRequires:  pkgconfig(libcpath) >= 20240414
+BuildRequires:  pkgconfig(libcsplit) >= 20240414
+BuildRequires:  pkgconfig(libcthreads) >= 20240413
+BuildRequires:  pkgconfig(libfcache) >= 20240414
+BuildRequires:  pkgconfig(libfdata) >= 20240414
+BuildRequires:  pkgconfig(libfguid) >= 20240414
+BuildRequires:  pkgconfig(libuna) >= 20240414
 %python_subpackages
 # Various notes: https://en.opensuse.org/libyal
 
 %description
 libvsapm is a library to access the Apple Partition Map (APM) volume
-system format.
-
-Part of the libyal family of libraries.
-
-The Apple Partition Map (APM) is used on Motorola based Macintosh computers. 
On Intel based Macintosh computers the GUID Partition Table (GPT) is used.
-
-The APM is supported by:
-  * Apple Unix (A/UX)
-  * Mac OS
-  * Mac OS X
-
-The APM consists of:
-  * the drive descriptor
-  * partition map entry of type Apple_partition_map
-  * zero partition map entries
+system format, which is used on Motorola-based Macintosh computers.
+On Intel-based Macintosh computers the GUID Partition Table (GPT) is
+used. The APM is supported by: Apple Unix (A/UX), Mac OS, Mac OS X.
+The APM consists of the drive descriptor, partition map entry of type
+Apple_partition_map, and zero partition map entries.
 
 %package -n %lname
 Summary:        Library for accessing the GUID partition table format
@@ -106,7 +96,6 @@
 
 %build
 %{python_expand #
-# see libcdata for version-sc
 echo "V_%version { global: *; };" >v.sym
 %configure --disable-static --enable-wide-character-type \
        --enable-python PYTHON_VERSION="%{$python_bin_suffix}" \
@@ -118,9 +107,8 @@
 
 %install
 mv %_builddir/rt/* %buildroot/
-find %{buildroot} -type f -name "*.la" -delete -print
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+find "%buildroot" -type f -name "*.la" -delete -print
+%ldconfig_scriptlets -n %lname
 
 %files -n %lname
 %license COPYING*

++++++ libvsapm-experimental-20240226.tar.gz -> 
libvsapm-experimental-20240503.tar.gz ++++++
++++ 4561 lines of diff (skipped)

Reply via email to