Hello community,

here is the log from the commit of package posixovl for openSUSE:Factory 
checked in at 2014-09-26 10:51:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/posixovl (Old)
 and      /work/SRC/openSUSE:Factory/.posixovl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "posixovl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/posixovl/posixovl.changes        2013-06-06 
12:58:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.posixovl.new/posixovl.changes   2014-09-26 
11:21:11.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 16:58:20 UTC 2014 - [email protected]
+
+- Drop gpg-offline build-time requirement; this is now handled by
+  the local source validator
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ posixovl.spec ++++++
--- /var/tmp/diff_new_pack.TThUgX/_old  2014-09-26 11:21:12.000000000 +0200
+++ /var/tmp/diff_new_pack.TThUgX/_new  2014-09-26 11:21:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package posixovl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -24,24 +24,17 @@
 Group:          System/Filesystems
 Url:            http://posixovl.sf.net/
 
-Source:         %name-%version.tar.xz
-Source2:        %name-%version.tar.xz.asc
+Source:         http://downloads.sf.net/posixovl/%name-%version.tar.xz
+Source2:        http://downloads.sf.net/posixovl/%name-%version.tar.xz.asc
 # Next version should be signed with a new key. Use "gpg-offline 
--package=posixovl --delete 844C4360" then.
 Source3:        %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.61
 BuildRequires:  automake >= 1.9
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libattr-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-%if 0%{?suse_version} >= 1130
 BuildRequires:  pkgconfig(fuse) >= 2.6.5
-%else
-BuildRequires:  fuse-devel >= 2.6.5
-%endif
 
 %description
 A FUSE filesystem that provides POSIX functionality - UNIX-style
@@ -53,11 +46,12 @@
        Jan Engelhardt
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -qn %name
 
 %build
-./autogen.sh;
+if [ ! -e configure ]; then
+       autoreconf -fiv
+fi
 %configure
 make %{?_smp_mflags};
 


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

Reply via email to