rpms/virtaal/devel virtaal.spec,1.14,1.15

dwayne dwayne at fedoraproject.org
Tue Dec 1 16:33:12 UTC 2009


Author: dwayne

Update of /cvs/pkgs/rpms/virtaal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1662

Modified Files:
	virtaal.spec 
Log Message:
* Tue Dec 1 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.5.0-0.2.rc1
- Typo in postun



Index: virtaal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virtaal/devel/virtaal.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- virtaal.spec	27 Nov 2009 12:57:07 -0000	1.14
+++ virtaal.spec	1 Dec 2009 16:33:12 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name:           virtaal
 Version:        0.5.0
-Release:        0.1.rc1%{?dist}
+Release:        0.2.rc1%{?dist}
 Summary:        Localization and translation editor
 
 Group:          Development/Tools
@@ -135,7 +135,7 @@ touch --no-create %{_datadir}/icons/hico
 %postun
 update-desktop-database &> /dev/null || :
 update-mime-database %{_datadir}/mime &> /dev/null || :
-ff [ $1 -eq 0 ] ; then
+if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
@@ -163,6 +163,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Dec 1 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.5.0-0.2.rc1
+- Typo in postun
+
 * Fri Nov 27 2009 Dwayne Bailey <dwayne at translate.org.za> - 0.5.0-0.1.rc1
 - Update to 0.5.0 rc1
    - Autoterm: Virtaal can now automatically download terminology files




More information about the fedora-extras-commits mailing list