From 32c12ed670b85c81ec5869256d37208791f0a6b1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 31 Mar 2012 21:02:02 -0400 Subject: [PATCH] fix typo causing dep issues --- libindicator.spec | 7 +++++-- 1 file 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 - 0.4.94-2 +- fix typo causing dep issues + * Sat Mar 31 2012 Tom Callaway - 0.4.94-1 - Update to 0.4.94