Hello community, here is the log from the commit of package curlftpfs for openSUSE:Factory checked in at 2012-05-07 22:44:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/curlftpfs (Old) and /work/SRC/openSUSE:Factory/.curlftpfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "curlftpfs", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/curlftpfs/curlftpfs.changes 2011-10-03 09:15:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.curlftpfs.new/curlftpfs.changes 2012-05-07 22:46:50.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 7 02:36:39 UTC 2012 - [email protected] + +- curlftpfs requires building with -pthread + +------------------------------------------------------------------- New: ---- curlftpfs-needs-pthread ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ curlftpfs.spec ++++++ --- /var/tmp/diff_new_pack.LGad95/_old 2012-05-07 22:46:51.000000000 +0200 +++ /var/tmp/diff_new_pack.LGad95/_new 2012-05-07 22:46:51.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package curlftpfs # -# 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 @@ -15,21 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: curlftpfs Version: 0.9.2 -Release: 39 +Release: 0 Summary: Filesystem for mounting FTP hosts using FUSE and libcurl License: GPL-2.0+ -Url: http://curlftpfs.sourceforge.net/ Group: System/Filesystems -AutoReqProv: on +Url: http://curlftpfs.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 Patch: bug-580609.patch +Patch1: curlftpfs-needs-pthread BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: curl-devel fuse-devel glib2-devel +BuildRequires: curl-devel +BuildRequires: fuse-devel +BuildRequires: glib2-devel BuildRequires: libtool Requires: fuse @@ -52,6 +52,7 @@ %prep %setup -q %patch +%patch1 -p1 %build autoreconf -fi ++++++ curlftpfs-needs-pthread ++++++ From: Jeff Mahoney <[email protected]> Subject: curlftpfs: sem_post needs -pthread curlftpfs calls sem_post, which needs to be built with -pthread Signed-off-by: Jeff Mahoney <[email protected]> --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ DIST_SUBDIRS = $(SUBDIRS) tests LIBICONV = @LIBICONV@ AM_CPPFLAGS = -DFUSE_USE_VERSION=26 -AM_LDFLAGS = $(LIBICONV) +AM_CFLAGS = -pthread +AM_LDFLAGS = $(LIBICONV) -pthread bin_PROGRAMS = curlftpfs -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
