Control: tags 1028680 + patch
Control: tags 1028680 + pending

Dear maintainer,

I've prepared an NMU for libzypp (versioned as 17.25.7-2.4) and uploaded 
it to DELAYED/5. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru libzypp-17.25.7/debian/changelog libzypp-17.25.7/debian/changelog
--- libzypp-17.25.7/debian/changelog	2022-12-08 13:07:05.000000000 +0200
+++ libzypp-17.25.7/debian/changelog	2023-02-25 22:30:40.000000000 +0200
@@ -1,3 +1,10 @@
+libzypp (17.25.7-2.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to missing #include. (Closes: #1028680)
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 25 Feb 2023 22:30:40 +0200
+
 libzypp (17.25.7-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libzypp-17.25.7/debian/patches/RpmHeader-include.patch libzypp-17.25.7/debian/patches/RpmHeader-include.patch
--- libzypp-17.25.7/debian/patches/RpmHeader-include.patch	1970-01-01 02:00:00.000000000 +0200
+++ libzypp-17.25.7/debian/patches/RpmHeader-include.patch	2023-02-25 22:30:40.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix FTBFS due to missing #include
+Author: Adrian Bunk <b...@debian.org>
+Bug-Debian: https://bugs.debian.org/1028680
+
+--- libzypp-17.25.7.orig/zypp/target/rpm/RpmHeader.cc
++++ libzypp-17.25.7/zypp/target/rpm/RpmHeader.cc
+@@ -11,6 +11,8 @@
+ */
+ #include "librpm.h"
+ 
++#include <cstring>
++
+ ////////////////////////////////////////////////////////////////////
+ // unameToUid and gnameToGid are shamelessly stolen from rpm-4.4.
+ // (rpmio/ugid.c) Those functions were dropped in RPM_4_7
diff -Nru libzypp-17.25.7/debian/patches/series libzypp-17.25.7/debian/patches/series
--- libzypp-17.25.7/debian/patches/series	2022-12-08 13:01:08.000000000 +0200
+++ libzypp-17.25.7/debian/patches/series	2023-02-25 22:30:40.000000000 +0200
@@ -4,3 +4,4 @@
 0001-Add-missing-includes-for-GCC-11-bsc-1181874.patch
 0001-Fix-building-with-GCC-12.x-release.patch
 1010_gpgme-pkg_search_module.diff
+RpmHeader-include.patch

Reply via email to