[libindicator/f17] fix typo causing dep issues

Tom Callaway spot at fedoraproject.org
Sun Apr 1 00:51:57 UTC 2012


commit e8a95483554164209ab21953d83a363a63d6615b
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Mar 31 20:51:53 2012 -0400

    fix typo causing dep issues

 libindicator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libindicator.spec b/libindicator.spec
index c58d373..760559e 100644
--- a/libindicator.spec
+++ b/libindicator.spec
@@ -1,7 +1,7 @@
 Summary:	Shared functions for Ayatana indicators
 Name:		libindicator
 Version:	0.4.94
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv3
 Group:		System Environment/Libraries
 URL:		https://launchpad.net/libindicator
@@ -55,7 +55,7 @@ tools for the GTK+3 build of %{name}.
 %package	gtk3-devel
 Summary:	Development files for %{name}-gtk3
 Group:		Development/Libraries
-Requires:	%{name}-gtk3{?_isa} = %{version}-%{release}
+Requires:	%{name}-gtk3%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 
 %description	gtk3-devel
@@ -132,6 +132,9 @@ rm -f %{buildroot}%{_libdir}/libdummy-indicator*.so
 %{_libdir}/pkgconfig/indicator3-0.4.pc
 
 %changelog
+* Sat Mar 31 2012 Tom Callaway <spot at fedoraproject.org> - 0.4.94-2
+- fix typo causing dep issues
+
 * Sat Mar 31 2012 Tom Callaway <spot at fedoraproject.org> - 0.4.94-1
 - Update to 0.4.94
 


More information about the scm-commits mailing list