[gxneur] - Rebuild for fix memory usage in xneur (bz#1175114). - Make versioned dependency from xnaur without

Pavel Alexeev hubbitus at fedoraproject.org
Thu Jan 15 20:18:08 UTC 2015


commit 4ada90d52e87146710b4cb9a388d524c8d9544f1
Author: Hubbitus <pahan at hubbitus.info>
Date:   Thu Jan 15 23:18:20 2015 +0300

    - Rebuild for fix memory usage in xneur (bz#1175114).
    - Make versioned dependency from xnaur without release - allow minor separate rebuilds.

 gxneur.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/gxneur.spec b/gxneur.spec
index 146aa04..dc41745 100644
--- a/gxneur.spec
+++ b/gxneur.spec
@@ -3,7 +3,7 @@
 Summary:		GTK front-end for X Neural Switcher (xneur)
 Name:		gxneur
 Version:		0.17.0
-Release:		3%{?HGrev:.hg%{HGrev}}%{?dist}
+Release:		4%{?HGrev:.hg%{HGrev}}%{?dist}
 
 Group:		User Interface/Desktops
 License:		GPLv2+
@@ -23,9 +23,11 @@ BuildRequires:	xneur-devel = %{version}
 BuildRequires:	libtool
 %endif
 
-# Requirex explicit full versioned requires because not only labriry used. gxneur only GUI to xneur config daemon and relies on
-# concrete xneur futures, including svn revision fixes if that svn build.
-Requires:		xneur = %{version}-%{release}
+# Required versioned because not library used. gxneur only GUI to xneur config
+# daemon and relies on concrete xneur futures it provide to write config file
+# for them. I hope it should not changed in major version (known exceptions will
+# be handled separately).
+Requires:		xneur = %{version}
 
 %description
 GTK front-end for X Neural Switcher (xneur).
@@ -82,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Thu Jan 15 2015 Pavel Alexeev <Pahan at Hubbitus.info> - 0.17.0-4
+- Rebuild for fix memory usage in xneur (bz#1175114).
+- Make versioned dependency from xnaur without release - allow minor separate rebuilds.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list