SHA256
1
0
forked from pool/distcc

Accepting request 892586 from home:dirkmueller:Factory

- update to 3.4:
  * distccmon-gnome ported from gtk2 to gtk3
  * Remove debug lag in spawning new threads. (better multi-core performance)
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/892586
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/distcc?expand=0&rev=29
This commit is contained in:
Martin Pluskal 2021-05-13 06:43:43 +00:00 committed by Git OBS Bridge
parent 7dd34f574b
commit 73a71699d4
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13a4b3ce49dfc853a3de550f6ccac583413946b3a2fa778ddf503a9edc8059b0
size 1002090

3
distcc-3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37a34c9555498a1168fea026b292ab07e7bb394715d87d8403e0c33b16d2d008
size 1001754

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 12 21:18:15 UTC 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 17:29:07 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: distcc
Version: 3.3.5
Version: 3.4
Release: 0
Summary: A distributed C/C++ compiler
License: GPL-2.0-or-later
@ -42,7 +42,7 @@ BuildRequires: pkgconfig
BuildRequires: python
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(libgssglue)
BuildRequires: pkgconfig(pango)