rpms/balsa/FC-4 .cvsignore, 1.4, 1.5 balsa.spec, 1.5, 1.6 sources, 1.4, 1.5

Pawel Salek (pawsa) fedora-extras-commits at redhat.com
Sun Dec 4 12:56:30 UTC 2005


Author: pawsa

Update of /cvs/extras/rpms/balsa/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15156

Modified Files:
	.cvsignore balsa.spec sources 
Log Message:
update to 2.3.7.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Jun 2005 08:12:03 -0000	1.4
+++ .cvsignore	4 Dec 2005 12:56:28 -0000	1.5
@@ -1,2 +1,2 @@
-balsa-2.3.3.tar.bz2
-gmime-2.1.14.tar.bz2
+gmime-2.1.17.tar.bz2
+balsa-2.3.7.tar.bz2


Index: balsa.spec
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/balsa.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- balsa.spec	19 Oct 2005 20:21:31 -0000	1.5
+++ balsa.spec	4 Dec 2005 12:56:28 -0000	1.6
@@ -1,9 +1,9 @@
-%define gmimever 2.1.14
+%define gmimever 2.1.17
 %define config_opts --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir} --libdir=%{_libdir} --bindir=%{_bindir} --includedir=%{_includedir} --datadir=%{_datadir} --enable-threads --disable-more-warnings --with-ssl --with-gss
 
 Name:           balsa
-Version:        2.3.3
-Release:        2%{?dist}
+Version:        2.3.7
+Release:        1%{?dist}
 Summary:        Balsa Mail Client
 
 Group:          Applications/Internet
@@ -14,7 +14,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: libesmtp >= 1.0.3
-Requires: scrollkeeper
+Requires(post): scrollkeeper
+Requires(postun): scrollkeeper
 BuildRequires: scrollkeeper
 BuildRequires: libesmtp-devel >= 1.0.3
 BuildRequires: aspell-devel
@@ -63,12 +64,21 @@
 rm -rf "$RPM_BUILD_ROOT"
 
 %post
-which scrollkeeper-update>/dev/null 2>&1 && scrollkeeper-update
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+
+/bin/touch --no-create %{_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
-which scrollkeeper-update>/dev/null 2>&1 && scrollkeeper-update
+scrollkeeper-update -q || :
 
-# no need to update cache - it will be removed.
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -90,6 +100,12 @@
 
 
 %changelog
+* Sun Dec  4 2005 Pawel Salek <pawsa at theochem.kth.se> - 2.3.7-1
+- update to upstream version 2.3.7.
+
+* Mon Oct 24 2005 Pawel Salek <pawsa at theochem.kth.se> - 2.3.6-1
+- update to upstream version 2.3.6.
+
 * Wed Oct 19 2005 Pawel Salek <pawsa at theochem.kth.se> - 2.3.3-2
 - bump the release up to fix "make tag" problem.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/balsa/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Jun 2005 08:12:03 -0000	1.4
+++ sources	4 Dec 2005 12:56:28 -0000	1.5
@@ -1,2 +1,2 @@
-ac43ab8ca5ccc6782daac21e370b8605  balsa-2.3.3.tar.bz2
-ee1c2d0c1f76ae113f0dd70893bbacf4  gmime-2.1.14.tar.bz2
+4be55ee55e4b3966bd51fadbf5fb323b  gmime-2.1.17.tar.bz2
+d50a439a8b8c2be99e3b0108d5d6073e  balsa-2.3.7.tar.bz2




More information about the scm-commits mailing list