rpms/gossip/devel .cvsignore, 1.20, 1.21 gossip.spec, 1.38, 1.39 sources, 1.20, 1.21

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Mar 4 16:23:14 UTC 2007


Author: bpepple

Update of /cvs/extras/rpms/gossip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24918

Modified Files:
	.cvsignore gossip.spec sources 
Log Message:
* Sun Mar  4 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.23-1
- Update to 0.23.
- Make building the telepathy backend optional.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	13 Jan 2007 19:03:29 -0000	1.20
+++ .cvsignore	4 Mar 2007 16:22:42 -0000	1.21
@@ -1 +1 @@
-gossip-0.22.tar.bz2
+gossip-0.23.tar.bz2


Index: gossip.spec
===================================================================
RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gossip.spec	20 Feb 2007 20:06:15 -0000	1.38
+++ gossip.spec	4 Mar 2007 16:22:42 -0000	1.39
@@ -1,6 +1,8 @@
+%define with_telepathy 0
+
 Name:           gossip
-Version:        0.22
-Release:        3%{?dist}
+Version:        0.23
+Release:        1%{?dist}
 Summary:        GNOME Jabber Client
 
 Group:          Applications/Communications
@@ -9,7 +11,7 @@
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	loudmouth-devel >= 1.0
+
 BuildRequires:	libgnomeui-devel
 BuildRequires:	libxslt-devel
 BuildRequires:	libXScrnSaver-devel
@@ -24,6 +26,12 @@
 BuildRequires:	gnome-doc-utils
 BuildRequires:	perl(XML::Parser)
 
+%if %{with_telepathy}
+BuildRequires:	libtelepathy-devel >= 0.0.51
+%else
+BuildRequires:	loudmouth-devel >= 1.0
+%endif
+
 Requires(pre): GConf2
 Requires(post):	GConf2
 Requires(post): scrollkeeper
@@ -45,7 +53,13 @@
 	--disable-schemas-install	\
 	--with-backend=gnome		\
 	--enable-libnotify=yes		\
-	--enable-dbus=yes
+	--enable-dbus=yes		\
+%if %{with_telepathy}
+	--enable-telepathy=yes
+%else
+	--enable-telepathy=no
+%endif
+
 
 make %{?_smp_mflags}
 
@@ -117,6 +131,10 @@
 
 
 %changelog
+* Sun Mar  4 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.23-1
+- Update to 0.23.
+- Make building the telepathy backend optional.
+
 * Tue Feb 20 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.22-3
 - Rebuild for new version of loudmouth.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gossip/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	13 Jan 2007 19:03:29 -0000	1.20
+++ sources	4 Mar 2007 16:22:42 -0000	1.21
@@ -1 +1 @@
-1238fcf0f68bb26d1f7c5fb1a40880f1  gossip-0.22.tar.bz2
+a6175debac9909ea1c6fa19afb1794ae  gossip-0.23.tar.bz2




More information about the fedora-extras-commits mailing list