Hello community,

here is the log from the commit of package diffstat for openSUSE:Factory 
checked in at 2012-01-06 11:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diffstat (Old)
 and      /work/SRC/openSUSE:Factory/.diffstat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diffstat", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/diffstat/diffstat.changes        2011-09-23 
01:55:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.diffstat.new/diffstat.changes   2012-01-06 
11:43:31.000000000 +0100
@@ -1,0 +2,22 @@
+Wed Jan  4 09:04:33 UTC 2012 - [email protected]
+
+- updated to 1.55:
+  * fixed [bnc#739210] -- on commercial license found in diffstat 
+    1.54 (test files)
+  * add -R option, like patch's, to reverse the order of the 
+    comparison.
+- switch on make check
+
+-------------------------------------------------------------------
+Tue Dec 20 20:15:42 UTC 2011 - [email protected]
+
+- remove call to suse_update_config (very old work around)
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

Old:
----
  diffstat-1.54.diff
  diffstat-1.54.tar.bz2

New:
----
  diffstat.diff
  diffstat.tar.gz

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

Other differences:
------------------
++++++ diffstat.spec ++++++
--- /var/tmp/diff_new_pack.SKlaFo/_old  2012-01-06 11:43:32.000000000 +0100
+++ /var/tmp/diff_new_pack.SKlaFo/_new  2012-01-06 11:43:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package diffstat (Version 1.54)
+# spec file for package diffstat
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,49 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           diffstat
-Version:        1.54
-Release:        1
-AutoReqProv:    on
-Group:          Productivity/Text/Utilities
-License:        MIT License (or similar)
+Version:        1.55
+Release:        0
 Url:            http://dickey.his.com/diffstat/diffstat.html
 Summary:        Utility That Provides Statistics Based on the Output of diff
-Source:         %{name}-%{version}.tar.bz2
-Patch:          %{name}-%{version}.diff
+License:        MIT
+Group:          Productivity/Text/Utilities
+Source:         ftp://invisible-island.net/diffstat/diffstat.tar.gz
+Patch:          %{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.
 
-
-
-Authors:
---------
-    Thomas E. Dickey <[email protected]>
-
-%prep
+%prep -n diffstat
 %setup -q
 %patch
 
 %build
-%{suse_update_config -f}
-CFLAGS="$RPM_OPT_FLAGS -Wall" \
-       ./configure \
-       --prefix=%{_prefix} \
-       --bindir=%{_bindir} \
-       --mandir=%{_mandir}
+export CFLAGS="$RPM_OPT_FLAGS -Wall"
+%configure
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%check
+make check
 
 %files
 %defattr(-,root,root)

++++++ diffstat-1.54.diff -> diffstat.diff ++++++

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to