[jemalloc] substitute version information in the header (#788517)

Dan Horák sharkcz at fedoraproject.org
Wed Feb 8 12:10:15 UTC 2012


commit c79a1125a23a4e8fb9c60fd31018af79306942f1
Author: Dan Horák <dan at danny.cz>
Date:   Wed Feb 8 13:10:12 2012 +0100

    substitute version information in the header (#788517)

 jemalloc.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jemalloc.spec b/jemalloc.spec
index d996c94..7dca362 100644
--- a/jemalloc.spec
+++ b/jemalloc.spec
@@ -1,7 +1,7 @@
 Name:           jemalloc
 Version:        2.2.5
 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        General-purpose scalable concurrent malloc implementation
 
 Group:          System Environment/Libraries
@@ -36,8 +36,6 @@ developing applications that use %{name}.
 %patch1 -p1 -b .s390
 
 %build
-# This is truncated during build. Seems interesting to save.
-mv VERSION version
 %configure
 make %{?_smp_mflags}
 
@@ -45,7 +43,6 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-mv version VERSION
 # Install this with doc macro instead
 rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html
 
@@ -74,6 +71,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Feb 08 2012 Dan Horák <dan[at]danny.cz> - 2.2.5-3
+- substitute version information in the header (#788517)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list