Accepting request 36897 from X11:windowmanagers
Copy from X11:windowmanagers/WindowMaker based on submit request 36897 from user oertel OBS-URL: https://build.opensuse.org/request/show/36897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=15
This commit is contained in:
parent
59351d6e18
commit
4965d6ac8a
11
WindowMaker-png_check_sig.patch
Normal file
11
WindowMaker-png_check_sig.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- wrlib/load.c
|
||||
+++ wrlib/load.c
|
||||
@@ -348,7 +348,7 @@
|
||||
|
||||
#ifdef USE_PNG
|
||||
/* check for PNG */
|
||||
- if (png_check_sig(buffer, 8))
|
||||
+ if (!png_sig_cmp(buffer, 0, 8))
|
||||
return IM_PNG;
|
||||
#endif
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 4 18:59:43 CEST 2010 - ro@suse.de
|
||||
|
||||
- fix build with libpng14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 03:31:24 CEST 2009 - crrodriguez@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Requires: xdg-menu
|
||||
AutoReqProv: on
|
||||
Summary: A Colorful and Flexible Window Manager
|
||||
Version: 0.92.0
|
||||
Release: 207
|
||||
Release: 208
|
||||
Source: Window-Maker-5a2507602c48.tar.bz2
|
||||
Source1: WindowMaker-extra-0.1.tar.bz2
|
||||
Source2: SuSE-theme.tar.bz2
|
||||
@ -52,6 +52,7 @@ Patch37: WindowMaker-event.patch
|
||||
Patch38: WindowMaker-wmspec.c-findBestIcon.patch
|
||||
Patch39: WindowMaker-dir-specification.patch
|
||||
Patch40: WindowMaker-composite.patch
|
||||
Patch41: WindowMaker-png_check_sig.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%package devel
|
||||
@ -99,6 +100,7 @@ cp WindowMaker/{menu.*,plmenu.*} menu.orig
|
||||
%patch38
|
||||
%patch39
|
||||
%patch40
|
||||
%patch41
|
||||
cp %{S:4} .
|
||||
cp %{S:6} .
|
||||
rename no nb po/no.*
|
||||
|
Loading…
Reference in New Issue
Block a user