Hello community,

here is the log from the commit of package canutils for openSUSE:Factory 
checked in at 2015-03-25 21:05:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canutils (Old)
 and      /work/SRC/openSUSE:Factory/.canutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/canutils/canutils.changes        2013-08-23 
11:07:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.canutils.new/canutils.changes   2015-03-25 
21:05:09.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 16 15:48:41 UTC 2015 - [email protected]
+
+- Use source URLs, some more macros and some unneeded BuildRequires.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ canutils.spec ++++++
--- /var/tmp/diff_new_pack.m9IeTx/_old  2015-03-25 21:05:10.000000000 +0100
+++ /var/tmp/diff_new_pack.m9IeTx/_new  2015-03-25 21:05:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package canutils
 #
-# Copyright (c) 2013 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
@@ -25,12 +25,9 @@
 Url:            http://pengutronix.de/software/socket-can/download/
 
 #Git-Clone:    git://git.pengutronix.de/git/tools/canutils
-Source:         %name-%version.tar.bz2
+Source:         
http://pengutronix.de/software/socket-can/download/canutils/v4.0/%name-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf >= 2.59
-BuildRequires:  automake
-BuildRequires:  libtool >= 2
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libsocketcan) >= 0.0.8
@@ -39,20 +36,19 @@
 %endif
 
 %description
+Utilities for Controller Area Networks.
 
 %prep
 %setup -q
 
 %build
-./autogen.sh;
 %configure --disable-static
 make %{?_smp_mflags};
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+%make_install
 # There are no development files here..
-rm -Rf "$b/%_libdir/pkgconfig";
+rm -Rf "%buildroot/%_libdir/pkgconfig";
 
 %files
 %defattr(-,root,root)

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

Reply via email to