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

Peter Robinson pbrobinson at fedoraproject.org
Wed Sep 9 09:06:04 UTC 2009


Author: pbrobinson

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

Modified Files:
	bickley-fixppc2.patch bickley.spec 
Log Message:
- Include the correct updated patch

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

Index: bickley-fixppc2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bickley/devel/bickley-fixppc2.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bickley-fixppc2.patch	8 Sep 2009 22:12:11 -0000	1.2
+++ bickley-fixppc2.patch	9 Sep 2009 09:06:04 -0000	1.3
@@ -1,14 +1,12 @@
---- 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 @@
+--- bickley-0.4.3/src/bkl-investigator.c.orig	2009-09-09 10:01:42.000000000 +0100
++++ bickley-0.4.3/src/bkl-investigator.c	2009-09-09 10:02:34.000000000 +0100
+@@ -68,6 +68,9 @@
  #elif defined (__x86_64__)
  #  define HAVE_IO_PRIO
  #  define __NR_ioprio_set 251
 +#elif defined (__powerpc__)
 +#  define HAVE_IO_PRIO
 +#  define __NR_ioprio_set 273
-+#else
-+#  error "Unsupported arch"
+ #else
+ #  warning "Architecture does not support ioprio modification"
  #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.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- bickley.spec	8 Sep 2009 22:12:11 -0000	1.2
+++ bickley.spec	9 Sep 2009 09:06:04 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           bickley
 Version:        0.4.3
-Release:        7%{?dist}
+Release:        8%{?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
+* Wed Sep  9 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.3-8
+- Include the correct updated patch
+
 * Tue Sep  8 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.3-7
 - Updated PPC patch
 




More information about the fedora-extras-commits mailing list