[golang/f20] another version constraint on xemacs to not use the broken version of xemacs-packages-extra

Vincent Batts vbatts at fedoraproject.org
Fri Aug 8 17:04:35 UTC 2014


commit 688fe6aa08324e6483685fac593fc6536bbed141
Author: Vincent Batts <vbatts at redhat.com>
Date:   Fri Aug 8 17:03:30 2014 +0000

    another version constraint on xemacs to not use the broken version of
    xemacs-packages-extra

 golang.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/golang.spec b/golang.spec
index 9789ed8..10ea702 100644
--- a/golang.spec
+++ b/golang.spec
@@ -39,7 +39,7 @@
 
 Name:           golang
 Version:        1.2.2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        The Go Programming Language
 
 License:        BSD
@@ -68,7 +68,8 @@ BuildRequires:  emacs
 BuildRequires:  xemacs
 # xemacs-packages-extra-20130408-3 worked fine, but not the newer bump
 # https://bugzilla.redhat.com/show_bug.cgi?id=1127518
-BuildRequires:  xemacs-packages-extra < 20140705-1
+BuildConflicts: xemacs-packages-extra == 20140705-1
+BuildRequires:  xemacs-packages-extra
 %endif
 
 Patch0:         golang-1.2-verbose-build.patch
@@ -152,8 +153,7 @@ BuildArch:     noarch
 %package -n    xemacs-%{name}
 Summary:       XEmacs add-on package for Go
 Requires:      xemacs(bin) >= %{_xemacs_version}
-# https://bugzilla.redhat.com/show_bug.cgi?id=1127518
-Requires:      xemacs-packages-extra < 20140705-1
+Requires:      xemacs-packages-extra
 BuildArch:     noarch
 
 %description -n xemacs-%{name}
@@ -886,6 +886,9 @@ fi
 
 
 %changelog
+* Fri Aug 08 2014 Vincent Batts <vbatts at fedoraproject.org> - 1.2.2-12
+- set another version constraint on xemacs due to bz1127518
+
 * Wed Aug 06 2014 Vincent Batts <vbatts at fedoraproject.org> - 1.2.2-11
 - set a version constraint on xemacs due to bz1127518
 


More information about the scm-commits mailing list