[inn/f18] New release is SMP compilant

Jochen Schmitt s4504kr at fedoraproject.org
Tue Sep 11 19:20:27 UTC 2012


commit 2f8aeea924a0663ce45c70982579cb6656614b87
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Sep 11 21:02:22 2012 +0200

    New release is SMP compilant

 inn.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index e534111..3ac2d1a 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -141,9 +141,7 @@ export CFLAGS="$CFLAGS -fpic"
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-# This release seems to not be SMP compilant
-
-make # %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
@@ -531,7 +529,10 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
-* Tue Sep 11 2012 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-1
+* Tue Sep 11 2012 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-2
+- New release is SMP compilant
+
+* Thu Sep 06 2012 Ondrej Vasik <ovasik at redhat.com> - 2.5.3-1
 - new upstream release 2.5.3
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.2-23


More information about the scm-commits mailing list