gtk2-vl.spec 36 KB

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