rpms/bickley/devel bickley-fixppc2.patch, 1.1, 1.2 bickley.spec, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 8 22:12:11 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/bickley/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20414

Modified Files:
	bickley-fixppc2.patch bickley.spec 
Log Message:
- Updated PPC patch

bickley-fixppc2.patch:
 bkl-investigator.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: bickley-fixppc2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bickley/devel/bickley-fixppc2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- bickley-fixppc2.patch	31 Aug 2009 23:36:23 -0000	1.1
+++ bickley-fixppc2.patch	8 Sep 2009 22:12:11 -0000	1.2
@@ -1,11 +1,14 @@
---- bickley-0.4.3/src/bkl-investigator.c.orig	2009-07-26 15:56:02.000000000 +0100
-+++ bickley-0.4.3/src/bkl-investigator.c	2009-07-26 15:56:50.000000000 +0100
-@@ -68,8 +68,6 @@
+--- bickley-0.4.3/src/bkl-investigator.c.orig	2009-09-08 23:00:24.000000000 +0100
++++ bickley-0.4.3/src/bkl-investigator.c	2009-09-08 23:01:45.000000000 +0100
+@@ -68,6 +68,11 @@
  #elif defined (__x86_64__)
  #  define HAVE_IO_PRIO
  #  define __NR_ioprio_set 251
--#else
--#  warning "Architecture does not support ioprio modification"
++#elif defined (__powerpc__)
++#  define HAVE_IO_PRIO
++#  define __NR_ioprio_set 273
++#else
++#  error "Unsupported arch"
  #endif
  #define IOPRIO_WHO_PROCESS 1
  #define IOPRIO_CLASS_IDLE 3


Index: bickley.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bickley/devel/bickley.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- bickley.spec	31 Aug 2009 23:36:23 -0000	1.1
+++ bickley.spec	8 Sep 2009 22:12:11 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           bickley
 Version:        0.4.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A meta data management API and framework
 
 Group:          Applications/Multimedia
@@ -126,6 +126,9 @@ gconftool-2 --makefile-install-rule \
 %{_libdir}/libkozo.so
 
 %changelog
+* Tue Sep  8 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.3-7
+- Updated PPC patch
+
 * Mon Aug 31 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.3-6
 - Package review updates
 




More information about the fedora-extras-commits mailing list