Hello community,

here is the log from the commit of package distcc for openSUSE:Leap:15.2 
checked in at 2020-02-19 19:42:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/distcc (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.distcc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "distcc"

Wed Feb 19 19:42:42 2020 rev:14 rq:777356 version:3.3.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/distcc/distcc.changes  2020-01-15 
14:52:28.553490615 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.distcc.new.26092/distcc.changes       
2020-02-19 19:42:57.817340685 +0100
@@ -1,0 +2,29 @@
+Mon Sep 23 08:12:50 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- 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 13:09:00 UTC 2019 - [email protected]
+
+- 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 12:32:07 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut the build queues by allowing usage of systemd-mini
+
+-------------------------------------------------------------------
+Sat May 19 00:25:49 UTC 2018 - [email protected]
+
+- Drop optional pkgconfig(libgnome-2.0) and
+  pkgconfig(libgnomeui-2.0) BuildRequires and no longer pass
+  --enable-gnome to configure, gnome2 is long dead.
+
+-------------------------------------------------------------------

Old:
----
  distcc-3.3.tar.gz
  distccd.firewall

New:
----
  distcc-3.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ distcc.spec ++++++
--- /var/tmp/diff_new_pack.y31iVK/_old  2020-02-19 19:42:58.633342294 +0100
+++ /var/tmp/diff_new_pack.y31iVK/_new  2020-02-19 19:42:58.637342303 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package distcc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:           distcc
-Version:        3.3
+Version:        3.3.3
 Release:        0
 Summary:        A distributed C/C++ compiler
 License:        GPL-2.0-or-later
@@ -30,7 +30,6 @@
 Source0:        
https://github.com/distcc/distcc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        distccd.sysconfig
 Source2:        distccd.service
-Source3:        distccd.firewall
 Patch1:         distcc-3.2_rc1-freedesktop.patch
 Patch2:         distcc-3.2_rc1-gssapi.patch
 Patch3:         distcc-3.2_rc1-python.patch
@@ -43,15 +42,13 @@
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  python
-BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(avahi-client)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libgnome-2.0)
-BuildRequires:  pkgconfig(libgnomeui-2.0)
 BuildRequires:  pkgconfig(libgssglue)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(systemd)
 Recommends:     %{name}-server = %{version}
 Suggests:       %{name}-gui = %{version}
 
@@ -101,7 +98,6 @@
     --enable-rfc2553 \
     --with-gtk \
     --with-avahi \
-    --with-gnome \
     --with-auth
 # For some reason CC is not propagated to makefile and we get empty string
 sed -i \
@@ -117,8 +113,6 @@
 install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}d.service
 # sysconfig
 install -Dm 644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}d
-# firewall
-install -D -m 644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}d
 # compat links for env override
 install -d %{buildroot}%{_libexecdir}/%{name}/bin
 ln -sf %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/bin/cc
@@ -148,12 +142,6 @@
 %postun server
 %service_del_postun distccd.service
 
