This commit is contained in:
committed by
Git OBS Bridge
parent
08cbe436d2
commit
6bfb575326
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 13:23:39 CEST 2008 - mszeredi@suse.de
|
||||
|
||||
- updated to version 0.11
|
||||
* Added automatic bt channel selection
|
||||
* Added USB discovery
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 19:34:35 CEST 2007 - bk@suse.de
|
||||
|
||||
|
||||
+15
-12
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obexfs (Version 0.10)
|
||||
# spec file for package obexfs (Version 0.11)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -10,17 +10,17 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: obexfs
|
||||
BuildRequires: fuse-devel glib2-devel libusb-devel licenses obexftp-devel openobex-devel
|
||||
Requires: fuse licenses
|
||||
Summary: FUSE based filesystem using ObexFTP
|
||||
Version: 0.10
|
||||
Release: 82
|
||||
Version: 0.11
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/Filesystems
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: obexfs-optflags.patch
|
||||
URL: http://openobex.triq.net/obexfs
|
||||
Url: http://openobex.triq.net/obexfs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -35,7 +35,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@@ -56,18 +55,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2007 - bk@suse.de
|
||||
* Fri Jul 25 2008 mszeredi@suse.de
|
||||
- updated to version 0.11
|
||||
* Added automatic bt channel selection
|
||||
* Added USB discovery
|
||||
* Fri Aug 10 2007 bk@suse.de
|
||||
- Add "Requires: fuse" to ensure that fuse is present (285101#c29)
|
||||
- Remove nicely empty TODO :-) and symlink COPYING from licenses
|
||||
* Tue May 22 2007 - mszeredi@suse.de
|
||||
* Tue May 22 2007 mszeredi@suse.de
|
||||
- added libusb-devel build dependency
|
||||
* Sun Oct 29 2006 - meissner@suse.de
|
||||
* Sun Oct 29 2006 meissner@suse.de
|
||||
- use RPM_OPT_FLAGS
|
||||
* Fri Aug 04 2006 - cthiel@suse.de
|
||||
* Fri Aug 04 2006 cthiel@suse.de
|
||||
- update to version 0.10
|
||||
* Removed statfs (caused problems on all but Siemens)
|
||||
* 64-bit safe printf format
|
||||
* added usb support
|
||||
* device/channel code cleanup
|
||||
* Sun Apr 23 2006 - cthiel@suse.de
|
||||
* Mon Apr 24 2006 cthiel@suse.de
|
||||
- initial package (version 0.8)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed50b5803067126ece1e40e4890acc1433fc9792c0c7d857121488bc3635e46c
|
||||
size 64479
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:279f5c03340c1f14ae2f99f54f8bd780f526ae06dce6a0584aa6b8efde0e43c5
|
||||
size 71709
|
||||
@@ -1,11 +0,0 @@
|
||||
--- configure.in
|
||||
+++ configure.in
|
||||
@@ -10,7 +10,7 @@
|
||||
PKG_CHECK_MODULES(OPENOBEX,openobex)
|
||||
# PKG_CHECK_MODULES(OBEXFTP,obexftp)
|
||||
|
||||
-CFLAGS="-Wall -W -Wmissing-declarations -Wmissing-prototypes"
|
||||
+CFLAGS="$CFLAGS -Wall -W -Wmissing-declarations -Wmissing-prototypes"
|
||||
CFLAGS="$CFLAGS -O2 -D_FILE_OFFSET_BITS=64"
|
||||
|
||||
AC_OUTPUT([Makefile fuse/Makefile])
|
||||
Reference in New Issue
Block a user