Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2016-03-26 15:29:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wdiff (Old)
 and      /work/SRC/openSUSE:Factory/.wdiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wdiff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wdiff/wdiff.changes      2015-05-07 
08:28:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wdiff.new/wdiff.changes 2016-03-26 
18:16:30.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Mar 26 09:09:53 UTC 2016 - mplus...@suse.com
+
+- Enable experimental tools (same as in Fedora)
+  * mdiff
+  * wdiff2
+  * unify
+- Enable internal testsuite
+- Small spec file improvements and cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wdiff.spec ++++++
--- /var/tmp/diff_new_pack.guQUBQ/_old  2016-03-26 18:16:30.000000000 +0100
+++ /var/tmp/diff_new_pack.guQUBQ/_new  2016-03-26 18:16:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -22,9 +22,9 @@
 Summary:        Display Word Differences Between Text Files
 License:        GPL-2.0+
 Group:          Productivity/Text/Utilities
-Url:            http://www.gnu.org/software/wdiff/
-Source0:        ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
-Source1:        ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
+Url:            https://www.gnu.org/software/wdiff/
+Source0:        https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
+Source1:        https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
@@ -46,20 +46,18 @@
 %setup -q
 
 %build
-# those autoconf tools never really work, do they?
-# error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
-# autoreconf -fi
-LIBS=-lncurses \
-CFLAGS="%{optflags} -pipe -DPROTOTYPES" \
-GETOPT="" \
-%configure
+%configure \
+  --enable-experimental="mdiff wdiff2 unify"
 make %{?_smp_mflags}
 
 %install
-make "DESTDIR=$RPM_BUILD_ROOT" install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %find_lang %{name}-gnulib
 %find_lang %{name}
 
+%check
+make %{?_smp_mflags} check
+
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -69,9 +67,15 @@
 %files
 %defattr(-,root,root)
 %doc BACKLOG ChangeLog NEWS README* THANKS TODO ABOUT-NLS AUTHORS COPYING
-%{_infodir}/wdiff.info*
-%{_bindir}/*
-%{_mandir}/man1/*
+%{_bindir}/mdiff
+%{_bindir}/unify
+%{_bindir}/wdiff
+%{_bindir}/wdiff2
+%{_infodir}/wdiff.info%{ext_info}
+%{_mandir}/man1/mdiff.1%{ext_man}
+%{_mandir}/man1/unify.1%{ext_man}
+%{_mandir}/man1/wdiff.1%{ext_man}
+%{_mandir}/man1/wdiff2.1%{ext_man}
 
 %files lang -f %{name}-gnulib.lang -f %{name}.lang
 %defattr(-,root,root)




Reply via email to