Hello community,

here is the log from the commit of package patchutils for openSUSE:Factory 
checked in at 2014-09-03 18:20:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patchutils (Old)
 and      /work/SRC/openSUSE:Factory/.patchutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patchutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/patchutils/patchutils.changes    2013-03-10 
08:36:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.patchutils.new/patchutils.changes       
2014-09-03 18:20:34.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Aug 29 18:27:42 UTC 2014 - asterios.dra...@gmail.com
+
+- Update to 0.3.3:
+  * Context output format for "no newline" lines has been fixed.
+  * The splitdiff utility now has an option to disable ".patch"
+    filename extensions.
+  * Some fixes for bugs spotted by Coverity.
+  * Interdiff can now use "-" (stdin) for one of the inputs.
+- Run "make check" in %check section.
+
+-------------------------------------------------------------------

Old:
----
  patchutils-0.3.2.tar.bz2

New:
----
  patchutils-0.3.3.tar.xz

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

Other differences:
------------------
++++++ patchutils.spec ++++++
--- /var/tmp/diff_new_pack.0nnlZb/_old  2014-09-03 18:20:35.000000000 +0200
+++ /var/tmp/diff_new_pack.0nnlZb/_new  2014-09-03 18:20:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package patchutils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,19 +17,22 @@
 
 
 Name:           patchutils
-Url:            http://cyberelk.net/tim/patchutils/
-Requires:       diffutils
-Requires:       patch
-BuildRequires:  automake
-Version:        0.3.2
+Version:        0.3.3
 Release:        0
 Summary:        A Collection of Tools for Manipulating Patch Files
 License:        GPL-2.0+
 Group:          Productivity/File utilities
-Source:         
http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.bz2
-Patch:          %name-0.2.30-tailsyntax.diff
+Url:            http://cyberelk.net/tim/software/patchutils/
+Source0:        
http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz
+Patch0:         %{name}-0.2.30-tailsyntax.diff
 Patch1:         overrun.diff
 Patch2:         rediff-hunk-init-fix.diff
+BuildRequires:  automake
+%if 0%{?suse_version} < 1220
+BuildRequires:  xz
+%endif
+Requires:       diffutils
+Requires:       patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,36 +45,34 @@
 based on modified files matching shell wildcards. Lsdiff lists modified
 files in a patch. Rediff corrects hand-edited patches.
 
-
-
-Authors:
---------
-    Tim Waugh <twa...@redhat.com>
-    Marko Kreen <ma...@l-t.ee>
-    Matthias Hanisch <ma...@camline.com>
-
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1
 %patch2 -p1
 # new autoconf 1.13 removed old macro
+# use it only on openSUSE > 11.1 since it fails in SLE with "configure.in:7: 
option `dist-xz' not recognized"
+%if 0%{?suse_version} > 1110
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+%endif
 
 %build
+%if 0%{?suse_version} > 1110
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS"
-./configure --prefix=/usr --mandir=%_mandir
+%endif
+%configure
 make %{?_smp_mflags}
+
+%check
 make check
 
 %install
-make DESTDIR=%buildroot install
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
-/usr/bin/*
-%_mandir/man1/*.1.gz
+%{_bindir}/*
+%{_mandir}/man1/*.1.gz
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to