Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2015-05-07 08:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-06-25 
10:49:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wdiff.new/wdiff.changes 2015-05-07 
08:28:58.000000000 +0200
@@ -1,0 +2,13 @@
+Tue May  5 18:54:03 UTC 2015 - [email protected]
+
+- Update project and download url
+
+-------------------------------------------------------------------
+Tue May  5 15:27:16 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Use macro for language package
+- Add gpg signature
+- Fix infor requirements
+
+-------------------------------------------------------------------

New:
----
  wdiff-1.2.2.tar.gz.sig
  wdiff.keyring

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

Other differences:
------------------
++++++ wdiff.spec ++++++
--- /var/tmp/diff_new_pack.Jlfwql/_old  2015-05-07 08:28:58.000000000 +0200
+++ /var/tmp/diff_new_pack.Jlfwql/_new  2015-05-07 08:28:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# Copyright (c) 2014 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
@@ -17,18 +17,21 @@
 
 
 Name:           wdiff
-BuildRequires:  makeinfo
-BuildRequires:  ncurses-devel
-Url:            ftp://mirrors.kernel.org/gnu/wdiff/
 Version:        1.2.2
 Release:        0
 Summary:        Display Word Differences Between Text Files
 License:        GPL-2.0+
 Group:          Productivity/Text/Utilities
-Source:         ftp://mirrors.kernel.org/gnu/wdiff/wdiff-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         %install_info_prereq
+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
+Source2:        %{name}.keyring
+BuildRequires:  makeinfo
+BuildRequires:  ncurses-devel
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 wdiff compares two files and finds which words have been deleted or
@@ -37,20 +40,7 @@
 
 Xwdiff is a handy X Window System front-end, based on Tcl/Tk.
 
-
-
-Authors:
---------
-    Francois Pinard  <[email protected]>
-    Hans Lermen  <[email protected]>
-
-%package lang
-Summary:        Translations for Wdiff
-Group:          Productivity/Text/Utilities
-Requires:       %{name} = %{version}
-
-%description lang
-Contains language specific files for of wdiff.
+%lang_package
 
 %prep
 %setup -q
@@ -60,29 +50,30 @@
 # error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
 # autoreconf -fi
 LIBS=-lncurses \
-CFLAGS="$RPM_OPT_FLAGS -pipe -DPROTOTYPES" \
+CFLAGS="%{optflags} -pipe -DPROTOTYPES" \
 GETOPT="" \
 %configure 
-make
+make %{?_smp_mflags}
 
 %install
 make "DESTDIR=$RPM_BUILD_ROOT" install
 %find_lang %{name}-gnulib
 %find_lang %{name}
 
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+
 %files 
 %defattr(-,root,root)
 %doc BACKLOG ChangeLog NEWS README* THANKS TODO ABOUT-NLS AUTHORS COPYING 
 %{_infodir}/wdiff.info*
-/usr/bin/*
+%{_bindir}/*
 %{_mandir}/man1/*
 
 %files lang -f %{name}-gnulib.lang -f %{name}.lang
-
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
+%defattr(-,root,root)
 
 %changelog


Reply via email to