Hello community,

here is the log from the commit of package posixovl for openSUSE:Factory 
checked in at 2012-02-10 17:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/posixovl (Old)
 and      /work/SRC/openSUSE:Factory/.posixovl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "posixovl", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/posixovl/posixovl.changes        2011-09-23 
12:41:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.posixovl.new/posixovl.changes   2012-02-10 
17:18:49.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:51:47 UTC 2011 - [email protected]
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ posixovl.spec ++++++
--- /var/tmp/diff_new_pack.N8NHWB/_old  2012-02-10 17:18:51.000000000 +0100
+++ /var/tmp/diff_new_pack.N8NHWB/_new  2012-02-10 17:18:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package posixovl
 #
-# Copyright (c) 2011 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,18 +16,23 @@
 #
 
 
-
 Name:           posixovl
 Version:        1.2
-Release:        1
-Group:          System/Filesystems
+Release:        0
 Summary:        POSIX overlay filesystem
-License:        GPL
+License:        GPL-2.0+
+Group:          System/Filesystems
 Url:            http://posixovl.sf.net/
 
 Source:         %name-%version.tar.xz
+Source1:        %name-%version.tar.xz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fuse-devel >= 2.6.5 libattr-devel pkg-config xz
+BuildRequires:  autoconf >= 2.61
+BuildRequires:  automake >= 1.9
+BuildRequires:  libattr-devel
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  pkgconfig(fuse) >= 2.6.5
 
 %description
 A FUSE filesystem that provides POSIX functionality - UNIX-style
@@ -42,9 +47,7 @@
 %setup -qn %name
 
 %build
-if [ ! -e configure ]; then
-       ./autogen.sh;
-fi;
+./autogen.sh;
 %configure
 make %{?_smp_mflags};
 



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

Reply via email to