gtk2-vl.spec 38 KB

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