rpms/telepathy-gabble/OLPC-2 telepathy-gabble-0.5.12.1-no-Werror.patch, NONE, 1.1 telepathy-gabble.spec, 1.26, 1.27

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Tue Jun 26 22:50:20 UTC 2007


Author: johnp

Update of /cvs/pkgs/rpms/telepathy-gabble/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9558

Modified Files:
	telepathy-gabble.spec 
Added Files:
	telepathy-gabble-0.5.12.1-no-Werror.patch 
Log Message:
- add a no-Werror patch so we don't error out on warnings



telepathy-gabble-0.5.12.1-no-Werror.patch:

--- NEW FILE telepathy-gabble-0.5.12.1-no-Werror.patch ---
--- telepathy-gabble-0.5.12.1/configure.no-Werror	2007-06-26 18:46:15.000000000 -0400
+++ telepathy-gabble-0.5.12.1/configure	2007-06-26 18:46:27.000000000 -0400
@@ -20034,7 +20034,7 @@ echo "${ECHO_T}$flag_ok" >&6; }
 
 
         if test x$werror = xyes; then
-            ERROR_CFLAGS="$ERROR_CFLAGS -Werror"
+            ERROR_CFLAGS="$ERROR_CFLAGS"
         fi
         if test x$wextra = xyes -a \
             x$wno_missing_field_initializers = xyes -a \


Index: telepathy-gabble.spec
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-gabble/OLPC-2/telepathy-gabble.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- telepathy-gabble.spec	26 Jun 2007 22:30:41 -0000	1.26
+++ telepathy-gabble.spec	26 Jun 2007 22:49:45 -0000	1.27
@@ -5,13 +5,15 @@
 
 Name:           telepathy-gabble
 Version:        0.5.12.1
-Release:        1.1.%{alphatag}%{?dist}
+Release:        1.2.%{alphatag}%{?dist}
 Summary:        A Jabber/XMPP connection manager
 
 Group:          Applications/Communications
 License:        LGPL
 URL:            http://telepathy.freedesktop.org/wiki/
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.%{alphatag}.tar.gz
+Patch0:         telepathy-gabble-0.5.12.1-no-Werror.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dbus-devel
@@ -31,7 +33,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .no-Werror
 
 %build
 %configure
@@ -56,6 +58,9 @@
 
 
 %changelog
+* Tue Jun 26 2007 John (J5) Palmieri <johnp at redhat.com> - 0.5.12.1-1.2.20070626darcs_olpcrollup
+- add a no-Werror patch so we don't error out on warnings
+
 * Tue Jun 26 2007 John (J5) Palmieri <johnp at redhat.com> - 0.5.12.1-1.1.20070626darcs_olpcrollup
 - fix version so we can have incramental updates though if we release a
   0.5.12.1 it will have to start with a -2 release




More information about the fedora-extras-commits mailing list