rpms/ibus/F-13 ibus.spec,1.116,1.117

Peng Huang phuang at fedoraproject.org
Sat Jun 12 11:50:49 UTC 2010


Author: phuang

Update of /cvs/pkgs/rpms/ibus/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19187

Modified Files:
	ibus.spec 
Log Message:
Fix typo in requires


Index: ibus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus/F-13/ibus.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- ibus.spec	12 Jun 2010 01:51:03 -0000	1.116
+++ ibus.spec	12 Jun 2010 11:50:49 -0000	1.117
@@ -8,7 +8,7 @@
 
 Name:       ibus
 Version:    1.3.5
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -35,7 +35,7 @@ BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 
 Requires:   %{name}-libs = %{version}-%{release}
-Requires:   %{name}-gtk2 = %{version}-%{release}
+Requires:   %{name}-gtk = %{version}-%{release}
 
 Requires:   pygtk2
 Requires:   pyxdg
@@ -228,6 +228,9 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sat Jun 12 2010 Peng Huang <shawn.p.huang at gmail.com> - 1.3.5-2
+- Fix typo in requires.
+
 * Sat Jun 12 2010 Peng Huang <shawn.p.huang at gmail.com> - 1.3.5-1
 - Update to 1.3.5
 - Support gobject-introspection and vala.



More information about the scm-commits mailing list