rpms/xchat-gnome/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xchat-gnome.spec, 1.11, 1.12 xchat-gnome-certificates.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Jan 20 21:36:14 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27301

Modified Files:
	.cvsignore sources xchat-gnome.spec 
Removed Files:
	xchat-gnome-certificates.patch 
Log Message:
* Fri Jan 20 2006 Brian Pepple <bdpepple at ameritech.net> - 0.9-1
- Update to 0.9.
- Add BR for libnotify-devel.
- Drop certificates patch.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	20 Dec 2005 21:16:11 -0000	1.6
+++ .cvsignore	20 Jan 2006 21:36:14 -0000	1.7
@@ -1 +1 @@
-xchat-gnome-0.8.tar.bz2
+xchat-gnome-0.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	20 Dec 2005 21:16:11 -0000	1.6
+++ sources	20 Jan 2006 21:36:14 -0000	1.7
@@ -1 +1 @@
-048f0bb530bc2afce43aff6eb9538554  xchat-gnome-0.8.tar.bz2
+607d36afbadd35a163464b3f39c93526  xchat-gnome-0.9.tar.bz2


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xchat-gnome.spec	30 Dec 2005 17:53:20 -0000	1.11
+++ xchat-gnome.spec	20 Jan 2006 21:36:14 -0000	1.12
@@ -1,12 +1,9 @@
-%if "%fedora" >= "5"
-    %define with_dbus 1
-%else
-    %define with_dbus 0
-%endif
+%define with_dbus 1
+%define with_libnotify 1
 
 Name:           xchat-gnome
-Version:        0.8
-Release:        2%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -14,7 +11,6 @@
 URL:            http://%{name}.navi.cx/
 Source0:        http://flapjack.navi.cx/releases/%{name}/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-config.patch
-Patch1:		%{name}-certificates.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	openssl-devel
@@ -31,6 +27,11 @@
 BuildRequires:	dbus-devel
 %endif
 
+# Leave as conditional until API is more stable.
+%if %{with_libnotify}
+BuildRequires:	libnotify-devel
+%endif
+
 Requires: 	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
@@ -52,7 +53,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .config
-%patch1 -p0 -b .certificates
 
 
 %build
@@ -134,6 +134,11 @@
 
 
 %changelog
+* Fri Jan 20 2006 Brian Pepple <bdpepple at ameritech.net> - 0.9-1
+- Update to 0.9.
+- Add BR for libnotify-devel.
+- Drop certificates patch.
+
 * Fri Dec 30 2005 Brian Pepple <bdpepple at ameritech.net> - 0.8-2
 - add patch for self-signed certificate acceptance. (#174591)
 


--- xchat-gnome-certificates.patch DELETED ---




More information about the fedora-extras-commits mailing list