Mailinglist Archive: opensuse-commit (914 mails)
| < Previous | Next > |
commit linux-glibc-devel for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 30 Jun 2011 16:29:02 +0200
- Message-id: <20110630142903.036C4202C5@hilbert.suse.de>
Hello community,
here is the log from the commit of package linux-glibc-devel for
openSUSE:Factory
checked in at Thu Jun 30 16:29:02 CEST 2011.
--------
--- linux-glibc-devel/linux-glibc-devel.changes 2010-11-16 17:29:11.000000000
+0100
+++ /mounts/work_src_done/STABLE/linux-glibc-devel/linux-glibc-devel.changes
2011-06-29 10:20:44.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Jun 29 07:51:04 UTC 2011 - aj@xxxxxxx
+
+- Update kernel headers to 3.0 (from 3.0-rc5).
+- Remove linux-glibc-devel.SuSE.TIOCGDEV.patch since it's upstream
+ now.
+- Fix obsoletes.
+- Use fdupes.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
linux-glibc-devel-2.6.36.tar.bz2
linux-glibc-devel.SuSE.TIOCGDEV.patch
New:
----
linux-glibc-devel-3.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ linux-glibc-devel.spec ++++++
--- /var/tmp/diff_new_pack.Z1wkxy/_old 2011-06-30 16:27:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Z1wkxy/_new 2011-06-30 16:27:00.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package linux-glibc-devel (Version 2.6.36)
+# spec file for package linux-glibc-devel
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
# norootforbuild
+BuildRequires: fdupes
Name: linux-glibc-devel
License: GPLv2
@@ -24,17 +25,16 @@
Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning
-Version: 2.6.36
+Version: 3.0
Release: 1
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers
Provides: linux-kernel-headers = %{version}
-Obsoletes: linux-kernel-headers <= %{version}
+Obsoletes: linux-kernel-headers < %{version}
PreReq: coreutils
Source: %{name}-%{version}.tar.bz2
Source1: install_all.sh
-Patch0: linux-glibc-devel.SuSE.TIOCGDEV.patch
Patch1: linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
%description
@@ -48,7 +48,6 @@
%prep
%setup -q
-%patch0
%patch1
%build
@@ -87,7 +86,7 @@
#error "======================================================="
#else
#define UTS_RELEASE "%{version}"
-#define LINUX_VERSION_CODE `bash -c 'v="%{version}";read a b c d <<< "${v//./
}";echo "$(( (($a) << 16) + (($b) << 8) + ($c) ))"'`
+#define LINUX_VERSION_CODE `bash -c 'v="%{version}";c=0;read a b <<< "${v//./
}";echo "$(( (($a) << 16) + (($b) << 8) + ($c) ))"'`
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#endif
BOGUS
@@ -110,9 +109,10 @@
# The directory turned into a symlink in 10.3 (2.6.22)
# rpm will remove obsolete files after the post install scripts
# A trigger will run after the /usr/include/asm was removed
-# Create a dummy symlink now for rpmlint happiness, we %ghost this and create
-# a proper symlink during %post:
+# Create a dummy symlink now for rpmlint happiness, we %%ghost this and create
+# a proper symlink during %%post:
ln -sfn asm-dummy $RPM_BUILD_ROOT/usr/include/asm
+%fdupes $RPM_BUILD_ROOT/usr/include
%postun
if test "$1" = 0
++++++ install_all.sh ++++++
--- /var/tmp/diff_new_pack.Z1wkxy/_old 2011-06-30 16:27:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Z1wkxy/_new 2011-06-30 16:27:00.000000000 +0200
@@ -27,6 +27,8 @@
tar -xf $1
pushd linux-${kernel_dir}
cp Makefile $header_dir
+# header export for unicore32 in 2.6.39 is broken, disable it
+sed -i -e 's/cris/cris\|unicore32/' scripts/headers.sh
/usr/bin/make O="$header_dir" headers_install_all
# kvm.h and aout.h are only installed if SRCARCH is an architecture
# that has support for them. As the package is noarch we need to make
@@ -50,6 +52,7 @@
sh64 \
v850 \
xtensa \
+ unicore32 \
; do
rm -rf usr/include/asm-$asm
done
@@ -78,4 +81,5 @@
popd
du -sh "$header_dir/usr"
tar -cjf "$header_dir.tar.bz2" "${header_dir##*/}"
-rm -rf $header_dir
+rm -rf $header_dir linux-${kernel_dir}
+
++++++ linux-glibc-devel-2.6.36.tar.bz2 -> linux-glibc-devel-3.0.tar.bz2 ++++++
++++ 16105 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |