Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2012-05-03 10:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and      /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linux-glibc-devel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes      
2012-03-20 12:04:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2012-05-03 10:58:28.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 25 18:35:49 UTC 2012 - [email protected]
+
+- Fix typo: it's __NR_mq_getsetattr
+
+-------------------------------------------------------------------

New:
----
  getsetattr.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linux-glibc-devel.spec ++++++
--- /var/tmp/diff_new_pack.Tcyimj/_old  2012-05-03 10:58:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Tcyimj/_new  2012-05-03 10:58:29.000000000 +0200
@@ -38,6 +38,7 @@
 Source:         %{name}-%{upstream_version}.tar.bz2
 Source1:        install_all.sh
 Patch1:         linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
+Patch2:         getsetattr.patch
 
 %description
 This package provides Linux kernel headers, the kernel API description
@@ -51,6 +52,7 @@
 %prep
 %setup -q -n linux-glibc-devel-%{upstream_version}
 %patch1
+%patch2 -p1
 
 %build
 cat > version.h <<-BOGUS

++++++ getsetattr.patch ++++++
Index: linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
===================================================================
--- linux-glibc-devel-3.3.orig/usr/include/asm-x86/unistd_32.h
+++ linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
@@ -280,7 +280,7 @@
 #define __NR_mq_timedsend 279
 #define __NR_mq_timedreceive 280
 #define __NR_mq_notify 281
-#define __NR_mq_getsetaddr 282
+#define __NR_mq_getsetattr 282
 #define __NR_kexec_load 283
 #define __NR_waitid 284
 #define __NR_add_key 286
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to