rpms/dbus-c++/devel dbus-c++-build-fix.patch, NONE, 1.1 dbus-c++.spec, 1.7, 1.8

drago01 drago01 at fedoraproject.org
Fri Jul 31 09:31:39 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/dbus-c++/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14269

Modified Files:
	dbus-c++.spec 
Added Files:
	dbus-c++-build-fix.patch 
Log Message:
fix build

dbus-c++-build-fix.patch:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE dbus-c++-build-fix.patch ---
diff -upNr dbus-c++.orign/src/Makefile.am dbus-c++/src/Makefile.am
--- dbus-c++.orign/src/Makefile.am	2009-01-08 21:58:42.000000000 +0100
+++ dbus-c++/src/Makefile.am	2009-07-31 11:29:22.871072420 +0200
@@ -24,7 +24,6 @@ HEADER_FILES = \
 	$(HEADER_DIR)/object.h \
 	$(HEADER_DIR)/pendingcall.h \
 	$(HEADER_DIR)/server.h \
-	$(HEADER_DIR)/debug.h \
 	$(HEADER_DIR)/util.h \
 	$(HEADER_DIR)/refptr_impl.h \
 	$(HEADER_DIR)/introspection.h \


Index: dbus-c++.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-c++/devel/dbus-c++.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- dbus-c++.spec	24 Jul 2009 20:01:43 -0000	1.7
+++ dbus-c++.spec	31 Jul 2009 09:31:36 -0000	1.8
@@ -2,7 +2,7 @@
 %define git_version 13281b3
 Name:		dbus-c++
 Version:	0.5.0
-Release:	0.9.%{git_date}git%{git_version}%{?dist}
+Release:	0.10.%{git_date}git%{git_version}%{?dist}
 Summary:	Native C++ bindings for D-Bus
 
 Group:		System Environment/Libraries
@@ -16,6 +16,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 
 Patch1:	dbus-c++-get-uid-api.patch
 Patch2: gcc-44.patch
+Patch3: dbus-c++-build-fix.patch
 
 BuildRequires:	dbus-devel
 BuildRequires:	glib2-devel
@@ -42,6 +43,7 @@ developing applications that use %{name}
 %{__sed} -i 's/-O3//' configure.ac
 %patch1 -p1 -b .uid
 %patch2 -p1 -b .gcc44
+%patch3 -p1 -b .buildfix
 
 %build
 ./autogen.sh
@@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Jul 31 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.5.0-0.10.20090203git13281b3
+- Fix build
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-0.9.20090203git13281b3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list