Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2015-03-03 11:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/uucp.changes    2014-10-05 
20:31:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/uucp.changes       2015-03-03 
11:15:41.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Mar  2 08:28:11 UTC 2015 - [email protected]
+
+- Make makeinfo less restrict 
+
+-------------------------------------------------------------------
+Tue Feb 24 19:25:15 UTC 2015 - [email protected]
+
+- Add uucp-texinfo-5.0.patch: Fix build with texinfo 5.0.
+
+-------------------------------------------------------------------

New:
----
  uucp-texinfo-5.0.patch

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

Other differences:
------------------
++++++ sendmail.spec ++++++
--- /var/tmp/diff_new_pack.HqclZj/_old  2015-03-03 11:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.HqclZj/_new  2015-03-03 11:15:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sendmail
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ uucp.spec ++++++
--- /var/tmp/diff_new_pack.HqclZj/_old  2015-03-03 11:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.HqclZj/_new  2015-03-03 11:15:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uucp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -41,6 +41,7 @@
 Patch3:         uucp-1.07-cu.patch
 Patch4:         uucp-1.07-lockdev.patch
 Patch5:         drop_ftime.patch
+Patch6:         uucp-texinfo-5.0.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -71,6 +72,7 @@
 %patch -P 4 -p0 -b .lockdev
 %patch -P 0
 %patch5 -p1
+%patch6 -p1
 
 %build
     #
@@ -83,7 +85,7 @@
        --with-newconfigdir=%{_sysconfdir}/uucp \
        --with-oldconfigdir=%{_sysconfdir}/uucp/hdb_config \
        --prefix=/usr --mandir=%{_mandir} --infodir=%{_infodir}
-    make CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE" LDFLAGS="-pie"
+    make CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE" LDFLAGS="-pie" 
MAKEINFO="makeinfo --force"
 
 %install
     ID=$(id -u)

++++++ uucp-texinfo-5.0.patch ++++++
Index: uucp-1.07/uucp.texi
===================================================================
--- uucp-1.07.orig/uucp.texi
+++ uucp-1.07/uucp.texi
@@ -4230,7 +4230,7 @@ may be sent to the remote system upon re
 
 @table @code
 
-@itemx speed @var{number}
+@item speed @var{number}
 @findex speed in sys file
 @item baud @var{number}
 @findex baud in sys file
@@ -5119,7 +5119,7 @@ the port name is taken as the device.  D
 dependent.  On Unix, a modem or direct connection might be something
 like @file{/dev/ttyd0}; a TLI port might be @file{/dev/inet/tcp}.
 
-@itemx speed @var{number} [modem and direct only ]
+@item speed @var{number} [modem and direct only ]
 @findex speed in port file
 @item baud @var{number} [ modem and direct only ]
 @findex baud in port file
@@ -5129,7 +5129,7 @@ name, then all ports which match the spe
 the speed is not specified here and is not specified by the system, the
 natural speed of the port will be used by default.
 
-@itemx speed-range @var{number} @var{number} [ modem only ]
+@item speed-range @var{number} @var{number} [ modem only ]
 @findex speed-range
 @item baud-range @var{number} @var{number} [ modem only ]
 @findex baud-range
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to