commit fwnn for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fwnn for openSUSE:Factory checked in 
at 2022-10-28 19:29:57

Comparing /work/SRC/openSUSE:Factory/fwnn (Old)
 and  /work/SRC/openSUSE:Factory/.fwnn.new.2275 (New)


Package is "fwnn"

Fri Oct 28 19:29:57 2022 rev:28 rq:1031543 version:1.1.1a023.1

Changes:

--- /work/SRC/openSUSE:Factory/fwnn/fwnn.changes2021-09-20 
23:34:28.503271559 +0200
+++ /work/SRC/openSUSE:Factory/.fwnn.new.2275/fwnn.changes  2022-10-28 
19:30:24.502895525 +0200
@@ -1,0 +2,7 @@
+Tue Oct 25 13:52:29 UTC 2022 - Matthias Gerstner 
+
+- Fix generation of debuginfo packages. The IMake based build system by
+  default strips binaries during `make install` phase already. Avoid this by
+  overriding the corresponding make variable.
+
+---



Other differences:
--
++ fwnn.spec ++
--- /var/tmp/diff_new_pack.CG6PI7/_old  2022-10-28 19:30:26.042903248 +0200
+++ /var/tmp/diff_new_pack.CG6PI7/_new  2022-10-28 19:30:26.046903268 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fwnn
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -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/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:FreeWnn Japanese Input System--Server Only
 License:GPL-2.0-or-later
 Group:  System/I18n/Japanese
-Url:http://freewnn.sourceforge.jp/
+URL:http://freewnn.sourceforge.jp/
 # Upstream hasn't released tarball yet.
 # I entered the following commands.
 # cvs -d :pserver:anonym...@cvs.osdn.net:/cvsroot/freewnn export -r 
freewnn-1-1-1-a023-1 -d FreeWnn-1.1.1-a023.1 FreeWnn
@@ -186,6 +186,8 @@
 This package contains the header files and libraries for building
 client programs that use the Korean Input System, Free kWnn.
 
+
+
 ##
 # package xwnmo
 # I don't know how to build xwnmo. Will try that later ...
@@ -238,7 +240,7 @@
 #popd
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make DESTDIR=%{buildroot} INSTPGMFLAGS= install %{?_smp_mflags}
 make install.man DESTDIR=%{buildroot}
 #pushd Wnn/uum
 #make install DESTDIR=$RPM_BUILD_ROOT INSTPGMFLAGS=


commit fwnn for openSUSE:Factory

2021-09-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fwnn for openSUSE:Factory checked in 
at 2021-09-20 23:32:54

Comparing /work/SRC/openSUSE:Factory/fwnn (Old)
 and  /work/SRC/openSUSE:Factory/.fwnn.new.1899 (New)


Package is "fwnn"

Mon Sep 20 23:32:54 2021 rev:27 rq:920058 version:1.1.1a023.1

Changes:

--- /work/SRC/openSUSE:Factory/fwnn/fwnn.changes2019-08-22 
15:08:12.310499218 +0200
+++ /work/SRC/openSUSE:Factory/.fwnn.new.1899/fwnn.changes  2021-09-20 
23:34:28.503271559 +0200
@@ -1,0 +2,9 @@
+Thu Sep 16 07:16:15 UTC 2021 - Johannes Segitz 
+
+- Added hardening to systemd service(s) (bsc#1181400). Modified:
+  * fcwnn.service
+  * fkwnn.service
+  * ftwnn.service
+  * fwnn.service
+
+---



Other differences:
--

++ fcwnn.service ++
--- /var/tmp/diff_new_pack.orxUVS/_old  2021-09-20 23:34:29.211272434 +0200
+++ /var/tmp/diff_new_pack.orxUVS/_new  2021-09-20 23:34:29.211272434 +0200
@@ -3,6 +3,19 @@
 Description=Free Wnn (mainland) Chinese Server, for input of simplified Chinese
 
 [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=forking
 User=wnn
 ExecStartPre=/bin/rm -f /tmp/cd_sockV4

++ fkwnn.service ++
--- /var/tmp/diff_new_pack.orxUVS/_old  2021-09-20 23:34:29.239272469 +0200
+++ /var/tmp/diff_new_pack.orxUVS/_new  2021-09-20 23:34:29.243272474 +0200
@@ -3,6 +3,19 @@
 Description=Free Wnn Korean Server, for input of Korean
 
 [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=forking
 User=wnn
 ExecStartPre=/bin/rm -f /tmp/kd_sockV4

++ ftwnn.service ++
--- /var/tmp/diff_new_pack.orxUVS/_old  2021-09-20 23:34:29.263272498 +0200
+++ /var/tmp/diff_new_pack.orxUVS/_new  2021-09-20 23:34:29.263272498 +0200
@@ -3,6 +3,19 @@
 Description=Free Wnn Taiwan-Chinese Server, for input of traditional Chinese
 
 [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=forking
 User=wnn
 ExecStartPre=/bin/rm -f /tmp/td_sockV4


++ fwnn.service ++
--- /var/tmp/diff_new_pack.orxUVS/_old  2021-09-20 23:34:29.303272548 +0200
+++ /var/tmp/diff_new_pack.orxUVS/_new  2021-09-20 23:34:29.303272548 +0200
@@ -3,6 +3,19 @@
 Description=Free Wnn Kanji Server used for input of Japanese
 
 [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=forking
 User=wnn
 ExecStartPre=/bin/rm -f /tmp/jd_sockV4