]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- updated to 5.3.1 auto/th/linux-libc-headers-5.3.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Sep 2019 13:54:34 +0000 (15:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Sep 2019 13:54:34 +0000 (15:54 +0200)
- updated fbsplash patch

linux-libc-headers-fbsplash.patch
linux-libc-headers.spec

index 583ace7fb91b804de9c15ba8bdc6658d9ba36ac5..960fd1a900e43451a78aa167f09e9ad46b37a7e1 100644 (file)
@@ -1,8 +1,5 @@
-diff --git a/include/linux/console_splash.h b/include/linux/console_splash.h
-new file mode 100644
-index 0000000..c448dd2
 --- /dev/null
-+++ b/include/uapi/linux/console_splash.h
++++ linux-5.3/include/uapi/linux/console_splash.h
 @@ -0,0 +1,13 @@
 +#ifndef _LINUX_CONSOLE_SPLASH_H_
 +#define _LINUX_CONSOLE_SPLASH_H_ 1
@@ -51,7 +48,3 @@ index 0000000..c448dd2
  #define FB_TYPE_PACKED_PIXELS         0       /* Packed Pixels        */
  #define FB_TYPE_PLANES                        1       /* Non interleaved planes */
  #define FB_TYPE_INTERLEAVED_PLANES    2       /* Interleaved planes   */
---- a/include/uapi/linux/Kbuild
-+++ b/include/uapi/linux/Kbuild
-@@ -418,0 +418,1 @@
-+header-y += console_splash.h
index 211b41ca5334c524732c10629999ec2bd96fecf4..6b74395ed512703e2874b4be1ac15b59e2a19a4a 100644 (file)
@@ -2,8 +2,8 @@
 # Conditional build:
 %bcond_without tests           # build without tests
 
-%define        basever 5.2
-%define        postver 2
+%define        basever 5.3
+%define        postver 1
 Summary:       Linux kernel headers for use with C libraries
 Summary(pl.UTF-8):     Nagłówki jądra Linuksa do użytku z bibliotekami C
 Name:          linux-libc-headers
@@ -13,10 +13,10 @@ Epoch:              7
 License:       GPL v2
 Group:         Development
 Source0:       https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
-# Source0-md5: ddf994de00d7b18395886dd9b30b9262
+# Source0-md5: c99feaade8047339528fb066ec5f8a49
 %if "%{postver}" > "0"
 Source1:       https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Source1-md5: 04570df0f994992d4148cb9bde65006a
+# Source1-md5: 476673d3ab1470fd9bac0da60774f3fd
 %endif
 Patch0:                %{name}-esfq.patch
 Patch1:                %{name}-wrr.patch
@@ -95,12 +95,6 @@ rm -rf $RPM_BUILD_ROOT
 # currently provided by libdrm-devel
 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/drm
 
-# trash
-find $RPM_BUILD_ROOT%{_includedir} -type f \
-       -name '..check.cmd' -o -name '.check' -o \
-       -name '..install.cmd' -o -name '.install' \
-| xargs %{__rm}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.247275 seconds and 4 git commands to generate.