rpms/xfce4-mailwatch-plugin/F-8 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-mailwatch-plugin.spec, 1.8, 1.9

Christoph Wickert cwickert at fedoraproject.org
Wed Oct 1 23:15:58 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-mailwatch-plugin/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11319/F-8

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/pkgs/rpms/xfce4-mailwatch-plugin/F-8/.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 23:15:28 -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/pkgs/rpms/xfce4-mailwatch-plugin/F-8/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 23:15:28 -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/pkgs/rpms/xfce4-mailwatch-plugin/F-8/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-mailwatch-plugin.spec	7 Jul 2008 19:33:00 -0000	1.8
+++ xfce4-mailwatch-plugin.spec	1 Oct 2008 23:15:28 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		xfce4-mailwatch-plugin
-Version:	1.0.1
-Release:	7%{?dist}.1
+Version:	1.1.0
+Release:	1%{?dist}
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -9,12 +9,13 @@
 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
 # install libXt for modular X
 %if 0%{?fedora} > 4
-BuildRequires:	gnutls-devel >= 1.2.0, libXt-devel
+BuildRequires:	gnutls-devel >= 1.2.0
 %endif
 Requires:	xfce4-panel >= 4.4.0
 
@@ -36,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
@@ -57,9 +62,18 @@
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
-* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-7.1
+* 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
 
+* Fri Jun 06 2008 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-9
+- BuildRequire libXt-devel for all releases (#449496)
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.1-8
+- Autorebuild for GCC 4.3
+
 * Fri Aug 24 2007 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-7
 - Rebuild for BuildID feature
 - Update license tag




More information about the fedora-extras-commits mailing list