Package Release Info

distcc-3.4-bp157.1.4

Update Info: Base Release
Available in Package Hub : 15 SP7

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

distcc
distcc-gui
distcc-server

Change Logs

* Mon Aug 08 2022 Dirk Müller <dmueller@suse.com>
- remove python2 dependency
* Thu May 12 2022 Dirk Müller <dmueller@suse.com>
- fix fdupes call
* Wed Oct 06 2021 Neil Brown <nfbrown@suse.com>
- Remove dependency on libgssglue.  It is no longer needed
  (bsc#1191068)
* Mon Sep 13 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
  * distccd.service
* Wed May 12 2021 Dirk Müller <dmueller@suse.com>
- update to 3.4:
  * distccmon-gnome ported from gtk2 to gtk3
  * Remove debug lag in spawning new threads. (better multi-core performance)
  * Bug fixes.
* Sun Feb 28 2021 Dirk Müller <dmueller@suse.com>
- update to 3.3.5:
  * Fix build on OSX
  * Fix build when using optional features AND those optional libraries decided
    to build against libsystemd (not sure which one, but it doesn't matter).
  * Python 3.8 compatibility issues
  * drop distcc-3.2_rc1-freedesktop.patch distcc-3.2_rc1-gssapi.patch: obsolete
  * drop gcc-10-no-common.patch: upstream
* Mon Jun 08 2020 Dirk Mueller <dmueller@suse.com>
- add gcc-10-no-common.patch:
  * Fixes link with gcc 10, upstream (https://github.com/distcc/distcc/pull/373)
Version: 3.3.3-bp152.1.12
* Mon Sep 23 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 3.3.3 bsc#1151594:
  * small fixes, such as fixing the build on some non-Linux systems
  * Fixes a regression where ssh mode did not work in most circumstances. Bug #291
- Rebase patch distcc-3.2_rc1-freedesktop.patch
* Tue Jul 23 2019 matthias.gerstner@suse.com
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
  firewalld, see [1].
  [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
* Tue Jun 11 2019 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
* Sat May 19 2018 bjorn.lie@gmail.com
- Drop optional pkgconfig(libgnome-2.0) and
  pkgconfig(libgnomeui-2.0) BuildRequires and no longer pass
  - -enable-gnome to configure, gnome2 is long dead.
Version: 3.3-bp150.2.4
* Tue Mar 13 2018 jengelh@inai.de
- Ensure neutrality of description.
* Tue Mar 13 2018 avindra@opensuse.org
- Update to 3.3
  * Use masquerade as compiler white-list.
  * New --allow-private (the default) which allows non-global IP
    and IPv6 addresses.
  * Cross-compilation support.
  * Fix parsing of IPv6 addresses.
  * Python 3, not python 2.
  * Can build without python (and without pump mode or tests).
- cleanup with spec-cleaner
- use %autosetup macro
- drop distcc-minilzo-2.08.patch (upstreamed)
- drop distcc-3.0-fix-fortify.patch (upstreamed)
- rebase distcc-3.2_rc1-freedesktop.patch
- rebase distcc-3.2_rc1-gssapi.patch
- rebase distcc-3.2_rc1-python.patch
- renumber patches
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
* Wed Jun 14 2017 tchvatal@suse.com
- Switch to github distribution as the code.google.com is dead
- Drop the distcc-3.0-xinetd.patch as we do not install the service
  and user can tweak it up to his liking
* Fri Jan 09 2015 tchvatal@suse.com
- Fix typo in pre phase
* Thu Jan 08 2015 tchvatal@suse.com
- Fix license, GPL-2.0+
* Wed Dec 17 2014 tchvatal@suse.com
- Remember there is also clang for distcc
* Wed Dec 17 2014 tchvatal@suse.com
- Apply patch updating minilzo (taken from fedora):
  * distcc-minilzo-2.08.patch
- Wrong user setting in service file, we run it as root
* Mon Dec 15 2014 tchvatal@suse.com
- Run desktop_ macros on gui subpkg.
- Recommend server to be installed as you technically need it
  anyways.
* Thu Dec 11 2014 tchvatal@suse.com
- Apply patches from Gentoo to have same base:
  * distcc-3.0-fix-fortify.patch
  * distcc-3.0-xinetd.patch
  * distcc-3.2_rc1-freedesktop.patch
  * distcc-3.2_rc1-gssapi.patch
  * distcc-3.2_rc1-python.patch
* Thu Dec 11 2014 tchvatal@suse.com
- Add basic service, sysconfig and firewall rules:
  * distccd.sysconfig
  * distccd.service
  * distccd.firewall
* Thu Dec 11 2014 tchvatal@suse.com
- Add distcc distribute build tool for C and C++
Version: 3.3.3-bp155.2.14
* Mon Sep 23 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.3.3 bsc#1151594:
  * small fixes, such as fixing the build on some non-Linux systems
  * Fixes a regression where ssh mode did not work in most circumstances. Bug #291
- Rebase patch distcc-3.2_rc1-freedesktop.patch