[afpfs-ng] Repair ponter arithmetic

Jan F. Chadima jfch2222 at fedoraproject.org
Mon Jul 4 06:21:03 UTC 2011


commit dae616bd94334010f9f3003d3a1b0fdadff0e05c
Author: Jan F. Chadima <jfch at fukusima15.jagda.eu>
Date:   Mon Jul 4 08:10:55 2011 +0200

    Repair ponter arithmetic

 afpfs-ng.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/afpfs-ng.spec b/afpfs-ng.spec
index 6cee2b2..8a93f6d 100644
--- a/afpfs-ng.spec
+++ b/afpfs-ng.spec
@@ -5,7 +5,7 @@
 
 Name:           afpfs-ng
 Version:        0.8.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Apple Filing Protocol client
 
 Group:          System Environment/Base
@@ -13,6 +13,7 @@ License:        GPL+
 URL:            http://alexthepuffin.googlepages.com/home
 Source0:        http://downloads.sourceforge.net/afpfs-ng/%{name}-%{version}.tar.bz2
 Patch0:         afpfs-ng-0.8.1-overflows.patch
+Patch1:         afpfs-ng-0.8.1-pointer.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %{?!_without_fuse:BuildRequires: fuse-devel}
@@ -48,6 +49,7 @@ Library for dynamic linking and header files of afpfs-ng.
 %prep
 %setup -q
 %patch0 -p1 -b .overflows
+%patch1 -p1 -b .pointer
 
 
 %build
@@ -110,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul  4 2011 Jan F. Chadima <jchadima at redhat.com> - 0.8.1-8
+- Repair ponter arithmetic
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list