Hello community,

here is the log from the commit of package yafc for openSUSE:Factory checked in 
at 2015-02-27 10:59:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yafc (Old)
 and      /work/SRC/openSUSE:Factory/.yafc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yafc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yafc/yafc.changes        2012-01-04 
07:33:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yafc.new/yafc.changes   2015-02-27 
10:59:38.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 24 20:05:41 UTC 2015 - [email protected]
+
+- Add makeinfo BuildRequires: actually allow to FILL the .info page.
+- Add yafc-texinfo-5.0.patch: Fix build with makeinfo 5.0.
+
+-------------------------------------------------------------------

New:
----
  yafc-texinfo-5.0.patch

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

Other differences:
------------------
++++++ yafc.spec ++++++
--- /var/tmp/diff_new_pack.CjVS5s/_old  2015-02-27 10:59:39.000000000 +0100
+++ /var/tmp/diff_new_pack.CjVS5s/_new  2015-02-27 10:59:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yafc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           yafc
 BuildRequires:  krb5-devel
+BuildRequires:  makeinfo
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 Summary:        Yet Another FTP Client
@@ -34,6 +36,7 @@
 Patch2:         remove_bsd_code.diff
 Patch3:         yafc-krb5.diff
 Patch4:         disable_date_time.diff
+Patch5:         yafc-texinfo-5.0.patch
 
 %description
 Yafc is an OpenSource console mode FTP client. It has support for
@@ -54,6 +57,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=%{prefix} 
--infodir=%{_infodir} --mandir=%{_mandir}

++++++ yafc-texinfo-5.0.patch ++++++
Index: yafc-1.1.1/doc/yafc_bookmark.texi
===================================================================
--- yafc-1.1.1.orig/doc/yafc_bookmark.texi
+++ yafc-1.1.1/doc/yafc_bookmark.texi
@@ -32,7 +32,7 @@ keyword.
 @c ======================================================
 
 @node Bookmark keywords, Bookmark examples, , Bookmarks
-@subsection Bookmark keywords
+@section Bookmark keywords
 
 @table @samp
 
Index: yafc-1.1.1/doc/yafc_intro.texi
===================================================================
--- yafc-1.1.1.orig/doc/yafc_intro.texi
+++ yafc-1.1.1/doc/yafc_intro.texi
@@ -21,7 +21,7 @@ to improve this manual, please send a me
 
 @c -----------------------------------------------------
 @node Bugs, Obtaining Yafc, , Overview
-@subsection Bugs
+@section Bugs
 
 Please report bugs to @email{yafc-devel@@lists.sourceforge.net}.
 Before reporting a bug, please verify you're using the latest version
@@ -34,7 +34,7 @@ example for me to reproduce (use the @co
 
 @c -----------------------------------------------------
 @node    Obtaining Yafc, Motivation, Bugs, Overview
-@subsection Obtaining Yafc
+@section Obtaining Yafc
 
 @table @asis
 
@@ -48,7 +48,7 @@ example for me to reproduce (use the @co
 
 @c -----------------------------------------------------
 @node    Motivation, , Obtaining Yafc, Overview
-@subsection Motivation
+@section Motivation
 
 Yafc was created because I needed a good ftp client.
 The standard BSD ftp client lacks tab completion, something I've
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to