From 92523c31c9849a5ab725475f588908bfcba05a991ba000ac7d72278b3b0250f6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 5 Dec 2011 03:26:39 +0000 Subject: [PATCH] ldapfuse 1.0 OBS-URL: https://build.opensuse.org/package/show/filesystems/ldapfuse?expand=0&rev=7 --- ldapfuse-0~39.tar.xz | 3 --- ldapfuse-1.0.tar.xz | 3 +++ ldapfuse-1.0.tar.xz.asc | 17 +++++++++++++++++ ldapfuse.changes | 7 +++++++ ldapfuse.spec | 20 +++++++++++--------- 5 files changed, 38 insertions(+), 12 deletions(-) delete mode 100644 ldapfuse-0~39.tar.xz create mode 100644 ldapfuse-1.0.tar.xz create mode 100644 ldapfuse-1.0.tar.xz.asc diff --git a/ldapfuse-0~39.tar.xz b/ldapfuse-0~39.tar.xz deleted file mode 100644 index b0aada3..0000000 --- a/ldapfuse-0~39.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c50423431e55f8f185260ac4f704c1e0957342fe1a32a59476dfbcf71529143 -size 75756 diff --git a/ldapfuse-1.0.tar.xz b/ldapfuse-1.0.tar.xz new file mode 100644 index 0000000..308b21e --- /dev/null +++ b/ldapfuse-1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef6d5d423bf798fcd1361a1c14f4972b264eae331f6683503ec76910c660f27 +size 76024 diff --git a/ldapfuse-1.0.tar.xz.asc b/ldapfuse-1.0.tar.xz.asc new file mode 100644 index 0000000..95f4fec --- /dev/null +++ b/ldapfuse-1.0.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iQIcBAABAgAGBQJO2+bnAAoJEN//LNsZ/DON99QQALCIz1TByjj2D5tBpBImU+6i +ZKtRzKyuDHQ0q2UI1rSodfPqGuYF1xZS3W3Hk3kuE6xLw3cHplB/CcHk961Adw7N +zBxFJipC4bYCXfITI9tYTtEfUpEA9j15OsK0jdhxx8WlnbAd/a23pE8XYpOveF2U +504sYxqQ7ICZyAmZ3ynmgN3h8B4tWXjCwBZ5yDaTX5BKViK1akd6L2AEkr848PZ/ +PTWW/62Mn2Pv4GebdvzdzLZpTaTCsjXWG/ghGjNANCdCe4sS4saYNINsDTn/JFuD +lpMjQU7Ot/S8wIzLgfyH/wggMnz7kWL6XHTaYff+DLbCuhW5iw1SfoftxV3LM7DC +ioBjnD9WNbw6103Y14qs7so1p6WhCVsB+fSlWEldXvZZODUxu0i+9JksZyqVblW9 +yM1yx8F/IDZSCqv/sDWELOnsNhrv9z9wliXb1LdGWkMCMW4D6FN9MVe4Z6F4GM4N +AB1FHQBmSTRngbSAH/cWISwZ58JgXL/3hjBgKA5SM7Z5Z9kyjjwBuo/0fhpUhjC1 +u0RFjvwC24XNIevKUbxNyomqsVhmFc0kCsKePsp4Byl9KRQfdGV/Tc8AB10Bxoh2 +czoek4w+iTymUk3o+6yqpuFIoS/dtiR8JVKU+fBiEFOzKIlBjEdt+yjtHX7Q5/W8 +z+fbtvQ/4z/wbWG/wog5 +=wIW6 +-----END PGP SIGNATURE----- diff --git a/ldapfuse.changes b/ldapfuse.changes index 035ffc8..2e838c3 100644 --- a/ldapfuse.changes +++ b/ldapfuse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 4 21:50:22 UTC 2011 - jengelh@medozas.de + +- Update to new upstream release 1.0 +* Initial upstream tarball release +* ldapfuse: correct wrong error type in cache lookup failure path + ------------------------------------------------------------------- Wed Aug 31 14:43:02 UTC 2011 - jengelh@medozas.de diff --git a/ldapfuse.spec b/ldapfuse.spec index bae1df0..21c3b31 100644 --- a/ldapfuse.spec +++ b/ldapfuse.spec @@ -18,18 +18,20 @@ Name: ldapfuse -Version: 0.39 -Release: 1 -%define realver 0~39 +Version: 1.0 +Release: 0 Group: System/Filesystems Summary: Browse LDAP trees via filesystem -License: GPLv3 -Url: http://ldapfuse.sf.net/ +License: GPL-3.0 +URL: http://ldapfuse.sf.net/ -Source: %name-%realver.tar.xz +#Git-Clone: git://ldapfuse.git.sf.net/gitroot/ldapfuse/ldapfuse +#DL-URL: http://downloads.sf.net/ldapfuse/ldapfuse-1.0.tar.xz +Source: %name-%version.tar.xz +Source2: %name-%version.tar.xz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fuse-devel >= 2.7 openldap2-devel >= 2.3 -BuildRequires: libHX-devel >= 3.4 pkg-config >= 0.19 xz +BuildRequires: openldap2-devel >= 2.3 pkgconfig >= 0.19 +BuildRequires: pkgconfig(fuse) >= 2.7 pkgconfig(libHX) >= 3.12 xz %description A virtual filesystem for FUSE that allows to navigate an LDAP tree. @@ -39,7 +41,7 @@ Author: Jan Engelhardt %prep -%setup -qn %name-%realver +%setup -q %build if [ ! -e configure ]; then