Accepting request 36897 from X11:windowmanagers
checked in (request 36897) OBS-URL: https://build.opensuse.org/request/show/36897 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=7
This commit is contained in:
parent
c66bb0ec63
commit
d3c9f9ca88
@ -1,11 +0,0 @@
|
||||
--- 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,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -52,7 +52,6 @@ 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
|
||||
@ -100,7 +99,6 @@ 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