* Sun Jun 18 2023 bluca@debian.org
- Add Mark-pgm_family_string-as-inline.patch to fix building packages that
include the PGM headers without using pgm_family_string() by marking it
'inline' to avoid unused-function warnings. Sent upstream:
https://github.com/steve-o/openpgm/pull/74
* Wed Jun 07 2023 pgajdos@suse.com
- version update to 5.3.128
* Maintenance release aggregating all patches to the repository since
previous tested release.
- modified sources
% baselibs.conf
- deleted patches
- libpgm-5.2.122-configure-rdtsc-checking-chg.patch (upstreamed)
- libpgm-5.2.122-pkg-config-do-not-add-I-to-non-existing-directory.patch (upstreamed)
- libpgm-5.2.122-reproducible-architecture.patch (upstreamed)
- libpgm-5.2.122-reproducible.patch (upstreamed)
- use_python3.patch (upstreamed)
* Mon Jun 28 2021 mcepl@suse.com
- Add use_python3.patch to allow use of Python3 instead of
Python2 for generating files.
* Mon Oct 19 2020 crrodriguez@opensuse.org
- Always pretend we do not have ftime(3), function is deprecated
and absent from next glibc release.
* Fri Aug 16 2019 normand@linux.vnet.ibm.com
- Add libpgm-5.2.122-configure-rdtsc-checking-chg.patch
same as https://github.com/steve-o/openpgm/pull/63
* Mon Jan 28 2019 luca.boccassi@gmail.com
- Backport patches from upstream to avoid adding a non-existing
foo/lib/pgm-5.2/include directory to pkg-config's CFLAGS which
breaks applications using strict compiler flags, and to make the
build reproducible regardless of the reported system/architecture
Added:
- libpgm-5.2.122-pkg-config-do-not-add-I-to-non-existing-directory.patch
- libpgm-5.2.122-reproducible-architecture.patch
* Fri Jul 13 2018 dimstar@opensuse.org
- Add baselibs.conf: build -32bit packages, which are needed by
zeromq's -32bit implementation. [bsc#1146257]
* Tue Mar 27 2018 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
* Tue Oct 24 2017 luca.boccassi@gmail.com
- Create m4 directory before running autoreconf -fi to avoid build
failure on CentOS 6 due to older version of autoconf.
* Fri Oct 06 2017 bwiedemann@suse.com
- Add libpgm-5.2.122-reproducible.patch to make build reproducible
(boo#1047218)