-%post gui
-%desktop_database_post
-
-%postun gui
-%desktop_database_postun
-
 %files
 %license COPYING
 %doc AUTHORS doc/* NEWS README.pump TODO README survey.txt
@@ -185,11 +173,10 @@
 %{_bindir}/distccd
 %{_unitdir}/distccd.service
 %{_sbindir}/rcdistccd
-%{_sysconfdir}/default/distcc
-%{_sysconfdir}/distcc/*allow*
+%config(noreplace) %{_sysconfdir}/default/distcc
+%config(noreplace) %{_sysconfdir}/distcc/*allow*
 %{_mandir}/man1/distccd*
 %{_mandir}/man1/include_server*
-%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/distccd
 %{_fillupdir}/*
 %{python3_sitearch}/include_server*
 

++++++ distcc-3.2_rc1-freedesktop.patch ++++++
--- /var/tmp/diff_new_pack.y31iVK/_old  2020-02-19 19:42:58.657342341 +0100
+++ /var/tmp/diff_new_pack.y31iVK/_new  2020-02-19 19:42:58.657342341 +0100
@@ -1,6 +1,8 @@
---- a/Makefile.in      2011-10-26 11:07:15.000000000 +0900
-+++ b/Makefile.in      2011-10-27 16:57:46.815272689 +0900
-@@ -50,13 +50,14 @@
+Index: distcc-3.3.3/Makefile.in
+===================================================================
+--- distcc-3.3.3.orig/Makefile.in
++++ distcc-3.3.3/Makefile.in
+@@ -52,13 +52,14 @@ mandir = @mandir@
  includedir = @includedir@
  oldincludedir = /usr/include
  docdir = @docdir@
@@ -12,12 +14,12 @@
  
  # These must be done from here, not from autoconf, because they can 
  # contain variable expansions written in Make syntax.  Ew.
--DIR_DEFS = -DSYSCONFDIR="\"${sysconfdir}\"" -DPKGDATADIR="\"${pkgdatadir}\""
-+DIR_DEFS = -DSYSCONFDIR="\"${sysconfdir}\"" -DICONDIR="\"${icondir}\""
+-DIR_DEFS = -DLIBDIR="\"${libdir}\"" -DSYSCONFDIR="\"${sysconfdir}\"" 
-DPKGDATADIR="\"${pkgdatadir}\""
++DIR_DEFS = -DLIBDIR="\"${libdir}\"" -DSYSCONFDIR="\"${sysconfdir}\"" 
-DICONDIR="\"${icondir}\""
  
  # arguments to pkgconfig
  GNOME_PACKAGES = @GNOME_PACKAGES@
-@@ -1108,10 +1110,10 @@
+@@ -1126,10 +1127,10 @@ install-example: $(example_DOCS)
        done
  
  install-gnome-data: $(gnome_data)
@@ -32,8 +34,10 @@
  
  install-conf: $(conf_files) $(default_files)
        $(mkinstalldirs) "$(DESTDIR)$(sysconfdir)/distcc"
---- a/gnome/distccmon-gnome.desktop    2011-04-06 03:58:58.000000000 +0900
-+++ b/gnome/distccmon-gnome.desktop    2011-10-27 17:01:50.792242592 +0900
+Index: distcc-3.3.3/gnome/distccmon-gnome.desktop
+===================================================================
+--- distcc-3.3.3.orig/gnome/distccmon-gnome.desktop
++++ distcc-3.3.3/gnome/distccmon-gnome.desktop
 @@ -1,6 +1,4 @@
  [Desktop Entry]
 -Version=0.9.4
@@ -41,7 +45,7 @@
  Exec=distccmon-gnome
  Name=distcc monitor
  Name[sv]=distcc övervakare
-@@ -8,9 +6,9 @@
+@@ -8,9 +6,9 @@ GenericName=Distributed Compile Monitor
  GenericName[sv]=Distribuerad kompilerings-övervakare
  Comment=Graphical view of distributed compile tasks
  Comment[sv]=Grafisk vy av distribuerade kompileringsuppgifter
@@ -53,9 +57,11 @@
 -Categories=GNOME;Application;Development;
 +Categories=GNOME;Development;
  StartupNotify=true
---- a/src/mon-gnome.c  2008-12-03 06:50:25.000000000 +0900
-+++ b/src/mon-gnome.c  2011-10-27 16:54:50.220566026 +0900
-@@ -599,7 +599,7 @@
+Index: distcc-3.3.3/src/mon-gnome.c
+===================================================================
+--- distcc-3.3.3.orig/src/mon-gnome.c
++++ distcc-3.3.3/src/mon-gnome.c
+@@ -599,7 +599,7 @@ static GtkWidget * dcc_gnome_make_mainwi
  
  #if GTK_CHECK_VERSION(2,2,0)
    gtk_window_set_icon_from_file (GTK_WINDOW (mainwin),

++++++ distcc-3.3.tar.gz -> distcc-3.3.3.tar.gz ++++++
++++ 2066 lines of diff (skipped)


Reply via email to