commit gnuserv for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package gnuserv for openSUSE:Factory checked 
in at 2020-03-11 18:53:40

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


Package is "gnuserv"

Wed Mar 11 18:53:40 2020 rev:19 rq:783708 version:3.12.6

Changes:

--- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes  2018-03-08 
10:58:29.751174802 +0100
+++ /work/SRC/openSUSE:Factory/.gnuserv.new.3160/gnuserv.changes
2020-03-11 18:55:34.819681158 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 09:10:24 UTC 2020 - Martin Pluskal 
+
+- Fix build dependencies boo#1120300
+
+---



Other differences:
--
++ gnuserv.spec ++
--- /var/tmp/diff_new_pack.OV3S1d/_old  2020-03-11 18:55:36.467681895 +0100
+++ /var/tmp/diff_new_pack.OV3S1d/_new  2020-03-11 18:55:36.467681895 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuserv
 #
-# Copyright (c) 2018 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,8 +27,8 @@
 Patch0: gnuserv-3.12.6.diff
 BuildRequires:  autoconf
 BuildRequires:  emacs-nox
-Provides:   fgnuserv
-Obsoletes:  fgnuserv
+BuildRequires:  libX11-devel
+BuildRequires:  libXau-devel
 
 %description
 This package is not required for XEmacs, because the tools included
@@ -42,14 +42,15 @@
 Find hints at %{_docdir}/gnuserv/README.SUSE.
 
 %prep
-%setup -q
+%autosetup -p1
 cp -p %{SOURCE1} README.SUSE
-%patch0 -p1
 
 %build
 autoreconf -fiv
-%configure
-make %{?_smp_mflags} all gnuserv.elc
+%configure \
+  --x-includes=%{_includedir} \
+  --x-libraries=%{_libdir}
+%make_build all gnuserv.elc
 
 %install
 install -d -m755 \




commit gnuserv for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package gnuserv for openSUSE:Factory checked 
in at 2018-03-08 10:58:29

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


Package is "gnuserv"

Thu Mar  8 10:58:29 2018 rev:18 rq:583852 version:3.12.6

Changes:

--- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes  2018-03-07 
10:38:36.693964489 +0100
+++ /work/SRC/openSUSE:Factory/.gnuserv.new/gnuserv.changes 2018-03-08 
10:58:29.751174802 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 11:44:06 UTC 2018 - mplus...@suse.com
+
+- Clean up spec file with spec-clener
+
+---



Other differences:
--
++ gnuserv.spec ++
--- /var/tmp/diff_new_pack.ob0m6n/_old  2018-03-08 10:58:30.447149645 +0100
+++ /var/tmp/diff_new_pack.ob0m6n/_new  2018-03-08 10:58:30.451149501 +0100
@@ -17,19 +17,18 @@
 
 
 Name:   gnuserv
-BuildRequires:  autoconf
-BuildRequires:  emacs-nox
-Provides:   fgnuserv
-Obsoletes:  fgnuserv
-Summary:Server and Clients for Emacs
-License:GPL-2.0-or-later
-Group:  Productivity/Editors/Emacs
 Version:3.12.6
 Release:0
+Summary:Server and Clients for Emacs
+License:GPL-2.0-or-later
+Group:  Productivity/Text/Editors
 Source: http://meltin.net/hacks/emacs/gnuserv-%{version}.tar.gz
 Source1:%{name}-README.SUSE
-Patch:  gnuserv-3.12.6.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: gnuserv-3.12.6.diff
+BuildRequires:  autoconf
+BuildRequires:  emacs-nox
+Provides:   fgnuserv
+Obsoletes:  fgnuserv
 
 %description
 This package is not required for XEmacs, because the tools included
@@ -40,33 +39,30 @@
 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.
-
-%define INSTALL install -m755 -s
-%define INSTALL_DIR install -d -m755
-%define INSTALL_DATA install -m644
+Find hints at %{_docdir}/gnuserv/README.SUSE.
 
 %prep
 %setup -q
-cp -p %{S:1} README.SUSE
-%patch -p1
+cp -p %{SOURCE1} README.SUSE
+%patch0 -p1
 
 %build
-# export LC_CTYPE=ISO-8859-1
-autoreconf -fi
-./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} 
--x-includes=/usr/include
-make "CFLAGS=$RPM_OPT_FLAGS"
-make gnuserv.elc
-# emacs -batch -f batch-byte-compile gnuserv.el
+autoreconf -fiv
+%configure
+make %{?_smp_mflags} all gnuserv.elc
 
 %install
