gtk2-vl.spec 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. # Note that this is NOT a relocatable package
  2. %define glib2_base_version 2.28.8
  3. %define glib2_version %{glib2_base_version}-1
  4. %define pango_base_version 1.28.3
  5. %define pango_version %{pango_base_version}-1
  6. %define atk_base_version 1.32.0
  7. %define atk_version %{atk_base_version}-1
  8. %define cairo_base_version 1.10.0
  9. %define cairo_version %{cairo_base_version}-1
  10. %define gdkpixbuf2_base_version 2.22.1
  11. %define gdkpixbuf2_version %{gdkpixbuf2_base_version}-1
  12. %define gobject_introspection_version 0.9.8
  13. %define base_version 2.24.18
  14. %define bin_version 2.10.0
  15. # biarch support
  16. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  17. %define _query_suffix %{nil}
  18. %if %{build_compat32}
  19. %define _query_suffix -32
  20. %endif
  21. Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
  22. Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
  23. Name: gtk2
  24. Version: %{base_version}
  25. Release: 1%{?_dist_release}
  26. License: LGPL
  27. Group: System Environment/Libraries
  28. Source: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.xz
  29. # biarch support
  30. Patch0: gtk2-2.21.6-lib64.patch
  31. Patch100: gtk+-2.24.8-vine-default-theme.patch
  32. BuildRequires: atk-devel >= %{atk_version}
  33. BuildRequires: pango-devel >= %{pango_version}
  34. BuildRequires: glib2-devel >= %{glib2_version}
  35. BuildRequires: cairo-devel >= %{cairo_version}
  36. BuildRequires: gdk-pixbuf2-devel >= %{gdkpixbuf2_version}
  37. BuildRequires: libtiff-devel >= 3.7
  38. BuildRequires: libjpeg-turbo-devel
  39. BuildRequires: libpng-devel
  40. BuildRequires: jasper-devel
  41. BuildRequires: gtk-doc
  42. #BuildRequires: automake17, autoconf
  43. BuildRequires: gamin-devel
  44. BuildRequires: cups-devel
  45. BuildRequires: libICE-devel
  46. BuildRequires: libXext-devel
  47. BuildRequires: libXi-devel
  48. BuildRequires: libXrandr-devel >= 1.3.0
  49. BuildRequires: libXrender-devel
  50. BuildRequires: libXcursor-devel
  51. BuildRequires: libXfixes-devel
  52. BuildRequires: libXinerama-devel
  53. BuildRequires: libXcomposite-devel
  54. BuildRequires: libXdamage-devel
  55. BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
  56. BuildRoot: %{_tmppath}/gtk-%{version}-root
  57. Obsoletes: gtk+-gtkbeta
  58. Obsoletes: Inti
  59. Provides: gail = %{version}-%{release}
  60. Obsoletes: gail < 2.14
  61. Conflicts: gtk2-engines < 2.6.0
  62. URL: http://www.gtk.org
  63. # required for icon themes apis to work
  64. Requires: hicolor-icon-theme
  65. # We need to prereq these so we can run gtk-query-immodules-2.0
  66. Requires(post): glib2 >= %{glib2_version}
  67. Requires(post): atk >= %{atk_version}
  68. Requires(post): pango >= %{pango_version}
  69. Requires(post): libSM >= 1.1.0
  70. # We need to prereq libtiff >= 3.7 to run gdk-pixbuf-query-loaders
  71. Requires(post): libtiff >= 3.7
  72. Requires: libXrandr >= 1.3.0
  73. Vendor: Project Vine
  74. Distribution: Vine Linux
  75. Packager: daisuke, Takemikaduchi
  76. %description
  77. GTK+ is a multi-platform toolkit for creating graphical user
  78. interfaces. Offering a complete set of widgets, GTK+ is suitable for
  79. projects ranging from small one-off tools to complete application
  80. suites.
  81. %package devel
  82. Summary: Development tools for GTK+ applications.
  83. Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
  84. Group: Development/Libraries
  85. Requires: gtk2 = %{version}
  86. Requires: pango-devel >= %{pango_version}
  87. Requires: gdk-pixbuf2-devel >= %{gdkpixbuf2_version}
  88. Requires: atk-devel >= %{atk_version}
  89. Requires: glib2-devel >= %{glib2_version}
  90. Requires: libX11-devel, libXcursor-devel, libXinerama-devel
  91. Requires: libXext-devel, libXi-devel, libXrandr-devel
  92. Requires: libXfixes-devel, libXcomposite-devel
  93. Requires: libpng-devel
  94. Obsoletes: gtk+-gtkbeta-devel
  95. Obsoletes: Inti-devel
  96. Provides: gail-devel = %{version}-%{release}
  97. Obsoletes: gail-devel < 2.14
  98. ## avoid header collisions
  99. Conflicts: gtk+-devel <= 1.2.8
  100. Conflicts: gdk-pixbuf-devel <= 0.11
  101. %description devel
  102. The gtk+-devel package contains the header files and developer
  103. docs for the GTK+ widget toolkit.
  104. #######################################################################
  105. # compat32
  106. %package -n compat32-%{name}
  107. Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
  108. Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
  109. Group: System Environment/Libraries
  110. Requires(post): compat32-glib2 >= %{glib2_version}
  111. Requires(post): compat32-atk >= %{atk_version}
  112. Requires(post): compat32-pango >= %{pango_version}
  113. Requires(post): compat32-gdk-pixbuf2 >= %{gdkpixbuf2_version}
  114. Requires(post): compat32-libSM >= 1.1.0
  115. Requires(post): compat32-libtiff >= 3.7
  116. Requires: compat32-libXrandr >= 1.3.0
  117. %description -n compat32-%{name}
  118. GTK+ is a multi-platform toolkit for creating graphical user
  119. interfaces. Offering a complete set of widgets, GTK+ is suitable for
  120. projects ranging from small one-off tools to complete application
  121. suites.
  122. %package -n compat32-%{name}-devel
  123. Summary: Development tools for GTK+ applications.
  124. Summary(ja): GTK+ (GIMP ツールキット) アプリケーション開発ツール
  125. Group: Development/Libraries
  126. Requires: compat32-%{name} = %{version}
  127. Requires: %{name}-devel = %{version}
  128. Requires: compat32-libX11-devel, compat32-libXcursor-devel, compat32-libXinerama-devel
  129. Requires: compat32-libXext-devel, compat32-libXi-devel, compat32-libXrandr-devel
  130. Requires: compat32-libXfixes-devel, compat32-libXcomposite-devel
  131. Requires: compat32-libpng-devel
  132. %description -n compat32-%{name}-devel
  133. The gtk+-devel package contains the header files and developer
  134. docs for the GTK+ widget toolkit.
  135. %prep
  136. %setup -q -n gtk+-%{version}
  137. %patch0 -p1 -b .lib64
  138. %patch100 -p1 -b .vine-default-theme
  139. #for i in config.guess config.sub ; do
  140. # test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
  141. #done
  142. %build
  143. if ! pkg-config --exists pangoxft ; then
  144. echo "No pangoxft.pc!"
  145. exit 1
  146. fi
  147. #libtoolize --force --copy
  148. #autoreconf -i
  149. %configure --with-xinput=xfree \
  150. --disable-gtk-doc \
  151. --enable-man \
  152. --enable-debug=minimum \
  153. --disable-rebuilds \
  154. --disable-glibtest \
  155. --with-included-loaders=png \
  156. --enable-introspection=yes
  157. make ARCH=%{_arch}
  158. #make
  159. %install
  160. rm -rf $RPM_BUILD_ROOT
  161. %makeinstall RUN_QUERY_IMMODULES_TEST=false RUN_QUERY_LOADER_TEST=false
  162. %find_lang gtk20
  163. %find_lang gtk20-properties
  164. cat gtk20.lang gtk20-properties.lang > all.lang
  165. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0
  166. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/%{_arch}
  167. #
  168. # Make cleaned-up versions of examples and tutorial for installation
  169. #
  170. mkdir -p tmpdocs/tutorial
  171. # install -m 0644 docs/html/gtk_tut.html docs/html/gtk_tut-[0-9]*.html docs/html/*.gif tmpdocs/tutorial
  172. for dir in examples/* ; do
  173. if [ -d $dir ] ; then
  174. mkdir -p tmpdocs/$dir
  175. for file in $dir/* ; do
  176. case $file in
  177. *pre1.2.7)
  178. ;;
  179. *)
  180. install -m 0644 $file tmpdocs/$dir
  181. ;;
  182. esac
  183. done
  184. fi
  185. done
  186. # Install the demo programs
  187. #cd tests
  188. #../libtool --mode=install install testgtk $RPM_BUILD_ROOT%{_bindir}
  189. #../libtool --mode=install install testtext $RPM_BUILD_ROOT%{_bindir}
  190. # We need to have separate 32-bit and 64-bit binaries
  191. # for places where we have two copies of the GTK+ package installed.
  192. # (we might have x86_64 and i686 packages on the same system, for example.)
  193. %if %{build_compat32}
  194. cp $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 \
  195. $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0%{_query_suffix}
  196. %endif
  197. # Remove unpackaged files
  198. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  199. rm -rf $RPM_BUILD_ROOT%{_datadir}/themes/Raleigh
  200. rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/lib*.la
  201. %clean
  202. rm -rf $RPM_BUILD_ROOT
  203. %post
  204. /sbin/ldconfig
  205. %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
  206. %postun
  207. /sbin/ldconfig
  208. if [ $1 = 0 ]; then
  209. /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
  210. fi
  211. %triggerpostun -- gtk2 <= 2.8.11
  212. /bin/rm -f %{_sysconfdir}/gtk-2.0/gtk.immodules
  213. %if %{build_compat32}
  214. %post -n compat32-%{name}
  215. /sbin/ldconfig
  216. %{_bindir}/gtk-query-immodules-2.0%{_query_suffix} > %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
  217. %postun -n compat32-%{name}
  218. /sbin/ldconfig
  219. if [ $1 = 0 ]; then
  220. /bin/rm -f %{_sysconfdir}/gtk-2.0/%{_arch}/gtk.immodules
  221. fi
  222. %endif
  223. %files -f all.lang
  224. %defattr(-, root, root)
  225. %doc AUTHORS COPYING ChangeLog NEWS README
  226. %{_bindir}/gtk-demo
  227. %{_bindir}/gtk-builder-convert
  228. %{_bindir}/gtk-query-immodules-2.0
  229. %{_bindir}/gtk-update-icon-cache
  230. %{_libdir}/libgtk-x11-2.0.so.*
  231. %{_libdir}/libgdk-x11-2.0.so.*
  232. %{_libdir}/libgailutil.so.*
  233. %dir %{_libdir}/gtk-2.0
  234. %{_libdir}/gtk-2.0/%{bin_version}
  235. %dir %{_libdir}/gtk-2.0/modules
  236. %{_libdir}/gtk-2.0/modules/lib*.so
  237. %{_datadir}/gtk-2.0
  238. %{_datadir}/themes/Default
  239. %{_datadir}/themes/Emacs
  240. %dir %{_sysconfdir}/gtk-2.0
  241. %dir %{_sysconfdir}/gtk-2.0/%{_arch}
  242. %{_sysconfdir}/gtk-2.0/im-multipress.conf
  243. %{_libdir}/girepository-1.0
  244. %files devel
  245. %defattr(-, root, root)
  246. %{_libdir}/lib*.so
  247. %dir %{_libdir}/gtk-2.0
  248. %{_libdir}/gtk-2.0/include
  249. %{_datadir}/gtk-doc/
  250. %{_mandir}/man1/*
  251. %{_includedir}/*
  252. %{_datadir}/aclocal/*
  253. %{_libdir}/pkgconfig/*
  254. %{_datadir}/gir-1.0
  255. %doc tmpdocs/tutorial
  256. %doc tmpdocs/examples
  257. # compat32
  258. %if %{build_compat32}
  259. %files -n compat32-%{name}
  260. %defattr(-, root, root)
  261. %{_bindir}/gtk-query-immodules-2.0%{_query_suffix}
  262. %{_libdir}/libgtk-x11-2.0.so.*
  263. %{_libdir}/libgdk-x11-2.0.so.*
  264. %{_libdir}/libgailutil.so.*
  265. %dir %{_libdir}/gtk-2.0
  266. %{_libdir}/gtk-2.0/%{bin_version}
  267. %dir %{_libdir}/gtk-2.0/modules
  268. %{_libdir}/gtk-2.0/modules/lib*.so
  269. %dir %{_sysconfdir}/gtk-2.0
  270. %dir %{_sysconfdir}/gtk-2.0/%{_arch}
  271. %files -n compat32-%{name}-devel
  272. %defattr(-, root, root)
  273. %{_libdir}/lib*.so
  274. %dir %{_libdir}/gtk-2.0
  275. %{_libdir}/gtk-2.0/include
  276. %endif
  277. %changelog
  278. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.18-1
  279. - new upstream release
  280. * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.17-1
  281. - new upstream release
  282. * Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.16-1
  283. - new upstream release
  284. * Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.15-1
  285. - new upstream release
  286. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.14-1
  287. - new upstream release
  288. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.13-1
  289. - new upstream release
  290. * Tue Jul 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.11-1
  291. - new upstream release
  292. * Sun Mar 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.10-1
  293. - new upstream release
  294. * Mon Jan 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.9-1
  295. - new upstream release
  296. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.8-1
  297. - new upstream release
  298. - update Patch100 (gtk+-2.24.8-vine-default-theme.patch)
  299. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.7-1
  300. - new upstream release
  301. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.6-1
  302. - new upstream release
  303. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.5-1
  304. - new upstream release
  305. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.4-1
  306. - new upstream release
  307. * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-2
  308. - rebuild with krb5-libs-1.8.2
  309. * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.3-1
  310. - new upstream release
  311. * Tue Feb 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.1-1
  312. - new upstream release
  313. * Sat Feb 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1
  314. - new upstream release
  315. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.1-1
  316. - new upstream release
  317. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-1
  318. - new upstream release
  319. - add BuildRequires: gdk-pixbuf2-devel, gobject-introspection-devel
  320. - remove BuildRequires: gtk2-devel = 2.21.2
  321. - add configure option (--enable-instrospection=yes)
  322. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.21.3-1
  323. - new upstream release
  324. - fix Patch0
  325. - add BuildRequires: gtk2-devel = 2.21.2 (2.21.3 only)
  326. - add Requires: gdk-pixbuf2-devel (devel package)
  327. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.21.2-1
  328. - new upstream release
  329. - change BuildRequires: libjpeg-turbo-devel instead of libjpeg-devel
  330. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.20.1-2
  331. - build with rpm-4.8.1-1 for pkg-config file
  332. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.1-1
  333. - new upstream release
  334. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
  335. - new upstream release
  336. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.9-1
  337. - new upstream release
  338. * Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.7-1
  339. - new upstream release
  340. - drop upstreamed patch
  341. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.5-2
  342. - use refreshed old patch for multiarch support
  343. * Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.5-1
  344. - new upstream release
  345. - change Patch1 (gtk+-2.10.11-lib64.patch -> gtk-lib64.patch)
  346. - add Patch101 (stackoverflow.patch) from FC package
  347. - drop libtoolize and autoreconf
  348. * Sun Nov 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.3-1
  349. - new upstream release
  350. * Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-2
  351. - add BR: libICE-devel, libXext-devel, libXi-devel
  352. * Sun Oct 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1
  353. - new upstream release
  354. * Fri Sep 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1
  355. - new upstream release
  356. - drop testgtk/testtext
  357. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.5-1
  358. - new upstream release
  359. * Thu Jul 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.4-1
  360. - new upstream release
  361. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.3-2
  362. - add Patch1 from git master
  363. - avoid warnings in atom conversion
  364. - http://git.gnome.org/cgit/gtk+/commit/?id=4b16b875db66c72003606c4199b23899ed451e78
  365. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.3-1
  366. - new upstream release
  367. * Sun May 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.2-1
  368. - new upstream release
  369. - remove patch2 (merged in upstream)
  370. * Tue May 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.16.1-2
  371. - updated %%files section of compat32 subpackage
  372. - removed %%if !%%{build_compat32} case condition
  373. - updated Requires and Requires(post)
  374. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.1-1
  375. - new upstream release
  376. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1
  377. - new upstream release
  378. - update BuildRequires/Requires
  379. * Sun Jan 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-1
  380. - new upstream release
  381. * Tue Dec 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-1
  382. - new upstream release
  383. * Wed Nov 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-1
  384. - new upstream release
  385. * Sun Nov 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-2
  386. - add Patch3,4 from upstream
  387. * Sun Oct 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.4-1
  388. - new upstream release
  389. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-1
  390. - new upstream release
  391. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-2
  392. - rebuild with pango-1.22.0,cairo-1.7.6
  393. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-1
  394. - new upstream release
  395. * Sat Sep 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
  396. - add BuildRequires: jasper-devel
  397. * Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-1
  398. - new upstream release
  399. - add Provides/Obsoletes: gail
  400. * Thu Jul 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.11-1
  401. - new upstream release
  402. * Thu Jun 5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.10-1
  403. - new upstream release
  404. * Wed Apr 2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-2vl5
  405. - added Patch1-4 drom Fedora
  406. * Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-4
  407. - Fix a crash in gnome-system-log (#321701)
  408. * Wed Oct 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
  409. - Fix a crash in the firefox print preview (#336771)
  410. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-1vl5
  411. - used %%{?_dist_release}
  412. * Wed Mar 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.9-0vl1
  413. - new upstream release
  414. * Sat Mar 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.8-0vl1
  415. - new upstream release
  416. * Thu Feb 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.7-0vl1
  417. - new upstream release
  418. * Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.5-0vl1
  419. - new upstream release
  420. * Sun Dec 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
  421. - new upstream release
  422. * Thu Nov 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
  423. - new upstream release
  424. - rebuild with new glib2, atk, pango
  425. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.12-0vl2
  426. - rebuild with new environment
  427. * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.12-0vl1
  428. - new upstream release
  429. * Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.11-0vl1
  430. - new upstream release
  431. * Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.20-0vl3
  432. - rebuild with glib2-2.12.1, cairo-1.2.2, pango-1.14.0
  433. * Sat Jul 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.20-0vl2
  434. - new upstream release
  435. * Mon Jun 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.19-0vl2
  436. - change default theme to Vine (Patch10)
  437. * Mon Jun 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.19-0vl1
  438. - new upstream release
  439. * Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.18-0vl1
  440. - new upstream release
  441. * Tue May 23 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.17-0vl2
  442. - add BuildRequires: gtk-doc
  443. - rename binaries to -32 if build_compat32 option is enabled
  444. * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.17-0vl1
  445. - new upstream release
  446. * Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.16-0vl1
  447. - new upstream release
  448. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.15-0vl1
  449. - new upstream release
  450. * Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.14-0vl1
  451. - new upstream release
  452. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.13-0vl2
  453. - remove old query caches
  454. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.13-0vl1
  455. - new upstream release
  456. - add compat32 subpackage for x86_64 arch support.
  457. - add Patch0 for biarch support.
  458. * Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.11-0vl1
  459. - new upstream release
  460. * Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.10-0vl1
  461. - new upstream release
  462. - remove Patch10 that is merged in upstream
  463. * Wed Jan 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-0vl3
  464. - add Patch10 to fix gtkfilefilter bug
  465. http://bugzilla.gnome.org/show_bug.cgi?id=317687
  466. * Wed Dec 28 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.8.9-0vl2
  467. - {_unpackaged_files,_missing_doc_files}_terminate_build now undefined
  468. * Sat Dec 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-0vl1
  469. - new upstream release
  470. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.8-0vl1
  471. - new upstream release
  472. * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.6-0vl1
  473. - new upstream release
  474. * Thu Sep 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.4-0vl1
  475. - new upstream release
  476. * Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-0vl1
  477. - new upstream release
  478. * Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  479. - new upstream release
  480. * Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl2
  481. - add PreReq: cairo >= 0.9.0 to run %%post scripts
  482. * Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
  483. - new upstream release
  484. * Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.5-0vl1
  485. - new upstream release
  486. * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1
  487. - new upstream release
  488. * Mon Jun 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.8-0vl1
  489. - new upstream release
  490. - drop patch3 which is merged in upstream
  491. * Thu Jun 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl3
  492. - add Patch3 to remove unneeded debug message from BMP loader
  493. * Tue May 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl2
  494. - add PreReq: libtiff >= 3.7 to run gdk-pixbuf-query-loaders
  495. in %%post script
  496. * Wed Apr 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-0vl1
  497. - new upstream release
  498. * Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl2
  499. - add Patch1 to fix many broken images (#169870.)
  500. * Sat Apr 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1
  501. - new upstream release
  502. * Fri Mar 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
  503. - new upstream release
  504. * Sat Feb 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
  505. - new upstream release
  506. * Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
  507. - new upstream release
  508. * Sat Dec 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.14-0vl1
  509. - new upstream release
  510. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
  511. - rebuild with pango-1.6/atk-1.8
  512. * Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
  513. - new upstream release
  514. * Mon Oct 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.11-0vl1
  515. - new upstream release
  516. * Sun Sep 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.10-0vl1
  517. - new upstream release
  518. * Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl1
  519. - new upstream release
  520. * Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-0vl1
  521. - new upstream release
  522. * Fri Jul 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1
  523. - new upstream release
  524. * Sun Jun 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.3-0vl2
  525. - added BuildRequires: automake17
  526. * Sun Jun 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.3-0vl1
  527. - new upstream release
  528. * Sat Jun 5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  529. - new upstream release
  530. * Sun May 2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  531. - new upstream release
  532. * Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  533. - new upstream release
  534. - drop obsolete patches
  535. - update gtkmenushadow patch
  536. * Sun Feb 15 2004 Tomoya TAKA <taka@vinelinux.org> 2.2.4-0vl3
  537. - add freetype217 patch
  538. - fix %%postun
  539. * Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
  540. - import some patches from Fedora
  541. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
  542. - new upstream release
  543. * Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl4
  544. - rebuild with new pango/atk
  545. * Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl3
  546. - new upstream release
  547. - import patch5,6 from rawhide.
  548. - drop patch20 that is merged in upstream
  549. * Sat Aug 23 2003 Tomoya TAKA <taka@vinelinux.org> 2.2.2-0vl3
  550. - add gtkimcontextxim.patch (patch20) based on Owen Taylor's patch
  551. submitted to bugzilla.gnome.org #115077
  552. cf. http://bugzilla.gnome.org/show_bug.cgi?id=115077
  553. * Sun Jul 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl2
  554. - update gtkmenu shadow patch
  555. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
  556. - new upstream release
  557. * Sun Jun 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl6
  558. - replace dropshadow patch with xfce's one.
  559. - enable dropshadow
  560. * Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl5
  561. - rebuilt
  562. * Mon Apr 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl4
  563. - fixed dropshadow patch, but still not enable.
  564. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl3
  565. - rebuild with new libpng
  566. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl2
  567. - add patch4, 5 from rawhide.
  568. - add experimental patch10 to support drop shadow.
  569. (disabled by default)
  570. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  571. - new upstream release
  572. - drop patch4
  573. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl3
  574. - merge patch3,4 from rawhide package
  575. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
  576. - rebuild with new glib/atk/pango
  577. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  578. - new upstream release
  579. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl3
  580. - add --enable-debug-minimum to configure.
  581. - add patch10 to disable gtktextview debugging.
  582. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  583. - new upstream release
  584. - build for Vine Linux
  585. - disable debug.
  586. * Fri Nov 22 2002 Havoc Pennington <hp@redhat.com>
  587. - rebuild with xft support
  588. * Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
  589. - rebuild to hack around xft.pc being in the wrong place
  590. - buildreq the pango with pangoxft
  591. * Thu Nov 7 2002 Havoc Pennington <hp@redhat.com>
  592. - 2.1.3
  593. - remove TODO from doc, no longer exists
  594. - remove 64bit patch, now upstream
  595. - comment out scroll_to patch, jrb has to deal with this
  596. - remove keycode patch now upstream
  597. - remove usintl patch now upstream
  598. - remove imenvar patch, now upstream
  599. - remove xftprefs patch now upstream
  600. - remove xftdraw patch now upstream
  601. - remove installdir patch (no longer applies) and do "makeinstall RUN_QUERY_IMMODULES_TEST=false"
  602. - remove extranotify patch, now upstream
  603. - add gdk-pixbuf-query-loaders to file list
  604. - remove gdk-pixbuf.loaders and gtk.immodules in postun as they are
  605. not owned by the package (these should probably live in /var since they
  606. aren't config files and we overwrite them all the time)
  607. * Thu Oct 3 2002 Owen Taylor <otaylor@redhat.com>
  608. - Add a fix for a 64bit problem in gtktypeutils.h
  609. - Bump in rebuild for RPM configuration problem
  610. * Sun Aug 25 2002 Jonathan Blandford <jrb@redhat.com>
  611. - fix gtk_tree_view_scroll_to_cell
  612. * Fri Aug 23 2002 Owen Taylor <otaylor@redhat.com>
  613. - Fixed Raleigh theme missing from package list
  614. * Mon Aug 19 2002 Owen Taylor <otaylor@redhat.com>
  615. - Fix a memory leak in xftprefs.patch
  616. - Fix extra settings notifies on startup that were causing significant
  617. performance problems as fonts were reloaded.
  618. * Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
  619. - Fixes to GtkIMContextSimple compose table for us-intl keyboards
  620. (#70995, Alexandre Oliva)
  621. - Fix problem with keycodes passed to GtkIMContextXIM
  622. * Thu Aug 8 2002 Owen Taylor <otaylor@redhat.com>
  623. - Remove fixed-ltmain.sh, no longer needed
  624. - Fix bug with GTK_IM_MODULE environment variable
  625. - Remove profile.d entries setting GDK_USE_XFT, since we now default to it on
  626. - Backport patch from CVS HEAD to get Xft to work on non-RENDER XServers
  627. - Version 2.0.6
  628. * Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
  629. - Fix cut and paste error in xftprefs patch pointed out by Anders Carlsson
  630. * Mon Jul 8 2002 Owen Taylor <otaylor@redhat.com>
  631. - Add patch to hook Xft up to XSETTINGS
  632. * Tue Jul 2 2002 Jonathan Blandford <jrb@redhat.com>
  633. - tree-view fixes for anaconda. Already in CVS.
  634. * Fri Jun 21 2002 Owen Taylor <otaylor@redhat.com>
  635. - Default GDK_USE_XFT to on, not off
  636. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  637. - 2.0.5
  638. - remove xft configure.in patch
  639. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  640. - rebuild in different environment
  641. * Fri Jun 7 2002 Havoc Pennington <hp@redhat.com>
  642. - rebuild
  643. * Thu Jun 6 2002 Owen Taylor <otaylor@redhat.com>
  644. - Add patch so that configuration works with pango-1.1/fontconfig
  645. * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
  646. - 2.0.3
  647. * Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
  648. - rebuild in different environment
  649. * Mon Jun 3 2002 Havoc Pennington <hp@redhat.com>
  650. - drop /etc/gtk-2.0/gtkrc from the file list, will now be provided by redhat-artwork
  651. * Wed May 29 2002 Havoc Pennington <hp@redhat.com>
  652. - rebuild in different environment
  653. * Wed May 29 2002 Havoc Pennington <hp@redhat.com>
  654. - add profile.d entries to set GDK_USE_XFT
  655. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  656. - automated rebuild
  657. * Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
  658. - rebuild in different environment
  659. - hardcode automake 1.4 req
  660. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  661. - do the prefix/lib -> libdir thing
  662. - include key themes in the package
  663. * Mon Apr 15 2002 root <otaylor@redhat.com>
  664. - Fix missing .po files (#63336)
  665. * Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
  666. - Add reference docs to -devel package (#61184)
  667. - Use GTK2_RC_FILES, not GTK_RC_FILES, since KDE points GTK_RC_FILES
  668. to gtk-1.2 ~/.gtkrc
  669. * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com>
  670. - Change dependency for glib2 since gtk and glib versions mismatch
  671. * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com>
  672. - Update to version 2.0.2
  673. * Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com>
  674. - Version 2.0.0
  675. * Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
  676. - Update to 1.3.15
  677. * Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
  678. - Bump for rebuild
  679. * Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
  680. - Update to 1.3.14
  681. * Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
  682. - add horrible buildrequires hack
  683. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  684. - 1.3.13.91 snapshot
  685. * Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
  686. - build from CVS snapshot
  687. - use setup -q
  688. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  689. - Version 1.3.13
  690. * Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
  691. - automake14
  692. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  693. - 1.3.12.90 snapshot
  694. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  695. - Version 1.3.11
  696. - check atk/pango versions explicitly prior to build,
  697. so that --nodeps tricks don't result in bad binary RPMs
  698. * Fri Oct 5 2001 Havoc Pennington <hp@redhat.com>
  699. - pixbuf loaders were missing from file list
  700. - conflict with gdk-pixbuf-devel <= 0.11
  701. * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
  702. - cvs snap
  703. * Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
  704. - sync with Owen's version
  705. * Thu Sep 20 2001 Havoc Pennington <hp@redhat.com>
  706. - smp_mflags
  707. - langify
  708. * Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
  709. - 1.3.8
  710. - add automake hackarounds
  711. * Thu Sep 13 2001 Havoc Pennington <hp@redhat.com>
  712. - conflict with old GTK with headers not moved
  713. - prereq new version of pango
  714. * Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
  715. - update to CVS snapshot
  716. * Wed Sep 5 2001 Havoc Pennington <hp@redhat.com>
  717. - build require specific versions of dependencies
  718. * Tue Sep 4 2001 Owen Taylor <otaylor@redhat.com>
  719. - Version 1.3.7
  720. * Thu Jul 26 2001 Havoc Pennington <hp@redhat.com>
  721. - Obsolete Inti and Inti-devel, #49967
  722. * Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
  723. - PreReq specific pango and atk versions (#49434)
  724. - Don't package gtk.immodules (#49584)
  725. - Added BuildRequires for libtiff-devel, libjpeg-devel, libpng-devel (#49495)
  726. - Configure with --disable-gtk-doc (#48987)
  727. - Package libgdk_pixbuf_xlib (#47753)
  728. * Sat Jul 7 2001 Tim Powers <timp@redhat.com>
  729. - languify to satisfy rpmlint
  730. * Thu Jun 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  731. - use something better than libtool
  732. * Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
  733. - 1.3.6
  734. - libtool hackery
  735. - obsolete gtk+-gtkbeta-devel
  736. * Fri May 4 2001 Owen Taylor <otaylor@redhat.com>
  737. - Version 1.3.5
  738. - Rename to gtk2
  739. * Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
  740. - Final 1.3.2
  741. * Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
  742. - New snapshot
  743. * Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
  744. - 1.3.2pre1 snapshot version
  745. * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
  746. - Rename to 1.3.1b to avoid version increment difficulties
  747. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  748. - Fix .pc files to not contain -I%{_includedir}
  749. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  750. - Update to a CVS snapshot
  751. * Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
  752. - Removed stray b from %%postun
  753. - Real 1.3.1 tarball fixing stupid omission in gtk-config
  754. * Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
  755. - Version 1.3.1
  756. - move back to /usr
  757. - Remove gtk-config.1 manpage from build since
  758. it conflicts with gtk+-devel. When we go to
  759. gtk+ gtk+1.2 setup, we should add it back
  760. * Fri Jun 30 2000 Owen Taylor <otaylor@redhat.com>
  761. - Rename gtkrc-default source so that it GTK+ package can't remove it
  762. * Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com>
  763. - Rebuild with a prefix of /opt/gtk-beta
  764. * Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
  765. - New version
  766. * Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
  767. - Snapshot version to install in /opt/pango
  768. * Mon Feb 21 2000 Owen Taylor <otaylor@redhat.com>
  769. - Fix weird excess problem that somehow turned up in %{_sysconfdir}/gtkrc.LANG
  770. * Mon Feb 14 2000 Owen Taylor <otaylor@redhat.com>
  771. - More patches from 1.2.7
  772. * Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
  773. - Set the charset explicitely for the default font to avoid
  774. problems with XFree86-4.0 where the default charset is
  775. iso10646-1, not iso8859-1.
  776. - Fix problems with size requisitions for scrolled windows
  777. that was causing looping. (RH bug #7997)
  778. * Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
  779. - Explicitely set the foreground of the tooltips to black
  780. to avoid bad interactions with themes that set a
  781. light foreground color.
  782. * Thu Feb 03 2000 Owen Taylor <otaylor@redhat.com>
  783. - Added large patch of bugfixes in stable branch of CVS
  784. * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
  785. - Added Akira Higuti's patch for line-wrapping in GTK+
  786. * Thu Oct 7 1999 Owen Taylor <otaylor@redhat.com>
  787. - version 1.2.6
  788. * Thu Sep 23 1999 Owen Taylor <otaylor@redhat.com>
  789. - version 1.2.5
  790. - install tutorial GIFs
  791. * Wed Sep 22 1999 Owen Taylor <otaylor@redhat.com>
  792. - Upgrade to real 1.2.5pre2
  793. - Changed name so upgrade to 1.2.5 will work :-(
  794. - Add extra gtkrc files
  795. - Add examples and English language tutorial to -devel package
  796. * Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
  797. - Upgraded to 1.2.5pre2. (Actually, pre-pre-2)
  798. * Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
  799. - added threaded patch
  800. * Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
  801. - Update for GTK+-1.2.3
  802. - Patches that will be in GTK+-1.2.4
  803. - Patch to keep GTK+ from coredumping on X IO errors
  804. - Patch to improve compatilibity with GTK-1.2.1 (allow
  805. event mask to be set on realized widgets)
  806. * Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
  807. - fixes memory leak
  808. * Mon Apr 12 1999 Owen Taylor <otaylor@redhat.com>
  809. - The important bug fixes that will be in GTK+-1.2.2
  810. * Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
  811. - patches from owen to handle various gdk bugs
  812. * Sun Mar 28 1999 Michael Fulbright <drmike@redhat.com>
  813. - added XFree86-devel requirement for gtk+-devel
  814. * Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
  815. - version 1.2.1
  816. * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
  817. - removed /usr/info/dir.gz file from package
  818. * Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
  819. - Version 1.2.0
  820. * Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
  821. - version 1.2.0pre2, patched to use --sysconfdir=%{_sysconfdir}
  822. * Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
  823. - patched in Owen's patch to fix Metal theme
  824. * Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
  825. - bumped up to 1.1.15
  826. * Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
  827. - bumped up to 1.1.14
  828. * Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
  829. - bumped up to 1.1.13
  830. * Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
  831. - bumped up to 1.1.12
  832. * Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
  833. - added Theme directory to file list
  834. - up to 1.1.7 for GNOME freeze
  835. * Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
  836. - Fixed Source: to point to v1.1
  837. * Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
  838. - change %postun to %preun
  839. * Sat Jun 27 1998 Shawn T. Amundson
  840. - Changed version to 1.1.0
  841. * Thu Jun 11 1998 Dick Porter <dick@cymru.net>
  842. - Removed glib, since it is its own module now
  843. * Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
  844. - Split out glib package
  845. * Wed Apr 8 1998 Shawn T. Amundson <amundson@gtk.org>
  846. - Changed version to 1.0.0
  847. * Tue Apr 7 1998 Owen Taylor <otaylor@gtk.org>
  848. - Changed version to 0.99.10
  849. * Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
  850. - Changed version to 0.99.9
  851. - Changed gtk home page to www.gtk.org
  852. * Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
  853. - Changed version to 0.99.8
  854. * Sun Mar 15 1998 Marc Ewing <marc@redhat.com>
  855. - Added aclocal and bin stuff to file list.
  856. - Added -k to the SMP make line.
  857. - Added lib/glib to file list.
  858. * Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
  859. - Changed version to 0.99.7
  860. * Sat Mar 14 1998 Shawn T. Amundson <amundson@gimp.org>
  861. - Updated ftp url and changed version to 0.99.6
  862. * Thu Mar 12 1998 Marc Ewing <marc@redhat.com>
  863. - Reworked to integrate into gtk+ source tree
  864. - Truncated ChangeLog. Previous Authors:
  865. Trond Eivind Glomsrod <teg@pvv.ntnu.no>
  866. Michael K. Johnson <johnsonm@redhat.com>
  867. Otto Hammersmith <otto@redhat.com>