[glade3] Fixing double colon in the libgladeui requires (#1051204)

Jaromír Cápík jcapik at fedoraproject.org
Tue May 13 15:12:56 UTC 2014


commit c890bfa6fafc8434a22521c68c041ac538ca550d
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue May 13 17:12:34 2014 +0200

    Fixing double colon in the libgladeui requires (#1051204)

 glade3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glade3.spec b/glade3.spec
index 207914e..8f6f68e 100644
--- a/glade3.spec
+++ b/glade3.spec
@@ -1,7 +1,7 @@
 Summary:	User Interface Designer for GTK+ 2
 Name:		glade3
 Version:	3.8.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Epoch:		2
 License:	GPLv2+
 Group:		Development/Tools
@@ -9,7 +9,7 @@ URL:		http://glade.gnome.org/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-%{version}.tar.xz
 
 Requires:	hicolor-icon-theme
-Requires:	%{name}-libgladeui = %{?epoch:%{epoch}:}:%{version}-%{release}
+Requires:	%{name}-libgladeui = %{?epoch:%{epoch}:}%{version}-%{release}
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 BuildRequires:	gnome-doc-utils
@@ -182,6 +182,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_includedir}/libgladeui-1.0/gladeui
 
 %changelog
+* Tue May 13 2014 Jaromir Capik <jcapik at redhat.com> - 2:3.8.4-3
+- Fixing double colon in the libgladeui requires (#1051204)
+
 * Fri Apr 25 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2:3.8.4-2
 - Fix FTBFS on rawhide
 


More information about the scm-commits mailing list