Signed-off-by: Mahavir Jain <mjain marvell com>
--- subcommander-2.0.0b4_orig/svn/CommitItem.cpp 2009-07-17 06:56:17.000000000 -0400 +++ subcommander-2.0.0b4/svn/CommitItem.cpp 2009-07-17 06:59:51.000000000 -0400 @@ -9,7 +9,7 @@
// sc #include "CommitItem.h" - +#include <svn_props.h>
namespace svn { --- subcommander-2.0.0b4_orig/svn/Property.cpp 2009-07-17 06:56:17.000000000 -0400 +++ subcommander-2.0.0b4/svn/Property.cpp 2009-07-17 07:00:29.000000000 -0400 @@ -11,8 +11,7 @@ #include "Property.h"
// svn -#include <svn_client.h> - +#include <svn_props.h>
namespace svn {
--- b/subcommander.spec 2009-07-20 03:01:07.000000000 -0400 +++ a/subcommander.spec 2009-07-20 02:59:21.000000000 -0400 @@ -2,7 +2,7 @@
Name: subcommander Version: 1.9.94 -Release: 6%{?dist} +Release: 7%{?dist}.fa1 Summary: Graphical UI for subversion
Group: Development/Tools @@ -17,6 +17,7 @@ Patch3: subcommander-2.0.0b4-gui.patch Patch4: subcommander-2.0.0b4-svn15.patch # Sent mail to upstream via mailing list Patch5: subcommander-2.0.0b4-gcc44.patch +Patch6: subcommander-2.0.0b4-cpp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake @@ -45,6 +46,7 @@ is called submerge. %patch3 -p1 -b .gui %patch4 -p1 -b .svn %patch5 -p1 -b .gcc44 +%patch6 -p1 -b .cpp
%build aclocal @@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc README CHANGES COPYING
%changelog +* Mon Jul 20 2009 Mahavir Jain mjain@marvell.com 1.9.94-7 +- Fix build failure due to invalid use of incomplete type 'struct svn_prop_t' + * Sun Mar 1 2009 Jochen Schmitt <Jochen herr-schmitt de> 1.9.94-6 - Fix desktop file (BZ #487869)
Great! Thanks.
Actually a similar fix is available upstream as well. http://cvs.fedoraproject.org/viewvc/rpms/subcommander/devel/subcommander-svn...
I'll just build the newer version.
Thanks, Kedar.
-----Original Message----- From: fedora-arm-bounces@redhat.com [mailto:fedora-arm- bounces@redhat.com] On Behalf Of Mahavir Jain Sent: 21 July 2009 18:32 To: fedora-arm@redhat.com Subject: [fedora-arm] [PATCH] subcommander: Fix for error invalid use of incomplete type 'struct svn_prop_t'
Signed-off-by: Mahavir Jain <mjain marvell com>
--- subcommander-2.0.0b4_orig/svn/CommitItem.cpp 2009-07- 17 06:56:17.000000000 -0400 +++ subcommander-2.0.0b4/svn/CommitItem.cpp 2009-07-17 06:59:51.000000000 -0400 @@ -9,7 +9,7 @@
// sc #include "CommitItem.h"
+#include <svn_props.h>
namespace svn { --- subcommander-2.0.0b4_orig/svn/Property.cpp 2009-07-17 06:56:17.000000000 -0400 +++ subcommander-2.0.0b4/svn/Property.cpp 2009-07-17 07:00:29.000000000 -0400 @@ -11,8 +11,7 @@ #include "Property.h"
// svn -#include <svn_client.h>
+#include <svn_props.h>
namespace svn {
--- b/subcommander.spec 2009-07-20 03:01:07.000000000 -0400 +++ a/subcommander.spec 2009-07-20 02:59:21.000000000 -0400 @@ -2,7 +2,7 @@
Name: subcommander Version: 1.9.94 -Release: 6%{?dist} +Release: 7%{?dist}.fa1 Summary: Graphical UI for subversion
Group: Development/Tools @@ -17,6 +17,7 @@ Patch3: subcommander-2.0.0b4- gui.patch Patch4: subcommander-2.0.0b4-svn15.patch # Sent mail to upstream via mailing list Patch5: subcommander-2.0.0b4-gcc44.patch +Patch6: subcommander-2.0.0b4-cpp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root- %(%{__id_u} -n)
BuildRequires: automake @@ -45,6 +46,7 @@ is called submerge. %patch3 -p1 -b .gui %patch4 -p1 -b .svn %patch5 -p1 -b .gcc44 +%patch6 -p1 -b .cpp
%build aclocal @@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %doc README CHANGES COPYING
%changelog +* Mon Jul 20 2009 Mahavir Jain mjain@marvell.com 1.9.94-7 +- Fix build failure due to invalid use of incomplete type 'struct svn_prop_t'
- Sun Mar 1 2009 Jochen Schmitt <Jochen herr-schmitt de>
1.9.94-6
- Fix desktop file (BZ #487869)
fedora-arm mailing list fedora-arm@redhat.com https://www.redhat.com/mailman/listinfo/fedora-arm