Hello community, here is the log from the commit of package diffstat for openSUSE:Factory checked in at 2015-04-22 01:15:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diffstat (Old) and /work/SRC/openSUSE:Factory/.diffstat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diffstat" Changes: -------- --- /work/SRC/openSUSE:Factory/diffstat/diffstat.changes 2014-06-18 07:52:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.diffstat.new/diffstat.changes 2015-04-22 01:15:26.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Apr 19 12:24:08 UTC 2015 - [email protected] + +- Update source url +- Add gpg signature + +------------------------------------------------------------------- Old: ---- diffstat.tar.gz New: ---- diffstat-1.59.tgz diffstat-1.59.tgz.asc diffstat.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diffstat.spec ++++++ --- /var/tmp/diff_new_pack.rsJL6q/_old 2015-04-22 01:15:27.000000000 +0200 +++ /var/tmp/diff_new_pack.rsJL6q/_new 2015-04-22 01:15:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package diffstat # -# 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 @@ -19,32 +19,34 @@ Name: diffstat Version: 1.59 Release: 0 -Url: http://dickey.his.com/diffstat/diffstat.html Summary: Utility That Provides Statistics Based on the Output of diff License: MIT Group: Productivity/Text/Utilities -Source: ftp://invisible-island.net/diffstat/diffstat.tar.gz -Patch: %{name}.diff +Url: http://dickey.his.com/diffstat/diffstat.html +Source0: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz +Source1: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz.asc +Source2: %{name}.keyring +Patch0: %{name}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description diffstat reads the output of the diff command and displays a histogram of the insertions, deletions, and modifications in each file. -%prep -n diffstat +%prep %setup -q -%patch +%patch0 %build -export CFLAGS="$RPM_OPT_FLAGS -Wall" +export CFLAGS="%{optflags} -Wall" %configure make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=%{buildroot} install %{?_smp_mflags} %check -make check +make %{?_smp_mflags} check %files %defattr(-,root,root)
