Hello community, here is the log from the commit of package wdfs for openSUSE:Factory checked in at 2012-06-05 15:35:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wdfs (Old) and /work/SRC/openSUSE:Factory/.wdfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wdfs", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/wdfs/wdfs.changes 2011-09-23 12:50:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wdfs.new/wdfs.changes 2012-06-05 15:35:58.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 26 23:39:29 UTC 2012 - [email protected] + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wdfs.spec ++++++ --- /var/tmp/diff_new_pack.I6TW7E/_old 2012-06-05 15:35:59.000000000 +0200 +++ /var/tmp/diff_new_pack.I6TW7E/_new 2012-06-05 15:35:59.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package wdfs (Version 1.4.2) +# spec file for package wdfs # -# Copyright (c) 2009 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 @@ -16,15 +16,17 @@ # - Name: wdfs -BuildRequires: fuse-devel glib2-devel neon-devel openssl-devel +BuildRequires: fuse-devel +BuildRequires: glib2-devel +BuildRequires: neon-devel +BuildRequires: openssl-devel Requires: fuse Summary: WebDAV file system -Version: 1.4.2 -Release: 130 License: GPL-2.0+ Group: System/Filesystems +Version: 1.4.2 +Release: 0 Url: http://noedler.de/projekte/wdfs/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,25 +35,16 @@ wdfs is a WebDAV filesystem with special features for accessing subversion repositories. It is based on fuse and neon. - - -Authors: --------- - Jens Noedler <[email protected]> - %prep %setup -q %build -CFLAGS="%optflags" ./configure --prefix=%_prefix -make +%configure +make %{?_smp_mflags} %install make DESTDIR="%buildroot" install -%clean -rm -rf "%buildroot" - %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
