Hello community,

here is the log from the commit of package lv for openSUSE:Factory checked in 
at 2011-11-23 19:36:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lv (Old)
 and      /work/SRC/openSUSE:Factory/.lv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lv", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lv/lv.changes    2011-09-23 02:12:14.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lv.new/lv.changes       2011-11-23 
19:36:43.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 11:58:34 UTC 2011 - [email protected]
+
+- build against libtinfo
+
+-------------------------------------------------------------------

New:
----
  lv-splitted-libtinfo.patch

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

Other differences:
------------------
++++++ lv.spec ++++++
--- /var/tmp/diff_new_pack.v0k2DF/_old  2011-11-23 19:36:45.000000000 +0100
+++ /var/tmp/diff_new_pack.v0k2DF/_new  2011-11-23 19:36:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lv (Version 4.51)
+# spec file for package lv
 #
-# Copyright (c) 2009 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
@@ -26,11 +26,12 @@
 Version:        4.51
 Release:        125
 Url:            http://www.ff.iij4u.or.jp/~nrt/lv/
-Source:         http://www.ff.iij4u.or.jp/~nrt/freeware/lv451.tar.bz2
+Source:         lv451.tar.bz2
 Patch0:         lv-add-lgrep-man-page.patch 
 Patch2:         lv-fixes.patch
 Patch3:         lv-strip.patch
 Patch4:         missing-include.patch
+Patch5:         lv-splitted-libtinfo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Powerful, Multilingual File Viewer, Same User Interface as 
"Less"
 
@@ -60,8 +61,14 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%if %suse_version > 1210
+%patch5 -p1
+%endif
 
 %build
+pushd src
+  autoreconf -fi
+popd
 # update config.{guess,sub}
 %{?suse_update_config:%{suse_update_config -f src }}
 pushd build

++++++ lv-splitted-libtinfo.patch ++++++
Index: lv451/src/configure.in
===================================================================
--- lv451.orig/src/configure.in
+++ lv451/src/configure.in
@@ -24,7 +24,7 @@ AC_ARG_ENABLE(purify,
 dnl Checks for libraries.
 AC_DEFINE(UNIX)
 AC_DEFINE(TERMCAP)
-AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, 
[AC_CHECK_LIB(ncurses, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])])
+AC_CHECK_LIB(terminfo, tgetstr,, [AC_CHECK_LIB(termcap, tgetstr,, 
[AC_CHECK_LIB(tinfo, tgetstr,, [AC_CHECK_LIB(curses, tgetstr)])])])
 
 dnl Checks for header files.
 AC_HEADER_STDC
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to