Hello community,

here is the log from the commit of package parted for openSUSE:Factory
checked in at Tue Aug 2 14:56:06 CEST 2011.



--------
--- parted/parted.changes       2011-05-19 15:25:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/parted/parted.changes  2011-07-31 
03:51:53.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 01:50:07 UTC 2011 - [email protected]
+
+- Use ncursesw6 instead of plain-old ncurses5 
+- Disable automake silent rules
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  parted-2.4-ncursesw6.patch

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

Other differences:
------------------
++++++ parted.spec ++++++
--- /var/tmp/diff_new_pack.QcZchM/_old  2011-08-02 14:55:50.000000000 +0200
+++ /var/tmp/diff_new_pack.QcZchM/_new  2011-08-02 14:55:50.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           parted
 Version:        2.4
-Release:        1
+Release:        7
 License:        GPLv3+
 Summary:        GNU partitioner
 Url:            http://www.gnu.org/software/parted/
@@ -39,7 +39,7 @@
 Patch11:        do-not-create-dm-nodes.patch
 #PATCH-FEATURE-OPENSUSE more-reliable-informing-the-kernel.patch bnc#657360 
[email protected]
 Patch12:        more-reliable-informing-the-kernel.patch
-
+Patch13:        parted-2.4-ncursesw6.patch
 Requires:       /sbin/udevadm
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -102,15 +102,19 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13
 
 %build
+export CFLAGS="%{optflags} `ncursesw6-config --cflags`"
+export LDFLAGS="`ncursesw6-config --libs`"
 AUTOPOINT=true autoreconf --force --install
 %configure     --disable-static \
                --with-pic \
                --enable-device-mapper=yes      \
                --enable-dynamic-loading=no     \
                --enable-selinux                \
-               --disable-Werror
+               --disable-Werror \
+        --disable-silent-rules
 make %{?_smp_mflags}
 
 %install

++++++ parted-2.4-ncursesw6.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -178,7 +178,8 @@ AM_CPPFLAGS="$AM_CPPFLAGS -D_REENTRANT"
 
 dnl Check for programs.
 AC_ISC_POSIX
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_GCC_TRADITIONAL
 AM_PROG_CC_C_O
 
@@ -384,7 +385,7 @@ dnl Check for termcap
 if test "$with_readline" = yes; then
        OLD_LIBS="$LIBS"
        LIBS=""
-       AC_SEARCH_LIBS([tgetent], [tinfo ncurses curses termcap termlib],
+       AC_SEARCH_LIBS([tgetent], [tinfo ncursesw curses termcap termlib],
                [PARTED_LIBS="$PARTED_LIBS $LIBS"],
                [AC_MSG_ERROR(dnl
 [termcap could not be found which is required for the

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to