commit finger for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package finger for openSUSE:Factory checked 
in at 2020-01-12 23:15:48

Comparing /work/SRC/openSUSE:Factory/finger (Old)
 and  /work/SRC/openSUSE:Factory/.finger.new.6675 (New)


Package is "finger"

Sun Jan 12 23:15:48 2020 rev:24 rq:761766 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/finger/finger.changes2019-07-28 
10:21:27.860578804 +0200
+++ /work/SRC/openSUSE:Factory/.finger.new.6675/finger.changes  2020-01-12 
23:15:55.818628532 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 07:34:56 UTC 2020 - pgaj...@suse.com
+
+- added patches
+  Build with -no-common, [bsc#1160264]
+  + finger-no-common.patch
+
+---

New:

  finger-no-common.patch



Other differences:
--
++ finger.spec ++
--- /var/tmp/diff_new_pack.rjujeN/_old  2020-01-12 23:15:57.538629168 +0100
+++ /var/tmp/diff_new_pack.rjujeN/_new  2020-01-12 23:15:57.554629175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package finger
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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/
 #
 
 
@@ -27,6 +27,8 @@
 Source4:finger@.service
 Patch1: finger-utf8_segfault.patch
 Patch2: finger-memory-leak.patch
+# Build with -no-common, [bsc#1160264]
+Patch3: finger-no-common.patch
 Requires:   netcfg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,6 +54,7 @@
 %setup -q -n finger-bsd-%{version}
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="%{optflags} -fpie" LDFLAGS="-pie"

++ finger-no-common.patch ++
Index: finger-bsd-1.3/finger/util.c
===
--- finger-bsd-1.3.orig/finger/util.c   2020-01-08 08:25:57.961844850 +0100
+++ finger-bsd-1.3/finger/util.c2020-01-08 08:26:37.282059567 +0100
@@ -52,9 +52,6 @@
 #include "extern.h"
 #include "utf8conv.h"
 
-PERSON *htab[HSIZE];   /* the buckets */
-PERSON *phead, *ptail; /* the linked list of all people */
-
 
 char *estrdup (char *);
 WHERE *walloc (PERSON * pn);



commit finger for openSUSE:Factory

2019-07-28 Thread root
Hello community,

here is the log from the commit of package finger for openSUSE:Factory checked 
in at 2019-07-28 10:21:24

Comparing /work/SRC/openSUSE:Factory/finger (Old)
 and  /work/SRC/openSUSE:Factory/.finger.new.4126 (New)


Package is "finger"

Sun Jul 28 10:21:24 2019 rev:23 rq:718272 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/finger/finger.changes2017-06-21 
13:51:16.325470704 +0200
+++ /work/SRC/openSUSE:Factory/.finger.new.4126/finger.changes  2019-07-28 
10:21:27.860578804 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 08:42:20 UTC 2019 - matthias.gerst...@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
+
+---

Old:

  finger.firewall



Other differences:
--
++ finger.spec ++
--- /var/tmp/diff_new_pack.u8PtOU/_old  2019-07-28 10:21:30.504577902 +0200
+++ /var/tmp/diff_new_pack.u8PtOU/_new  2019-07-28 10:21:30.544577888 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package finger
 #
-# Copyright (c) 2017 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
@@ -23,7 +23,6 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Other
 Source: finger-bsd-%{version}.tar.bz2
-Source2:finger.firewall
 Source3:finger.socket
 Source4:finger@.service
 Patch1: finger-utf8_segfault.patch
@@ -67,8 +66,6 @@
 install -d -m 755 %{buildroot}%{_mandir}/man5
 install -d -m 755 %{buildroot}%{_mandir}/man8
 make install DESTDIR=%{buildroot} INSTALL_PROGRAM="install -m 755"
-install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
-install -m 644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server
 
 install -D -m 0644 %{SOURCE3} %{buildroot}/%{_unitdir}/finger.socket
 install -D -m 0644 %{SOURCE4} %{buildroot}/%{_unitdir}/finger@.service
@@ -99,7 +96,6 @@
 %{_unitdir}/finger@.service
 %{_mandir}/man8/fingerd.8%{ext_man}
 %{_mandir}/man8/in.fingerd.8%{ext_man}
-%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server
 %{_sbindir}/in.fingerd
 
 %changelog




commit finger for openSUSE:Factory

2017-06-21 Thread root
Hello community,

here is the log from the commit of package finger for openSUSE:Factory checked 
in at 2017-06-21 13:51:15

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


Package is "finger"

Wed Jun 21 13:51:15 2017 rev:22 rq:504580 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/finger/finger.changes2011-09-23 
01:57:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.finger.new/finger.changes   2017-06-21 
13:51:16.325470704 +0200
@@ -1,0 +2,6 @@
+Thu Jun 15 14:10:30 UTC 2017 - tchva...@suse.com
+
+- Switch from xinetd service to systemd socket activated one
+- Cleanup a bit with spec-cleaner
+
+---

Old:

  finger.xinetd

New:

  finger.socket
  finger@.service



Other differences:
--
++ finger.spec ++
--- /var/tmp/diff_new_pack.RznhtO/_old  2017-06-21 13:51:18.485166056 +0200
+++ /var/tmp/diff_new_pack.RznhtO/_new  2017-06-21 13:51:18.489165492 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package finger (Version 1.3)
+# spec file for package finger
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,32 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   finger
-License:BSD-3-Clause
-Group:  Productivity/Networking/Other
-Requires:   netcfg
 Version:1.3
-Release:150
+Release:0
 Summary:Show User Information (Client)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: finger-bsd-%version.tar.bz2
-Source1:finger.xinetd
+License:BSD-3-Clause
+Group:  Productivity/Networking/Other
+Source: finger-bsd-%{version}.tar.bz2
 Source2:finger.firewall
+Source3:finger.socket
+Source4:finger@.service
 Patch1: finger-utf8_segfault.patch
 Patch2: finger-memory-leak.patch
+Requires:   netcfg
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Finger is a utility that allows users to see information about system
 users (login name, home directory, name, and more) on local and remote
 systems.
 
-
-
 %package server
-License:BSD-3-Clause
 Summary:A Server for Showing User Information
 Group:  Productivity/Networking/Other
 Requires:   netcfg
+%{?systemd_requires}
+
 %description server
 The finger daemon implements a simple protocol based on RFC1196 that
 provides an interface to the Name and Finger programs at several
@@ -48,44 +49,56 @@
 human-oriented status report on either the system at the moment or a
 particular person.
 
-
-
 %prep
-%setup -q -n finger-bsd-%version
+%setup -q -n finger-bsd-%{version}
 %patch1
 %patch2 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie"
+export CFLAGS="%{optflags} -fpie" LDFLAGS="-pie"
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/etc/xinetd.d
-install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
-install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man3
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man5
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man8
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL_PROGRAM="install -m 755"
-install -m 644 %{S:1} $RPM_BUILD_ROOT/etc/xinetd.d/finger
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
-install -m 644 %{S:2} 
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server
+install -d -m 755 %{buildroot}%{_bindir}
+install -d -m 755 %{buildroot}%{_sbindir}
+install -d -m 755 %{buildroot}%{_mandir}/man1
+install -d -m 755 %{buildroot}%{_mandir}/man3
+install -d -m 755 %{buildroot}%{_mandir}/man5
+install -d -m 755 %{buildroot}%{_mandir}/man8
+make install DESTDIR=%{buildroot} INSTALL_PROGRAM="install -m 755"
+install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
+install -m 644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server
+
+install -D -m 0644 %{SOURCE3} %{buildroot}/%{_unitdir}/finger.socket
+install -D -m 0644 %{SOURCE4} %{buildroot}/%{_unitdir}/finger@.service
 %find_lang finger-bsd
 
+%pre server
+%service_add_pre finger.socket
+
+%post server
+%service_add_post finger.socket
+
+%preun server
+%service_del_preun finger.socket
+
+%postun server
+%service_del_postun finger.socket
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS 

commit finger for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package finger for openSUSE:Factory checked 
in at 2011-12-06 18:09:28

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


Package is finger, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ finger.spec ++
--- /var/tmp/diff_new_pack.cUzuGA/_old  2011-12-06 18:14:42.0 +0100
+++ /var/tmp/diff_new_pack.cUzuGA/_new  2011-12-06 18:14:42.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   finger
-License:BSD3c
+License:BSD-3-Clause
 Group:  Productivity/Networking/Other
 Requires:   netcfg
 Version:1.3
@@ -37,7 +37,7 @@
 
 
 %package server
-License:BSD3c
+License:BSD-3-Clause
 Summary:A Server for Showing User Information
 Group:  Productivity/Networking/Other
 Requires:   netcfg

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org