Guest User

Untitled

a guest
Jul 20th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1. # -------------------------------------------------------------------
  2. # Tue Jun 23 13:03:48 CEST 2009 - werner@suse.de
  3. #
  4. # - In DirW do not move cursor if no filename is there (bnc#506573)
  5. #
  6. # -------------------------------------------------------------------
  7. # Wed Oct 8 15:09:55 CEST 2008 - werner@suse.de
  8. #
  9. # - Make code of xwd work (bnc#426582)
  10. #
  11. # -------------------------------------------------------------------
  12. # Wed Sep 3 14:53:31 CEST 2008 - werner@suse.de
  13. #
  14. # - Do not deleted PNG window twice (bnc#419422)
  15. #
  16. # -------------------------------------------------------------------
  17. # Fri Aug 1 18:53:49 CEST 2008 - werner@suse.de
  18. #
  19. # - In jpeg library the numbers of out_color_components and
  20. # color_components are diffenrent for quantize_colors, that is
  21. # that color_components is the colormap (normally 1) (bnc#412491)
  22. #
  23. # -------------------------------------------------------------------
  24. # Tue May 27 13:14:50 CEST 2008 - werner@suse.de
  25. #
  26. # - Switch over to jumbo patch 20070520 as this includes not only
  27. # all of our security patches but also those from debian
  28. # - Avoid to be fooled on new gcc as the overflow detection with
  29. # signed integers hadn't worked anymore
  30. # - Avoid to be fooled on boundary check of new glibc on counting
  31. # the pointer up and behind the upper boundary
  32. #
  33. # -------------------------------------------------------------------
  34. # Fri May 23 14:31:29 CEST 2008 - werner@suse.de
  35. #
  36. # - Never call X11 functions from within siganl handler (bnc#283914)
  37. #
  38. # -------------------------------------------------------------------
  39. # Thu Jul 5 14:47:22 CEST 2007 - coolo@suse.de
  40. #
  41. # - put desktop file and icon into package
  42. #
  43. # -------------------------------------------------------------------
  44. # Mon Jan 29 17:07:29 CET 2007 - werner@suse.de
  45. #
  46. # - Be sure to use system ticks (bug #237214)
  47. #
  48. # -------------------------------------------------------------------
  49. # Fri Jan 12 12:18:17 CET 2007 - werner@suse.de
  50. #
  51. # - Catch compiler warnings
  52. #
  53. # -------------------------------------------------------------------
  54. # Thu Jan 11 16:27:46 CET 2007 - werner@suse.de
  55. #
  56. # - Catch BadAcsess in XGrabButton for fvwm2 (report from Reinhard)
  57. #
  58. # -------------------------------------------------------------------
  59. # Wed Aug 2 11:19:11 CEST 2006 - werner@suse.de
  60. #
  61. # - Make it build with X11R7
  62. #
  63. # -------------------------------------------------------------------
  64. # Mon May 29 17:08:36 CEST 2006 - werner@suse.de
  65. #
  66. # - Allow NumLock (and any other modifier) for grab (bug #179310)
  67. #
  68. # -------------------------------------------------------------------
  69. # Wed Jan 25 21:43:31 CET 2006 - mls@suse.de
  70. #
  71. # - converted neededforbuild to BuildRequires
  72. #
  73. # -------------------------------------------------------------------
  74. # Thu Jan 12 12:29:58 CET 2006 - werner@suse.de
  75. #
  76. # - Use the gcc stack protector
  77. #
  78. # -------------------------------------------------------------------
  79. # Mon Dec 5 16:51:08 CET 2005 - werner@suse.de
  80. #
  81. # - Add workarounds to catch race in XGrabButton under KDE (#133406)
  82. #
  83. # -------------------------------------------------------------------
  84. # Wed Apr 13 15:37:48 CEST 2005 - werner@suse.de
  85. #
  86. # - Yet an other security fix
  87. #
  88. # -------------------------------------------------------------------
  89. # Mon Apr 11 18:52:04 CEST 2005 - werner@suse.de
  90. #
  91. # - Update to final jumbo patch 20050410
  92. #
  93. # -------------------------------------------------------------------
  94. # Mon Apr 11 14:55:16 CEST 2005 - werner@suse.de
  95. #
  96. # - Fix for compressed mac binaries
  97. #
  98. # -------------------------------------------------------------------
  99. # Fri Apr 8 17:47:55 CEST 2005 - werner@suse.de
  100. #
  101. # - Use fix+enh patch from GRR (security)
  102. # - Correct bmp driver for smaller bpp values
  103. # - Adapt and use newer Japanese extension patch
  104. #
  105. # -------------------------------------------------------------------
  106. # Fri Mar 4 11:59:38 CET 2005 - werner@suse.de
  107. #
  108. # - Fix format string error (bug #70844)
  109. #
  110. # -------------------------------------------------------------------
  111. # Wed Nov 17 12:51:03 CET 2004 - werner@suse.de
  112. #
  113. # - Add xv.png pixmap to file list
  114. #
  115. # -------------------------------------------------------------------
  116. # Tue Aug 24 13:28:00 CEST 2004 - werner@suse.de
  117. #
  118. # - Fix know overflows caused by bogus images (bug #44120)
  119. #
  120. # -------------------------------------------------------------------
  121. # Wed Jul 28 15:32:48 CEST 2004 - werner@suse.de
  122. #
  123. # - Add mouse wheel patch from Yue Shi Lai <yl2160@columbia.edu>
  124. # - Add bmp 32 bit extension also provided by Yue Shi Lai
  125. #
  126. # -------------------------------------------------------------------
  127. # Wed Jun 9 15:58:18 CEST 2004 - werner@suse.de
  128. #
  129. # - Fix 24bit issue of bmp format to make 24bit bmp visible again
  130. # (was introduced by fix of bug #20120) (bug# 41849)
  131. #
  132. # -------------------------------------------------------------------
  133. # Tue Feb 24 11:58:56 CET 2004 - werner@suse.de
  134. #
  135. # - Remove nasty compile warning
  136. # - Convert manual pages under doc to text files
  137. #
  138. # -------------------------------------------------------------------
  139. # Thu Feb 12 12:05:22 CET 2004 - werner@suse.de
  140. #
  141. # - Never overwrite CFLAGS of a imaked Makefile
  142. #
  143. # -------------------------------------------------------------------
  144. # Tue Feb 3 12:00:34 CET 2004 - kukuk@suse.de
  145. #
  146. # - Build with -fno-strict-aliasing
  147. #
  148. # -------------------------------------------------------------------
  149. # Sat Jan 10 16:53:17 CET 2004 - adrian@suse.de
  150. #
  151. # - build as user
  152. #
  153. # -------------------------------------------------------------------
  154. # Sun Aug 17 09:17:57 CEST 2003 - adrian@suse.de
  155. #
  156. # - added desktop file
  157. #
  158. # -------------------------------------------------------------------
  159. # Tue Apr 15 17:05:18 CEST 2003 - coolo@suse.de
  160. #
  161. # - use BuildRoot
  162. #
  163. # -------------------------------------------------------------------
  164. # Mon Jan 27 00:11:50 CET 2003 - ro@suse.de
  165. #
  166. # - fix imakefile
  167. #
  168. # -------------------------------------------------------------------
  169. # Wed Sep 25 16:13:37 CEST 2002 - werner@suse.de
  170. #
  171. # - Support BMP even if padding is broken (bug #20120)
  172. #
  173. # -------------------------------------------------------------------
  174. # Tue Aug 20 15:55:07 CEST 2002 - werner@suse.de
  175. #
  176. # - Warning added: MAKI is only supported with 640x400 (bug #18093)
  177. #
  178. # -------------------------------------------------------------------
  179. # Thu Aug 15 15:52:24 CEST 2002 - werner@suse.de
  180. #
  181. # - Fix timing/refresh problem of xv with XFree86[tm]-4.2
  182. #
  183. # -------------------------------------------------------------------
  184. # Sat Jul 27 11:47:20 CEST 2002 - adrian@suse.de
  185. #
  186. # - fix neededforbuild
  187. #
  188. # -------------------------------------------------------------------
  189. # Fri Feb 15 02:08:08 CET 2002 - ro@suse.de
  190. #
  191. # - fix owner/group after unpacking all sources
  192. #
  193. # -------------------------------------------------------------------
  194. # Tue Feb 12 09:39:01 CET 2002 - kukuk@suse.de
  195. #
  196. # - Use correct tar option
  197. #
  198. # -------------------------------------------------------------------
  199. # Fri Feb 1 00:26:13 CET 2002 - ro@suse.de
  200. #
  201. # - changed neededforbuild <libpng> to <libpng-devel-packages>
  202. #
  203. # -------------------------------------------------------------------
  204. # Tue Aug 21 11:37:26 CEST 2001 - cstein@suse.de
  205. #
  206. # - added some sanity checking to 'xsetbgimg'
  207. #
  208. # -------------------------------------------------------------------
  209. # Fri Jul 6 12:49:48 CEST 2001 - cstein@suse.de
  210. #
  211. # - added 'xsetbgimg', a small shell script to set the X background
  212. # quickly (calls xv)
  213. #
  214. # -------------------------------------------------------------------
  215. # Tue May 8 18:48:16 CEST 2001 - mfabian@suse.de
  216. #
  217. # - bzip2 sources
  218. #
  219. # -------------------------------------------------------------------
  220. # Tue Jun 6 14:02:23 CEST 2000 - werner@suse.de
  221. #
  222. # - Correct last change
  223. #
  224. # -------------------------------------------------------------------
  225. # Sat May 27 11:09:05 CEST 2000 - kukuk@suse.de
  226. #
  227. # - Use %doc macro for documentation
  228. #
  229. # -------------------------------------------------------------------
  230. # Wed Jan 12 19:22:32 CET 2000 - werner@suse.de
  231. #
  232. # - Better dithering of TrueColor pictures on 16bit displays
  233. #
  234. # -------------------------------------------------------------------
  235. # Tue Sep 28 16:23:10 CEST 1999 - werner@suse.de
  236. #
  237. # - Temporay files writable and readable for the owner
  238. #
  239. # -------------------------------------------------------------------
  240. # Thu Sep 23 23:12:00 CEST 1999 - werner@suse.de
  241. #
  242. # - Make temporay file creation more secure
  243. # * Use vdroot for tmpdir if AUTOEXTRACT is defined
  244. # * Try to open with O_WRONLY|O_CREAT|O_EXCL first
  245. # * Unsolved: gs and pic2 output page files (%d)
  246. # - Use better visual detection for 24 bit displays
  247. # - Expand tiff handling
  248. # * more than the first page is viewable
  249. # * handle LZW compression
  250. #
  251. # -------------------------------------------------------------------
  252. # Wed Sep 22 20:03:35 MEST 1999 - werner@suse.de
  253. #
  254. # - Add some boundary checks
  255. # - Add pdf support via gs
  256. # - Fix hints handling (flags initialized to zero)
  257. # - Fix grabbing
  258. # - Fix gif for deep colours spaces
  259. #
  260. # -------------------------------------------------------------------
  261. # Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
  262. #
  263. # - ran old prepare_spec on spec file to switch to new prepare_spec.
  264. #
  265. # -------------------------------------------------------------------
  266. # Sun Nov 29 15:17:18 MET 1998 - bs@suse.de
  267. #
  268. # - don't compile with -fno-force-mem
  269. #
  270. # -------------------------------------------------------------------
  271. # Wed Nov 4 21:30:42 MET 1998 - werner@suse.de
  272. # - Add jap patch for new formats
  273. # - Erase remaining pixels of a not fitting line (XPM)
  274. # - Some security fixes
  275. # -------------------------------------------------------------------
  276. # Thu Sep 17 16:57:18 MEST 1998 - ro@suse.de
  277. #
  278. # - don't redeclare sys_errlist for glibc
  279. #
  280. # -------------------------------------------------------------------
  281. # Wed Nov 5 16:47:51 MET 1997 - werner@suse.de
  282. #
  283. # - Added png support
  284. #
  285. # -------------------------------------------------------------------
  286. # Fri Oct 17 11:39:33 MEST 1997 - ro@suse.de
  287. #
  288. # - added -lz after -ltiff
  289. #
  290. # ----------------------------------------------------------------------------
  291. # Fri Feb 14 11:52:06 MET 1997 - werner@suse.de
  292. # - Good old xv new packed
  293. # - Including some fixes for xv-3.10a
  294. # - Fix a bug in writing xpm
  295. # - Use shared lib's: libtiff.so.3, libjpeg.so.5, libgz.so.1
  296. # - Enable ghostscript and gunzip
Add Comment
Please, Sign In to add comment