rpms/gnome-vfs2-obexftp/devel .cvsignore, 1.2, 1.3 gnome-vfs2-obexftp.spec, 1.2, 1.3 sources, 1.2, 1.3 README.licence, 1.1, NONE TODO, 1.1, NONE gnome-vfs-obexftp-fix-crash-when-not-connected.patch, 1.1, NONE gnome-vfs2-obexftp-use-rfcomm-sockets.patch, 1.1, NONE osso-gwobex-check-read-retval-2.patch, 1.1, NONE osso-gwobex-check-read-retval.patch, 1.1, NONE osso-gwobex-check-write-retval.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Jun 15 11:18:20 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31854

Modified Files:
	.cvsignore gnome-vfs2-obexftp.spec sources 
Removed Files:
	README.licence TODO 
	gnome-vfs-obexftp-fix-crash-when-not-connected.patch 
	gnome-vfs2-obexftp-use-rfcomm-sockets.patch 
	osso-gwobex-check-read-retval-2.patch 
	osso-gwobex-check-read-retval.patch 
	osso-gwobex-check-write-retval.patch 
Log Message:
* Fri Jun 15 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-1
- Update to 0.3
- Drop merged patches
- Licence clarification are now in the upstream AUTHORS file
- Move TODO items to upstream bug tool



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 May 2007 14:10:24 -0000	1.2
+++ .cvsignore	15 Jun 2007 11:17:44 -0000	1.3
@@ -1 +1 @@
-gnome-vfs-obexftp-0.2.tar.bz2
+gnome-vfs-obexftp-0.3.tar.bz2


Index: gnome-vfs2-obexftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/gnome-vfs2-obexftp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-vfs2-obexftp.spec	1 Jun 2007 23:15:07 -0000	1.2
+++ gnome-vfs2-obexftp.spec	15 Jun 2007 11:17:44 -0000	1.3
@@ -1,13 +1,11 @@
 Summary:	ObexFTP over Bluetooth support for GNOME
 Name:		gnome-vfs2-obexftp
-Version:	0.2
-Release:	7%{?dist}
+Version:	0.3
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Communications
 URL:		http://www.gnome.org/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/%{version}/gnome-vfs-obexftp-%{version}.tar.bz2
-Source1:	README.licence
-Source2:	TODO
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gawk
@@ -18,18 +16,6 @@
 BuildRequires:	expat-devel
 BuildRequires:	bluez-libs-devel
 
-# For the autoreconf
-BuildRequires:	automake libtool
-
-# From upstream osso-gwobex bug:
-# https://bugs.maemo.org/show_bug.cgi?id=1137
-Patch0:		osso-gwobex-check-read-retval.patch
-Patch1:		osso-gwobex-check-write-retval.patch
-Patch2:		osso-gwobex-check-read-retval-2.patch
-
-Patch3:		gnome-vfs2-obexftp-use-rfcomm-sockets.patch
-Patch4:		gnome-vfs-obexftp-fix-crash-when-not-connected.patch
-
 %description
 gnome-vfs2-obexftp allows you to browse filesystems on mobile phones, or other
 computers over Bluetooth, using ObexFTP. It is useful to see pictures taken
@@ -37,18 +23,6 @@
 
 %prep
 %setup -q -n gnome-vfs-obexftp-%{version}
-pushd osso-gwobex
-%patch0 -p4 -b .read-retval
-%patch1 -p4 -b .write-retval
-%patch2 -p4 -b .read-retval-2
-popd
-%patch3 -p1 -b .rfcomm-sockets
-%patch4 -p1
-
-cp m4/jhflags.m4 acinclude.m4
-autoreconf
-
-cp -a %{SOURCE1} %{SOURCE2} .
 
 %build
 %configure --enable-nautilus-workaround --disable-dependency-tracking
@@ -67,11 +41,17 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog README README.unsupported README.licence TODO
+%doc AUTHORS ChangeLog README README.unsupported
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/obex-module.conf
 %{_libdir}/gnome-vfs-2.0/modules/*.so
 
 %changelog
+* Fri Jun 15 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-1
+- Update to 0.3
+- Drop merged patches
+- Licence clarification are now in the upstream AUTHORS file
+- Move TODO items to upstream bug tool
+
 * Sat Jun 02 2007 - Bastien Nocera <bnocera at redhat.com> - 0.2-7
 - Fix crash when we can't connect through an rfcomm socket, reported
   by Olivier Fourdan


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2-obexftp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 May 2007 14:10:24 -0000	1.2
+++ sources	15 Jun 2007 11:17:44 -0000	1.3
@@ -1 +1 @@
-f0fc8855925031cab95c1e5d204c136a  gnome-vfs-obexftp-0.2.tar.bz2
+bdb225175fdf464dd98b579d7e22b077  gnome-vfs-obexftp-0.3.tar.bz2


--- README.licence DELETED ---


--- TODO DELETED ---


--- gnome-vfs-obexftp-fix-crash-when-not-connected.patch DELETED ---


--- gnome-vfs2-obexftp-use-rfcomm-sockets.patch DELETED ---


--- osso-gwobex-check-read-retval-2.patch DELETED ---


--- osso-gwobex-check-read-retval.patch DELETED ---


--- osso-gwobex-check-write-retval.patch DELETED ---




More information about the fedora-extras-commits mailing list