commit icecream for openSUSE:Factory

2022-05-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2022-05-31 15:47:13

Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and  /work/SRC/openSUSE:Factory/.icecream.new.1548 (New)


Package is "icecream"

Tue May 31 15:47:13 2022 rev:60 rq:979847 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2022-03-04 
20:21:05.704671930 +0100
+++ /work/SRC/openSUSE:Factory/.icecream.new.1548/icecream.changes  
2022-05-31 15:48:19.476025757 +0200
@@ -1,0 +2,5 @@
+Mon May 30 06:50:15 UTC 2022 - Lubos Lunak 
+
+- Do not start iceccd with verbose options.
+
+---



Other differences:
--
++ iceccd.service.in ++
--- /var/tmp/diff_new_pack.hvG8yO/_old  2022-05-31 15:48:20.104026174 +0200
+++ /var/tmp/diff_new_pack.hvG8yO/_new  2022-05-31 15:48:20.108026177 +0200
@@ -19,7 +19,7 @@
 Type=simple
 EnvironmentFile=-/etc/sysconfig/icecream
 SyslogIdentifier=iceccd
-ExecStart=@LIBEXECDIR@/icecc/iceccd-wrapper -u icecream -vv -b 
/var/cache/icecream/
+ExecStart=@LIBEXECDIR@/icecc/iceccd-wrapper -u icecream -b /var/cache/icecream/
 Nice=5
 
 [Install]


commit icecream for openSUSE:Factory

2022-03-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2022-03-04 20:17:12

Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and  /work/SRC/openSUSE:Factory/.icecream.new.1958 (New)


Package is "icecream"

Fri Mar  4 20:17:12 2022 rev:59 rq:959501 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2021-10-06 
19:50:14.412065274 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new.1958/icecream.changes  
2022-03-04 20:21:05.704671930 +0100
@@ -1,0 +2,16 @@
+Fri Mar  4 16:39:39 UTC 2022 - Stephan Kulow 
+
+- Update to 1.4
+  - scheduler assigns jobs with larger priority first, so compilations with 
higher 'nice' value
+do not interfere with normal compilations
+  - avoid large timeouts if there is a network problem
+  - support for -march/-mcpu/-mtune used with =native (proper specific flags 
will be substituted)
+  - support for Clang's -fmodules, by removing the -fmodules flag for remote 
compilation
+  - do not keep host lock when sending preprocessed source (reduces chance of 
network timeouts)
+  - send more jobs in advance to nodes with many CPU cores
+  - try to use larger network buffers
+  - force local compilations if --coverage is used
+  - correctly clean up caches
+  - handle properly the case when something removes files in the cache 
directory
+
+---

Old:

  icecc-1.3.1.tar.xz

New:

  icecc-1.4.0.tar.xz



Other differences:
--
++ icecream.spec ++
--- /var/tmp/diff_new_pack.EUX2I0/_old  2022-03-04 20:21:06.212671526 +0100
+++ /var/tmp/diff_new_pack.EUX2I0/_new  2022-03-04 20:21:06.216671523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icecream
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   icecream
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:Distributed Compilation in the Network
 License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Tools/Building
 URL:https://github.com/icecc/icecream
-Source0:
https://github.com/icecc/icecream/releases/download/%{version}/icecc-%{version}.tar.xz
+Source0:
https://github.com/icecc/icecream/releases/download/1.4/icecc-%{version}.tar.xz
 Source1:iceccd.xml
 Source2:iceccd.service.in
 Source3:iceccd-wrapper
@@ -76,7 +76,7 @@
 Group:  Development/Tools/Building
 Requires:   clang
 Requires:   icecream
-Supplements:packageand(icecream:clang)
+Supplements:(icecream and clang)
 
 %description -n icecream-clang-wrappers
 Wrapper symlinks for clang/clang++ for icecream distributed building.

++ icecc-1.3.1.tar.xz -> icecc-1.4.0.tar.xz ++
 31421 lines of diff (skipped)


commit icecream for openSUSE:Factory

2021-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2021-10-06 19:50:01

Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and  /work/SRC/openSUSE:Factory/.icecream.new.2443 (New)


Package is "icecream"

Wed Oct  6 19:50:01 2021 rev:58 rq:923515 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2021-01-11 
17:16:16.768610952 +0100
+++ /work/SRC/openSUSE:Factory/.icecream.new.2443/icecream.changes  
2021-10-06 19:50:14.412065274 +0200
@@ -1,0 +2,7 @@
+Wed Sep 22 14:31:32 UTC 2021 - Johannes Segitz 
+
+- Added hardening to systemd service(s) (bsc#1181400). Modified:
+  * icecc-scheduler.service.in
+  * iceccd.service.in
+
+---



Other differences:
--
++ icecc-scheduler.service.in ++
--- /var/tmp/diff_new_pack.SOsMIm/_old  2021-10-06 19:50:14.972065792 +0200
+++ /var/tmp/diff_new_pack.SOsMIm/_new  2021-10-06 19:50:14.976065796 +0200
@@ -2,6 +2,19 @@
 Description=Icecream distributed compiler scheduler
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Type=simple
 EnvironmentFile=-/etc/sysconfig/icecream
 User=icecream

++ iceccd.service.in ++
--- /var/tmp/diff_new_pack.SOsMIm/_old  2021-10-06 19:50:15.016065833 +0200
+++ /var/tmp/diff_new_pack.SOsMIm/_new  2021-10-06 19:50:15.016065833 +0200
@@ -3,6 +3,19 @@
 After=network.target nss-lookup.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Type=simple
 EnvironmentFile=-/etc/sysconfig/icecream
 SyslogIdentifier=iceccd