rpms/xfce4-mailwatch-plugin/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-mailwatch-plugin.spec, 1.10, 1.11

Christoph Wickert cwickert at fedoraproject.org
Wed Oct 1 22:40:06 UTC 2008


Author: cwickert

Update of /cvs/extras/rpms/xfce4-mailwatch-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4543

Modified Files:
	.cvsignore sources xfce4-mailwatch-plugin.spec 
Log Message:
* Wed Oct 01 2008 Christoph Wickert <fedora christoph-wickert de> - 1.1.0-1
- Update to 1.1.0 fixes crash due to obscure GTK hash error (#463412)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Jun 2006 00:18:57 -0000	1.3
+++ .cvsignore	1 Oct 2008 22:39:36 -0000	1.4
@@ -1 +1 @@
-xfce4-mailwatch-plugin-1.0.1.tar.bz2
+xfce4-mailwatch-plugin-1.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Jun 2006 00:18:57 -0000	1.3
+++ sources	1 Oct 2008 22:39:36 -0000	1.4
@@ -1 +1 @@
-6b21d2c98c9ba5a35a847a932c5317e0  xfce4-mailwatch-plugin-1.0.1.tar.bz2
+f84dce86be1d7f25f169f262aaacee4e  xfce4-mailwatch-plugin-1.1.0.tar.bz2


Index: xfce4-mailwatch-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-mailwatch-plugin/devel/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-mailwatch-plugin.spec	7 Jul 2008 19:33:42 -0000	1.10
+++ xfce4-mailwatch-plugin.spec	1 Oct 2008 22:39:36 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		xfce4-mailwatch-plugin
-Version:	1.0.1
-Release:	10%{?dist}
+Version:	1.1.0
+Release:	1%{?dist}
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -9,7 +9,7 @@
 Source0:	http://spuriousinterrupt.org/files/mailwatch/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	xfce4-panel-devel >= 4.2, libxfcegui4-devel >= 4.2, libxml2-devel
+BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.2, libxml2-devel
 BuildRequires:	gettext
 BuildRequires:	libXt-devel
 # only enable TLS support if a recent version of gnutls is available
@@ -37,12 +37,16 @@
 %find_lang %{name}
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+	%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +62,9 @@
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Wed Oct 01 2008 Christoph Wickert <fedora christoph-wickert de> - 1.1.0-1
+- Update to 1.1.0 fixes crash due to obscure GTK hash error (#463412)
+
 * Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-10
 - fix conditional comparison
 




More information about the scm-commits mailing list