Hello community,

here is the log from the commit of package delta for openSUSE:Factory checked 
in at 2015-06-10 09:15:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/delta (Old)
 and      /work/SRC/openSUSE:Factory/.delta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "delta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/delta/delta.changes      2011-10-21 
16:28:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.delta.new/delta.changes 2015-06-10 
09:16:16.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun  3 12:32:28 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Drop unnecessary dependencies
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  delta-2006.08.03.tar.bz2

New:
----
  delta-2006.08.03.tar.gz

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

Other differences:
------------------
++++++ delta.spec ++++++
--- /var/tmp/diff_new_pack.N0wyUL/_old  2015-06-10 09:16:16.000000000 +0200
+++ /var/tmp/diff_new_pack.N0wyUL/_new  2015-06-10 09:16:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package delta
 #
-# Copyright (c) 2011 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
@@ -16,38 +16,36 @@
 #
 
 
-
 Name:           delta
-Url:            http://delta.tigris.org/
-License:        BSD-3-Clause
-Group:          Development/Tools/Other
 Version:        2006.08.03
-Release:        74
+Release:        0
 Summary:        Minimize files to interesting parts
-PreReq:         %{install_info_prereq}
+License:        BSD-3-Clause
+Group:          Development/Tools/Other
+Url:            http://delta.tigris.org/
+Source:         
http://delta.tigris.org/files/documents/3103/33566/%{name}-%{version}.tar.gz
+Patch0:         delta-documentation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         %{name}-%{version}.tar.bz2
-Patch:          delta-documentation.patch
 
 %description
 Delta assists you in minimizing "interesting" files subject to a test
 of their interestingness. A common such situation is when attempting to
 isolate a small failure-inducing substring of a large input that causes
 your program to exhibit a bug. Please see
-/usr/share/doc/packages/delta/www/using_delta.html for documentation.
+%{_docdir}/delta/www/using_delta.html for documentation.
 
 %prep
 %setup -q
-%patch
+%patch0
 find . -type f -print0|xargs -0 chmod -x
 chmod +x delta multidelta test1_multidelta/testit test1_multidelta/trivtest 
test0_delta/hello.test
 
 %build
-make CFLAGS="%optflags" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-mkdir -p %buildroot/usr/bin
-install delta multidelta topformflat %buildroot/usr/bin
+mkdir -p %{buildroot}%{_prefix}/bin
+install delta multidelta topformflat %{buildroot}%{_bindir}
 
 %files
 %defattr(-,root,root)


Reply via email to