Hello community,

here is the log from the commit of package bsdiff for openSUSE:Factory checked 
in at 2015-12-09 19:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bsdiff (Old)
 and      /work/SRC/openSUSE:Factory/.bsdiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bsdiff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bsdiff/bsdiff.changes    2014-08-27 
07:46:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bsdiff.new/bsdiff.changes       2015-12-09 
22:13:14.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec  7 11:46:55 UTC 2015 - mplus...@suse.com
+
+- Tiny spec file cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bsdiff.spec ++++++
--- /var/tmp/diff_new_pack.186aC6/_old  2015-12-09 22:13:15.000000000 +0100
+++ /var/tmp/diff_new_pack.186aC6/_new  2015-12-09 22:13:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bsdiff
 #
-# 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
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           bsdiff
 Version:        4.3
 Release:        0
 Summary:        Tools for patches to binary files
 License:        BSD-2-Clause
 Group:          Productivity/File utilities
-Url:            http://daemonology.net/bsdiff/
+Url:            http://daemonology.net/bsdiff
 Source:         http://daemonology.net/bsdiff/%{name}-%{version}.tar.gz
-
 BuildRequires:  gcc
-BuildRequires:  make
 BuildRequires:  libbz2-devel
+BuildRequires:  make
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 bsdiff and bspatch are tools for building and applying patches to
@@ -43,9 +44,9 @@
 head -n 25 %{name}.c > COPYING
 
 %build
-# Normal make fails for unknown reason so workaround had been made.
-%{__cc} %{optflags} %{name}.c -lbz2 -o %{name}
-%{__cc} %{optflags} bspatch.c -lbz2 -o bspatch
+# Proper make fails for unknown reason thus workaround has been made.
+cc %{optflags} %{name}.c -lbz2 -o %{name}
+cc %{optflags} bspatch.c -lbz2 -o bspatch
 
 %install
 mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1/
@@ -56,6 +57,6 @@
 %doc COPYING
 %{_bindir}/%{name}
 %{_bindir}/bspatch
-%{_mandir}/man1/*
+%{_mandir}/man1/*%{?ext_man}
 
 %changelog


Reply via email to