Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2012-12-21 14:51:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-27 13:40:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2012-12-21 14:51:18.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Dec 21 03:57:05 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 3.7.1, use xz format
+- Remove unneeded %clean section
+- Also remove sparc's SO_BSDCOMPAT in
+  linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
+
+-------------------------------------------------------------------

Old:
----
  linux-glibc-devel-3.6-rc6.tar.bz2

New:
----
  linux-glibc-devel-3.7.1.tar.xz

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

Other differences:
------------------
++++++ linux-glibc-devel.spec ++++++
--- /var/tmp/diff_new_pack.LFYcpB/_old  2012-12-21 14:51:20.000000000 +0100
+++ /var/tmp/diff_new_pack.LFYcpB/_new  2012-12-21 14:51:20.000000000 +0100
@@ -16,8 +16,6 @@
 #
 
 
-BuildRequires:  fdupes
-
 Name:           linux-glibc-devel
 Summary:        Linux headers for userspace development
 License:        GPL-2.0
@@ -25,17 +23,19 @@
 BuildArch:      noarch
 # this confusing version number has no meaning, it's the version
 # of the Linux kernel where these headers come from
-Version:        3.6.0
+Version:        3.7.1
 Release:        0
 # A "-" is not allowed in version
-%define upstream_version 3.6-rc6
+%define upstream_version 3.7.1
 Url:            http://www.kernel.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
+BuildRequires:  xz
 Provides:       kernel-headers
 Provides:       linux-kernel-headers = %{version}
 Obsoletes:      linux-kernel-headers < %{version}
 PreReq:         coreutils
-Source:         %{name}-%{upstream_version}.tar.bz2
+Source:         %{name}-%{upstream_version}.tar.xz
 Source1:        install_all.sh
 Patch1:         linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
 
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n linux-glibc-devel-%{upstream_version}
-%patch1
+%patch -P 1 -p1
 
 %build
 cat > version.h <<-BOGUS
@@ -172,9 +172,6 @@
 ln -sfn asm-$asm_link usr/include/asm
 exit 0
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %{_prefix}/include/*

++++++ install_all.sh ++++++
--- /var/tmp/diff_new_pack.LFYcpB/_old  2012-12-21 14:51:20.000000000 +0100
+++ /var/tmp/diff_new_pack.LFYcpB/_new  2012-12-21 14:51:20.000000000 +0100
@@ -1,10 +1,10 @@
 #!/bin/bash
-# bash -x $0 linux-1.2.3.tar.bz2
+# bash -x $0 linux-1.2.3.tar.xz
 set -e
 kernel=$1
 if ! test -f "$1"
 then
-       echo "Usage: ${0##*/} linux-1.2.3.tar.gz"
+       echo "Usage: ${0##*/} linux-1.2.3.tar.xz"
        exit 1
 fi
 if echo $PWD | grep -q :; then
@@ -80,6 +80,6 @@
 done
 popd
 du -sh "$header_dir/usr"
-tar -cjf "$header_dir.tar.bz2" "${header_dir##*/}"
+tar -cJf "$header_dir.tar.xz" "${header_dir##*/}"
 rm -rf $header_dir linux-${kernel_dir}
 

++++++ linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch ++++++
--- /var/tmp/diff_new_pack.LFYcpB/_old  2012-12-21 14:51:20.000000000 +0100
+++ /var/tmp/diff_new_pack.LFYcpB/_new  2012-12-21 14:51:20.000000000 +0100
@@ -6,22 +6,19 @@
 strace
 syslogd
 
-Index: usr/include/asm-arm/socket.h
-===================================================================
---- usr/include/asm-arm/socket.h.orig
-+++ usr/include/asm-arm/socket.h
-@@ -21,7 +21,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #define SO_PASSCRED   16
- #define SO_PEERCRED   17
-Index: usr/include/asm-generic/socket.h
+---
+ usr/include/asm-generic/socket.h |    1 -
+ usr/include/asm-ia64/socket.h    |    1 -
+ usr/include/asm-parisc/socket.h  |    1 -
+ usr/include/asm-powerpc/socket.h |    1 -
+ usr/include/asm-s390/socket.h    |    1 -
+ usr/include/asm-sparc/socket.h   |    1 -
+ 6 files changed, 6 deletions(-)
+
+Index: linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
 ===================================================================
---- usr/include/asm-generic/socket.h.orig
-+++ usr/include/asm-generic/socket.h
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-generic/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
 @@ -21,7 +21,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
@@ -30,10 +27,10 @@
  /* To add :#define SO_REUSEPORT 15 */
  
  #ifndef SO_PASSCRED /* powerpc only differs in these */
-Index: usr/include/asm-ia64/socket.h
+Index: linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
 ===================================================================
---- usr/include/asm-ia64/socket.h.orig
-+++ usr/include/asm-ia64/socket.h
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-ia64/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
 @@ -30,7 +30,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
@@ -42,10 +39,10 @@
  /* To add :#define SO_REUSEPORT 15 */
  #define SO_PASSCRED   16
  #define SO_PEERCRED   17
-Index: usr/include/asm-parisc/socket.h
+Index: linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
 ===================================================================
---- usr/include/asm-parisc/socket.h.orig
-+++ usr/include/asm-parisc/socket.h
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-parisc/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
 @@ -30,7 +30,6 @@
  
  #define SO_NO_CHECK   0x400b
@@ -54,10 +51,10 @@
  #define SO_PASSCRED   0x4010
  #define SO_PEERCRED   0x4011
  #define SO_TIMESTAMP  0x4012
-Index: usr/include/asm-powerpc/socket.h
+Index: linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
 ===================================================================
---- usr/include/asm-powerpc/socket.h.orig
-+++ usr/include/asm-powerpc/socket.h
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-powerpc/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
 @@ -28,7 +28,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
@@ -66,10 +63,10 @@
  /* To add :#define SO_REUSEPORT 15 */
  #define SO_RCVLOWAT   16
  #define SO_SNDLOWAT   17
-Index: usr/include/asm-s390/socket.h
+Index: linux-glibc-devel-3.7.1/usr/include/asm-s390/socket.h
 ===================================================================
---- usr/include/asm-s390/socket.h.orig
-+++ usr/include/asm-s390/socket.h
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-s390/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-s390/socket.h
 @@ -27,7 +27,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
@@ -78,3 +75,15 @@
  /* To add :#define SO_REUSEPORT 15 */
  #define SO_PASSCRED   16
  #define SO_PEERCRED   17
+Index: linux-glibc-devel-3.7.1/usr/include/asm-sparc/socket.h
+===================================================================
+--- linux-glibc-devel-3.7.1.orig/usr/include/asm-sparc/socket.h
++++ linux-glibc-devel-3.7.1/usr/include/asm-sparc/socket.h
+@@ -16,7 +16,6 @@
+ #define SO_LINGER     0x0080
+ #define SO_OOBINLINE  0x0100
+ /* To add :#define SO_REUSEPORT 0x0200 */
+-#define SO_BSDCOMPAT    0x0400
+ #define SO_RCVLOWAT     0x0800
+ #define SO_SNDLOWAT     0x1000
+ #define SO_RCVTIMEO     0x2000

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to