[dragonegg/epel7] Remove spurious ".2" from end of release tag.

Eric Smith brouhaha at fedoraproject.org
Sat Aug 30 07:00:34 UTC 2014


commit fff361deb3045dff59a0d82d7702185cbd62d134
Author: Eric Smith <eric at localhost.localdomain>
Date:   Sat Aug 30 01:00:40 2014 -0600

    Remove spurious ".2" from end of release tag.

 dragonegg.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/dragonegg.spec b/dragonegg.spec
index dd5fc47..ee88676 100644
--- a/dragonegg.spec
+++ b/dragonegg.spec
@@ -61,7 +61,7 @@
 
 Name:           dragonegg
 Version:        3.4
-Release:        %{?prerel:0.}1%{?prerel:.}%{?prerel}%{?dist}.2
+Release:        %{?prerel:0.}2%{?prerel:.}%{?prerel}%{?dist}
 Summary:        GCC plugin to use LLVM optimizers and code generators
 
 Group:          Development/Languages
@@ -130,7 +130,11 @@ install -m 755 dragonegg.so %{buildroot}%{gcc_plugins_dir}
 
 
 %changelog
-* Fri Aug 29 2014 Eric Smith <spacewar at gmail.com> - 3.4-2
+* Sat Aug 30 2014 Eric Smith <spacewar at gmail.com> - 3.4-2
+- Remove spurious ".2" at end of release, probably was put in by a confused
+  automated tool.
+
+* Fri Aug 29 2014 Eric Smith <spacewar at gmail.com> - 3.4-1
 - Rebuild for llvm-3.4.2, gcc-4.8.2-16.2.el7_0.
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>


More information about the scm-commits mailing list