Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpsm2 for openSUSE:Factory checked in at 2023-07-26 13:22:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpsm2 (Old) and /work/SRC/openSUSE:Factory/.libpsm2.new.15225 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpsm2" Wed Jul 26 13:22:11 2023 rev:23 rq:1100650 version:12.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libpsm2/libpsm2.changes 2022-10-03 13:44:32.965321369 +0200 +++ /work/SRC/openSUSE:Factory/.libpsm2.new.15225/libpsm2.changes 2023-07-26 13:22:27.519488087 +0200 @@ -1,0 +2,6 @@ +Tue Jul 25 12:47:30 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com> + +- Update to 12.0.1 + - Fix memory leak in psmi_shm_create + +------------------------------------------------------------------- Old: ---- libpsm2-11.2.230.tar.bz2 New: ---- libpsm2-12.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpsm2.spec ++++++ --- /var/tmp/diff_new_pack.53yVqC/_old 2023-07-26 13:22:28.323492637 +0200 +++ /var/tmp/diff_new_pack.53yVqC/_new 2023-07-26 13:22:28.327492659 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpsm2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %endif Name: libpsm2 -Version: 11.2.230 +Version: 12.0.1 Release: 0 Summary: Intel PSM Messaging API libraries License: BSD-2-Clause OR GPL-2.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.53yVqC/_old 2023-07-26 13:22:28.359492841 +0200 +++ /var/tmp/diff_new_pack.53yVqC/_new 2023-07-26 13:22:28.363492864 +0200 @@ -5,7 +5,7 @@ <param name="package-meta">no</param> <param name="exclude">.git</param> <param name="filename">libpsm2</param> - <param name="version">11.2.230</param> + <param name="version">12.0.1</param> <param name="versionrewrite-pattern">PSM2_(.*)(nccl)\?</param> <param name="versionrewrite-replacement">\1</param> <param name="match-tag">PSM2_*</param> ++++++ libpsm2-11.2.230.tar.bz2 -> libpsm2-12.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpsm2-11.2.230/makesrpm.sh new/libpsm2-12.0.1/makesrpm.sh --- old/libpsm2-11.2.230/makesrpm.sh 2022-09-06 14:58:24.000000000 +0200 +++ new/libpsm2-12.0.1/makesrpm.sh 2023-05-03 18:19:07.000000000 +0200 @@ -153,6 +153,6 @@ cp ${OUTDIR}/$RPM_NAME-*.tar.gz $TEMPDIR/SOURCES make RPM_NAME=$RPM_NAME RPM_NAME_BASEEXT=$RPM_NAME_BASEEXT specfile OUTDIR=$OUTDIR cp ${OUTDIR}/$RPM_NAME.spec $TEMPDIR/SPECS -rpmbuild -b$BUILDARG --define "_topdir $PWD/$TEMPDIR" --nodeps $TEMPDIR/SPECS/$RPM_NAME.spec +rpmbuild -b$BUILDARG --define "_topdir $PWD/$TEMPDIR" --define "source_date_epoch_from_changelog 0" --nodeps $TEMPDIR/SPECS/$RPM_NAME.spec echo "The SRPM(s) are in $TEMPDIR/SRPMS/`ls $TEMPDIR/SRPMS`" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpsm2-11.2.230/ptl_am/am_reqrep_shmem.c new/libpsm2-12.0.1/ptl_am/am_reqrep_shmem.c --- old/libpsm2-11.2.230/ptl_am/am_reqrep_shmem.c 2022-09-06 14:58:24.000000000 +0200 +++ new/libpsm2-12.0.1/ptl_am/am_reqrep_shmem.c 2023-05-03 18:19:07.000000000 +0200 @@ -308,6 +308,8 @@ "shared memory object " "with fstat: %s", strerror(errno)); + psmi_free(amsh_keyname); + amsh_keyname = NULL; goto fail; } if (getuid() == st.st_uid) { @@ -316,6 +318,8 @@ } else { err = PSM2_SHMEM_SEGMENT_ERR; close(shmfd); + psmi_free(amsh_keyname); + amsh_keyname = NULL; } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpsm2-11.2.230/rpm_release_extension new/libpsm2-12.0.1/rpm_release_extension --- old/libpsm2-11.2.230/rpm_release_extension 2022-09-06 14:58:24.000000000 +0200 +++ new/libpsm2-12.0.1/rpm_release_extension 2023-05-03 18:19:07.000000000 +0200 @@ -1 +1 @@ -230 +1