-%{INSTALL_DIR} $RPM_BUILD_ROOT%{_mandir}/man1 \
-   $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
-make install prefix=$RPM_BUILD_ROOT%{_prefix} \
-man1dir=$RPM_BUILD_ROOT%{_mandir}/man1
-make install-elisp elispdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp \
-   prefix=$RPM_BUILD_ROOT%{_prefix}
-pushd $RPM_BUILD_ROOT%{_mandir}/man1
+install -d -m755 \
+  %{buildroot}%{_mandir}/man1 \
+  %{buildroot}%{_datadir}/emacs/site-lisp
+make install  \
+  exec_prefix=%{buildroot}%{_prefix} \
+  prefix=%{buildroot}%{_prefix} \
+  man1dir=%{buildroot}%{_mandir}/man1
+make install-elisp \
+  elispdir=%{buildroot}%{_datadir}/emacs/site-lisp \
+  prefix=%{buildroot}%{_prefix}
+pushd %{buildroot}%{_mandir}/man1
 for f in *.1 ; do
   case $f in
 gnuserv.1)
@@ -82,12 +78,9 @@
 popd
 mv README.orig README.%{name}
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-
 %files
-%defattr(-, root, root)
-%doc COPYING README README.%{name} README.SUSE
+%license COPYING
+%doc README README.%{name} README.SUSE
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/emacs/site-lisp/*




commit gnuserv for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package gnuserv for openSUSE:Factory checked 
in at 2018-03-07 10:38:31

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


Package is "gnuserv"

Wed Mar  7 10:38:31 2018 rev:17 rq:583411 version:3.12.6

Changes:

--- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes  2017-11-14 
13:00:14.652318616 +0100
+++ /work/SRC/openSUSE:Factory/.gnuserv.new/gnuserv.changes 2018-03-07 
10:38:36.693964489 +0100
@@ -1,0 +2,6 @@
+Thu Mar  1 19:32:38 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove xorg-x11-devel from buildrequires, X libs
+  are looked up by configure but they are never used.
+
+---



Other differences:
--
++ gnuserv.spec ++
--- /var/tmp/diff_new_pack.gJvLkQ/_old  2018-03-07 10:38:37.365940251 +0100
+++ /var/tmp/diff_new_pack.gJvLkQ/_new  2018-03-07 10:38:37.365940251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuserv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,12 +19,10 @@
 Name:   gnuserv
 BuildRequires:  autoconf
 BuildRequires:  emacs-nox
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
 Provides:   fgnuserv
 Obsoletes:  fgnuserv
 Summary:Server and Clients for Emacs
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Editors/Emacs
 Version:3.12.6
 Release:0




commit gnuserv for openSUSE:Factory

2017-11-14 Thread root
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.0 +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 - dims...@opensuse.org
+
+- 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  
-Arup Mukherjee 
-Bob Weiner 
-Darrell Kindred 
-Martin Schwenke 
-Noah Friedman 
+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!




commit gnuserv for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package gnuserv for openSUSE:Factory checked 
in at 2011-12-25 17:34:21

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


Package is "gnuserv", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gnuserv/gnuserv.changes  2011-09-23 
02:01:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuserv.new/gnuserv.changes 2011-12-25 
17:34:23.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:31:32 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ gnuserv.spec ++
--- /var/tmp/diff_new_pack.0aJIzX/_old  2011-12-25 17:34:23.0 +0100
+++ /var/tmp/diff_new_pack.0aJIzX/_new  2011-12-25 17:34:23.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gnuserv (Version 3.12.6)
+# spec file for package gnuserv
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products 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,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   gnuserv
-BuildRequires:  emacs-nox xorg-x11 xorg-x11-devel
-License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
+BuildRequires:  autoconf
+BuildRequires:  emacs-nox
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Provides:   fgnuserv 
 Obsoletes:  fgnuserv
-AutoReqProv:on
 Summary:Server and Clients for Emacs
+License:GPL-2.0+
+Group:  Productivity/Editors/Emacs
 Version:3.12.6
-Release:251
+Release:0
 Source: http://meltin.net/hacks/emacs/gnuserv-%{version}.tar.gz
 Source1:%{name}-README.SuSE
 Patch:  gnuserv-3.12.6.diff

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



commit gnuserv for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is "gnuserv", Maintainer is "k...@suse.com"

Changes:




Other differences:
--
++ gnuserv.spec ++
--- /var/tmp/diff_new_pack.aKmwIB/_old  2011-12-06 18:23:33.0 +0100
+++ /var/tmp/diff_new_pack.aKmwIB/_new  2011-12-06 18:23:33.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   gnuserv
 BuildRequires:  emacs-nox xorg-x11 xorg-x11-devel
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
 Provides:   fgnuserv 
 Obsoletes:  fgnuserv

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