Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libexe for openSUSE:Factory checked 
in at 2026-06-15 19:51:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libexe (Old)
 and      /work/SRC/openSUSE:Factory/.libexe.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libexe"

Mon Jun 15 19:51:41 2026 rev:11 rq:1359590 version:20260524

Changes:
--------
--- /work/SRC/openSUSE:Factory/libexe/libexe.changes    2024-02-07 
18:50:05.606330262 +0100
+++ /work/SRC/openSUSE:Factory/.libexe.new.1981/libexe.changes  2026-06-15 
19:54:59.368467467 +0200
@@ -1,0 +2,7 @@
+Mon Jun 15 11:01:10 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 20260524
+  * The python3 layer uses the wide char API now
+- Delete system-libs.patch (obsolete)
+
+-------------------------------------------------------------------

Old:
----
  _service
  libexe-20210424.tar.xz
  system-libs.patch

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  libexe-experimental-20260524.tar.gz
  libexe-experimental-20260524.tar.gz.asc
  libexe.keyring

----------(Old B)----------
  Old:  * The python3 layer uses the wide char API now
- Delete system-libs.patch (obsolete)
----------(Old E)----------

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

Other differences:
------------------
++++++ libexe.spec ++++++
--- /var/tmp/diff_new_pack.qsEJVE/_old  2026-06-15 19:55:00.036495488 +0200
+++ /var/tmp/diff_new_pack.qsEJVE/_new  2026-06-15 19:55:00.040495656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libexe
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
 
 %define lname  libexe1
 Name:           libexe
-Version:        20210424
+Version:        20260524
 Release:        0
 Summary:        Library to access the executable (EXE) format
 License:        GFDL-1.3-or-later AND LGPL-3.0-or-later
 Group:          Productivity/File utilities
 URL:            https://github.com/libyal/libexe
-Source:         %{name}-%{version}.tar.xz
-Patch1:         system-libs.patch
+Source:         
https://github.com/libyal/libexe/releases/download/%version/%name-experimental-%version.tar.gz
+Source2:        
https://github.com/libyal/libexe/releases/download/%version/%name-experimental-%version.tar.gz.asc
+Source3:        %name.keyring
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  c_compiler
@@ -33,19 +34,19 @@
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(libbfio) >= 20201229
-BuildRequires:  pkgconfig(libcdata) >= 20200509
-BuildRequires:  pkgconfig(libcerror) >= 20201121
-BuildRequires:  pkgconfig(libcfile) >= 20201229
-BuildRequires:  pkgconfig(libclocale) >= 20200913
-BuildRequires:  pkgconfig(libcnotify) >= 20200913
-BuildRequires:  pkgconfig(libcpath) >= 20200623
-BuildRequires:  pkgconfig(libcsplit) >= 20200703
-BuildRequires:  pkgconfig(libcthreads) >= 20200508
-BuildRequires:  pkgconfig(libfcache) >= 20200708
-BuildRequires:  pkgconfig(libfdata) >= 20201129
-BuildRequires:  pkgconfig(libfdatetime) >= 20180910
-BuildRequires:  pkgconfig(libuna) >= 20201204
+BuildRequires:  pkgconfig(libbfio) >= 20240414
+BuildRequires:  pkgconfig(libcdata) >= 20260520
+BuildRequires:  pkgconfig(libcerror) >= 20260513
+BuildRequires:  pkgconfig(libcfile) >= 20260520
+BuildRequires:  pkgconfig(libclocale) >= 20260520
+BuildRequires:  pkgconfig(libcnotify) >= 20260520
+BuildRequires:  pkgconfig(libcpath) >= 20260520
+BuildRequires:  pkgconfig(libcsplit) >= 20260520
+BuildRequires:  pkgconfig(libcthreads) >= 20260518
+BuildRequires:  pkgconfig(libfcache) >= 20260520
+BuildRequires:  pkgconfig(libfdata) >= 20240415
+BuildRequires:  pkgconfig(libfdatetime) >= 20260521
+BuildRequires:  pkgconfig(libuna) >= 20260522
 %python_subpackages
 
 %description
@@ -54,12 +55,12 @@
 libwrc. This functionality is used in libevt and libevx to parse
 EventLog messages from PE/COFF message files.
 
-%package -n %{lname}
+%package -n %lname
 Summary:        Library to access the executable (EXE) format
 License:        LGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n %{lname}
+%description -n %lname
 libexe is a library and related tools to parse .exe files
 (specifically PE/COFF) and the resources stored in them using
 libwrc. This functionality is used in libevt and libevx to parse
@@ -106,14 +107,13 @@
 
 %install
 mv %_builddir/rt/* %buildroot/
-find %{buildroot} -type f -name "*.la" -delete -print
+find %buildroot -type f -name "*.la" -delete -print
 
-%post   -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %lname
 
-%files -n %{lname}
+%files -n %lname
 %license COPYING*
-%{_libdir}/libexe.so.*
+%_libdir/libexe.so.*
 
 %files -n %name-tools
 %license COPYING*
@@ -122,11 +122,11 @@
 
 %files -n %name-devel
 %license COPYING*
-%{_includedir}/libexe.h
-%{_includedir}/libexe/
-%{_libdir}/libexe.so
-%{_libdir}/pkgconfig/libexe.pc
-%{_mandir}/man3/libexe.3*
+%_includedir/libexe.h
+%_includedir/libexe/
+%_libdir/libexe.so
+%_libdir/pkgconfig/libexe.pc
+%_mandir/man3/libexe.3*
 
 %files %python_files
 %python_sitearch/pyexe.so

++++++ _scmsync.obsinfo ++++++
mtime: 1781528781
commit: 7b761b6c2adfcadf3143a7ce0ef79e493cc7ce9d0c1bc2a564471b179984b81d
url: https://src.opensuse.org/security-forensics/libexe
revision: master

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-15 15:06:21.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

Reply via email to