Script 'mail_helper' called by obssrc
Hello community,

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

Package is "libbfio"

Mon Jun 15 19:41:50 2026 rev:24 rq:1359204 version:20260612

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbfio/libbfio.changes  2024-04-15 
20:23:41.464179828 +0200
+++ /work/SRC/openSUSE:Factory/.libbfio.new.1981/libbfio.changes        
2026-06-15 19:44:32.070156357 +0200
@@ -1,0 +2,6 @@
+Sun Jun 14 08:20:45 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 20260612
+  * No changelog was provided
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Update to relesae 20240414
+- Update to release 20240414

Old:
----
  libbfio-alpha-20240414.tar.gz
  libbfio-alpha-20240414.tar.gz.asc

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  debian.changelog
  debian.control
  debian.libbfio-dev.install
  debian.libbfio1.install
  debian.rules
  libbfio-alpha-20260612.tar.gz
  libbfio-alpha-20260612.tar.gz.asc
  libbfio.dsc

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

Other differences:
------------------
++++++ libbfio.spec ++++++
--- /var/tmp/diff_new_pack.vNl9I1/_old  2026-06-15 19:44:33.954235311 +0200
+++ /var/tmp/diff_new_pack.vNl9I1/_new  2026-06-15 19:44:33.962235645 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbfio
 #
-# 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,7 +18,7 @@
 
 Name:           libbfio
 %define lname  libbfio1
-Version:        20240414
+Version:        20260612
 Release:        0
 Summary:        Library to provide basic file input/output abstraction
 License:        LGPL-3.0-or-later
@@ -29,15 +29,15 @@
 Source9:        %name.keyring
 BuildRequires:  c_compiler
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcdata) >= 20240414
-BuildRequires:  pkgconfig(libcerror) >= 20240413
-BuildRequires:  pkgconfig(libcfile) >= 20240414
-BuildRequires:  pkgconfig(libclocale) >= 20240414
-BuildRequires:  pkgconfig(libcnotify) >= 20240414
-BuildRequires:  pkgconfig(libcpath) >= 20240414
-BuildRequires:  pkgconfig(libcsplit) >= 20240414
-BuildRequires:  pkgconfig(libcthreads) >= 20240413
-BuildRequires:  pkgconfig(libuna) >= 20240414
+BuildRequires:  pkgconfig(libcdata) >= 20260612
+BuildRequires:  pkgconfig(libcerror) >= 20260612
+BuildRequires:  pkgconfig(libcfile) >= 20260612
+BuildRequires:  pkgconfig(libclocale) >= 20260612
+BuildRequires:  pkgconfig(libcnotify) >= 20260612
+BuildRequires:  pkgconfig(libcpath) >= 20260612
+BuildRequires:  pkgconfig(libcsplit) >= 20260612
+BuildRequires:  pkgconfig(libcthreads) >= 20260612
+BuildRequires:  pkgconfig(libuna) >= 20260602
 # Various notes: https://en.opensuse.org/libyal
 
 %description

++++++ _scmsync.obsinfo ++++++
mtime: 1781425301
commit: ace336620d8e61b47ef0abee2b1c7cafbe1f04db1c2c575d986b74f85d4f7ca8
url: https://src.opensuse.org/security-forensics/libbfio
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-14 10:21:41.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ debian.changelog ++++++
libbfio (20260612-0) unstable; urgency=low

  * Initial package.

 -- openSUSE <[email protected]>  Mon, 25 Jan 2021 10:00:00 +0100

++++++ debian.control ++++++
Source: libbfio
Priority: optional
Section: libs
Maintainer: openSUSE <[email protected]>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 12)

Package: libbfio1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library to provide basic file input/output abstraction
 libbfio is used in multiple other libraries like libewf, libmsiecf,
 libnk2, libolecf and libpff. It is used to chain I/O to support
 file-in-file access.
 
Package: libbfio-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libbfio1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Development files for libbfio, a basic file input/output 
abstraction library
 libbfio is used in multiple other libraries like libewf, libmsiecf,
 libnk2, libolecf and libpff. It is used to chain I/O to support
 file-in-file access.
 .
 This subpackage contains libraries and header files for developing
 applications that want to make use of libbfio.

++++++ debian.libbfio-dev.install ++++++
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/

++++++ debian.libbfio1.install ++++++
usr/lib/*/lib*.so.*

++++++ debian.rules ++++++
#!/usr/bin/make -f
%:
        dh $@ --parallel --without python3 --buildsystem=autoconf --without 
autoreconf

++++++ libbfio-alpha-20240414.tar.gz -> libbfio-alpha-20260612.tar.gz ++++++
++++ 74011 lines of diff (skipped)

++++++ libbfio.dsc ++++++
Format: 1.0
Source: libbfio
Architecture: any
Version: 20260612
DEBTRANSFORM-RELEASE: 1
Maintainer: openSUSE <[email protected]>
Homepage: https://opensuse.org/
Standards-Version: 4.5.0
Build-Depends: autoconf, debhelper-compat (>= 12),
 gettext (>= 0.18.1), libtool,
 pkg-config
Files:

Reply via email to