From dae616bd94334010f9f3003d3a1b0fdadff0e05c Mon Sep 17 00:00:00 2001 From: Jan F. Chadima Date: Jul 04 2011 06:10:55 +0000 Subject: Repair ponter arithmetic --- 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 - 0.8.1-8 +- Repair ponter arithmetic + * Mon Feb 07 2011 Fedora Release Engineering - 0.8.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild