libsigc++ implements a typesafe callback system for standard C++. It
allows you to define signals and to connect those signals to any
callback function, either global or a member function, regardless of
whether it is static or virtual.
libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not
depend on GTK+ or gtkmm.
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.10.7-2
- Rebuilt for MSVSphere 9.1.
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 2.10.7-2
- Fix NEWS file to not be executable
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 2.10.7-1
- Update to 2.10.7
* Mon Aug 23 2021 Brian Stinson <bstinson@redhat.com> - 2.10.6-4
- Rebuilt for IMA sigs, glibc 2.34, and aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Brian Stinson <bstinson@redhat.com> - 2.10.6-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937