[inn/f19] Fix typos in the posix patch (hint from upstream)

Jochen Schmitt s4504kr at fedoraproject.org
Tue May 28 19:52:51 UTC 2013


commit 169f00c610516d203dd5f1731e077d7043f9a4fc
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue May 28 21:41:18 2013 +0200

    Fix typos in the posix patch (hint from upstream)

 inn-2.5.2.posix.patch |    6 +++---
 inn.spec              |    5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/inn-2.5.2.posix.patch b/inn-2.5.2.posix.patch
index 994003e..92a8d25 100644
--- a/inn-2.5.2.posix.patch
+++ b/inn-2.5.2.posix.patch
@@ -7,9 +7,9 @@ diff -up inn-2.5.2/storage/cnfs/cnfs.h.posix inn-2.5.2/storage/cnfs/cnfs.h
  
 +/* Patch for POSIX  */
 +
-+#ifndef MADV_SEQUENTAL
-+  #ifdef POSIX_MADV_SEQENTIAL
-+    #define MADV_SEQUITIAL POSIX_MADV_SEQUENTIAL
++#ifndef MADV_SEQUENTIAL
++  #ifdef POSIX_MADV_SEQUENTIAL
++    #define MADV_SEQUENTIAL POSIX_MADV_SEQUENTIAL
 +  #endif
 +#endif
 +
diff --git a/inn.spec b/inn.spec
index 901e798..1759b3f 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,7 +3,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
 Version: 2.5.3
-Release: 10%{?dist}
+Release: 11%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -565,6 +565,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue May 28 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-11
+- Fix typos in the posix patch (hint from upstream)
+
 * Tue May 21 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-10
 - Building package with PIE flags (#965502)
 - Fix issue with recent pod2man releases


More information about the scm-commits mailing list