Hello community,

here is the log from the commit of package gnuserv for openSUSE:Factory checked 
in at 2017-11-14 13:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuserv (Old)
 and      /work/SRC/openSUSE:Factory/.gnuserv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuserv"

Tue Nov 14 13:00:13 2017 rev:16 rq:541517 version:3.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes  2011-12-25 
17:34:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnuserv.new/gnuserv.changes     2017-11-14 
13:00:14.652318616 +0100
@@ -1,0 +2,6 @@
+Mon Nov 13 14:43:55 UTC 2017 - [email protected]
+
+- Rename README.SuSE to README.SUSE, adhering to the correct
+  spelling.
+
+-------------------------------------------------------------------

Old:
----
  gnuserv-README.SuSE

New:
----
  gnuserv-README.SUSE

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

Other differences:
------------------
++++++ gnuserv.spec ++++++
--- /var/tmp/diff_new_pack.sj0tnr/_old  2017-11-14 13:00:16.312257922 +0100
+++ /var/tmp/diff_new_pack.sj0tnr/_new  2017-11-14 13:00:16.316257775 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuserv
 #
-# Copyright (c) 2011 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,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnuserv
 BuildRequires:  autoconf
 BuildRequires:  emacs-nox
@@ -28,7 +29,7 @@
 Version:        3.12.6
 Release:        0
 Source:         http://meltin.net/hacks/emacs/gnuserv-%{version}.tar.gz
-Source1:        %{name}-README.SuSE
+Source1:        %{name}-README.SUSE
 Patch:          gnuserv-3.12.6.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,18 +42,7 @@
 way, there is no need to start a new Emacs each time another
 application loads an editor.
 
-Find hints at /usr/share/doc/packages/gnuserv/README.SuSE.
-
-
-
-Authors:
---------
-    Andy Norman  <[email protected]>
-    Arup Mukherjee <[email protected]>
-    Bob Weiner <[email protected]>
-    Darrell Kindred <[email protected]>
-    Martin Schwenke <[email protected]>
-    Noah Friedman <[email protected]>
+Find hints at /usr/share/doc/packages/gnuserv/README.SUSE.
 
 %define INSTALL install -m755 -s
 %define INSTALL_DIR install -d -m755
@@ -60,7 +50,7 @@
 
 %prep
 %setup -q
-cp -p %{S:1} README.SuSE
+cp -p %{S:1} README.SUSE
 %patch -p1
 
 %build
@@ -99,7 +89,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING README README.%{name} README.SuSE
+%doc COPYING README README.%{name} README.SUSE
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/emacs/site-lisp/*

++++++ gnuserv-README.SUSE ++++++
To use gnuserv with GNU Emacs add add the following lines to the
~/.emacs file:

    (autoload 'gnuserv-start "gnuserv-compat")
    (add-hook 'emacs-startup-hook '(lambda () (gnuserv-start)))

And set the environment variable EDITOR to "gnuclient" (e.g., in
.bashrc):

export EDITOR=gnuclient

For advanced features, take a look at the gnuserv(1) man page ('man
gnuserv').  Note security implications outline in the documentation--you
are warned!


Reply via email to