gtk2-vl.spec 37 KB

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