Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzpc-legacy for openSUSE:Factory checked in at 2026-09-11 18:05:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzpc-legacy (Old) and /work/SRC/openSUSE:Factory/.libzpc-legacy.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzpc-legacy" Fri Sep 11 18:05:08 2026 rev:2 rq:1377368 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzpc-legacy/libzpc-legacy.changes 2026-07-15 17:11:21.503032646 +0200 +++ /work/SRC/openSUSE:Factory/.libzpc-legacy.new.1265/libzpc-legacy.changes 2026-09-11 18:08:13.099130178 +0200 @@ -1,0 +2,13 @@ +Fri Sep 11 06:57:07 UTC 2026 - Nikolay Gueorguiev <[email protected]> + +- Applied a patch (bsc#1279335) to generate man pages + * libzpc-legacy-gen-man-pages.patch +- The man pages are shipped in the `libzpc-legacy-devel` sub-package + +------------------------------------------------------------------- +Wed Sep 9 07:15:21 UTC 2026 - Nikolay Gueorguiev <[email protected]> + +- Applied a patch (bsc#1279335) + * libzpc-legacy-fix-pkgconfig.patch + +------------------------------------------------------------------- New: ---- libzpc-legacy-fix-pkgconfig.patch libzpc-legacy-gen-man-pages.patch ----------(New B)---------- New:- Applied a patch (bsc#1279335) * libzpc-legacy-fix-pkgconfig.patch New:- Applied a patch (bsc#1279335) to generate man pages * libzpc-legacy-gen-man-pages.patch - The man pages are shipped in the `libzpc-legacy-devel` sub-package ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzpc-legacy.spec ++++++ --- /var/tmp/diff_new_pack.La09Rn/_old 2026-09-11 18:08:14.462187243 +0200 +++ /var/tmp/diff_new_pack.La09Rn/_new 2026-09-11 18:08:14.463187285 +0200 @@ -28,6 +28,10 @@ BuildRequires: libjson-c-devel BuildRequires: texlive-bibtex-bin ExclusiveArch: s390x +### +Patch010: libzpc-legacy-fix-pkgconfig.patch +Patch011: libzpc-legacy-gen-man-pages.patch +### %description This is the legacy 1.x branch of the IBM Z Protected-key Crypto library, @@ -62,6 +66,8 @@ %install cd build %make_install +install -d -m 0755 %{buildroot}%{_mandir}/man3 +install -m 0644 doc/man/man3/*.3 %{buildroot}%{_mandir}/man3/ %post -n libzpc1 -p /sbin/ldconfig @@ -78,4 +84,5 @@ %{_includedir}/zpc/*.h %{_libdir}/libzpc.so %{_libdir}/pkgconfig/libzpc.pc +%{_mandir}/man3/*.3%{?ext_man} ++++++ libzpc-legacy-fix-pkgconfig.patch ++++++ diff -Naur libzpc-1.5.0.orig/CMakeLists.txt libzpc-1.5.0/CMakeLists.txt --- libzpc-1.5.0.orig/CMakeLists.txt 2026-09-09 09:38:12.837904956 +0200 +++ libzpc-1.5.0/CMakeLists.txt 2026-09-09 09:39:58.898871022 +0200 @@ -122,8 +122,8 @@ ZPC_VERSION_MINOR=${ZPC_VERSION_MINOR} ZPC_VERSION_PATCH=${ZPC_VERSION_PATCH} ) -configure_file(libzpc.pc.in libzpc.pc @ONLY) include(GNUInstallDirs) +configure_file(libzpc.pc.in libzpc.pc @ONLY) install( TARGETS zpc diff -Naur libzpc-1.5.0.orig/libzpc.pc.in libzpc-1.5.0/libzpc.pc.in --- libzpc-1.5.0.orig/libzpc.pc.in 2026-09-09 09:38:12.838904965 +0200 +++ libzpc-1.5.0/libzpc.pc.in 2026-09-09 09:40:46.915308384 +0200 @@ -6,3 +6,6 @@ Name: @PROJECT_NAME@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ + +Cflags: -I${includedir} +Libs: -L${libdir} -lzpc ++++++ libzpc-legacy-gen-man-pages.patch ++++++ diff -Naur a/doc/Doxyfile.in b/doc/Doxyfile.in --- a/doc/Doxyfile.in 2026-02-05 18:05:05.000000000 +0100 +++ b/doc/Doxyfile.in 2026-09-11 08:55:17.628157797 +0200 @@ -312,7 +312,7 @@ #--------------------------------------------------------------------------- # Configuration options related to the man page output #--------------------------------------------------------------------------- -GENERATE_MAN = NO +GENERATE_MAN = YES MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_SUBDIR =
