glib2-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
  2. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  3. Summary: A library of handy utility functions.
  4. Name: glib2
  5. Version: 2.34.1
  6. Release: 1%{?_dist_release}
  7. License: LGPLv2+
  8. Group: System Environment/Libraries
  9. Source: http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-%{version}.tar.xz
  10. Source2: glib2.sh
  11. Source3: glib2.csh
  12. Patch0: glib-2.32.1-dconf-path.patch
  13. BuildRoot: %{_tmppath}/glib-%{version}-root
  14. BuildRequires: pkgconfig >= 0.14
  15. BuildRequires: dbus-devel
  16. BuildRequires: gamin-devel
  17. BuildRequires: libffi-devel
  18. BuildRequires: zlib-devel
  19. BuildRequires: python-devel
  20. BuildRequires: gtk-doc
  21. Obsoletes: glib-gtkbeta
  22. URL: http://www.gtk.org
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Daisuke SUZUKI <daisuke@linux.or.jp>, Takemikaduchi
  26. %description
  27. GLib is the low-level core library that forms the basis
  28. for projects such as GTK+ and GNOME. It provides data structure
  29. handling for C, portability wrappers, and interfaces for such runtime
  30. functionality as an event loop, threads, dynamic loading, and an
  31. object system.
  32. This package provides version 2.34 of GLib.
  33. %package devel
  34. Summary: Development files for the GLib library
  35. Group: Development/Libraries
  36. Requires: %{name} = %{version}
  37. Requires: pkgconfig >= 0.14
  38. Requires: libffi-devel
  39. Requires: zlib-devel
  40. Obsoletes: glib-gtkbeta-devel
  41. Conflicts: glib-devel <= 1.2.8
  42. %description devel
  43. The glib-devel package includes the header files for
  44. version 2.34 of the GLib library.
  45. ## to build compat32 for x86_64 architecture support
  46. %package -n compat32-%{name}
  47. Summary: A library of handy utility functions.
  48. Group: System Environment/Libraries
  49. %description -n compat32-%{name}
  50. GLib is the low-level core library that forms the basis
  51. for projects such as GTK+ and GNOME. It provides data structure
  52. handling for C, portability wrappers, and interfaces for such runtime
  53. functionality as an event loop, threads, dynamic loading, and an
  54. object system.
  55. This package provides version 2.34 of GLib.
  56. %package -n compat32-%{name}-devel
  57. Summary: Development files for the GLib library
  58. Group: Development/Libraries
  59. Requires: pkgconfig >= 0.14
  60. Requires: compat32-%{name} = %{version}
  61. Conflicts: glib-devel <= 1.2.8
  62. %description -n compat32-%{name}-devel
  63. The glib-devel package includes the header files for
  64. version 2.34 of the GLib library.
  65. %prep
  66. %setup -q -n glib-%{version}
  67. %patch0 -p1
  68. %build
  69. %configure --disable-selinux --enable-static --enable-systemtap
  70. make %{?_smp_mflags}
  71. %install
  72. rm -rf $RPM_BUILD_ROOT
  73. mkdir -p $RPM_BUILD_ROOT%{_bindir}
  74. make install DESTDIR=$RPM_BUILD_ROOT
  75. ## glib2.sh and glib2.csh
  76. ./mkinstalldirs $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
  77. install -m 755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
  78. install -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
  79. mkdir -p $RPM_BUILD_ROOT%{python_sitearch}
  80. ln -sf %{_libdir}/gdbus-2.0/codegen $RPM_BUILD_ROOT%{python_sitearch}/codegen
  81. touch $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache
  82. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  83. rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/lib*.{a,la}
  84. rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.cache
  85. %find_lang glib20
  86. %clean
  87. rm -rf $RPM_BUILD_ROOT
  88. %post
  89. /sbin/ldconfig
  90. gio-querymodules %{_libdir}/gio/modules
  91. %postun
  92. /sbin/ldconfig
  93. gio-querymodules %{_libdir}/gio/modules
  94. %post -n compat32-%{name} -p /sbin/ldconfig
  95. %postun -n compat32-%{name} -p /sbin/ldconfig
  96. %files -f glib20.lang
  97. %defattr(-, root, root)
  98. %doc AUTHORS COPYING ChangeLog NEWS README
  99. %{_bindir}/gdbus
  100. %{_bindir}/gio-querymodules
  101. %{_bindir}/glib-compile-schemas
  102. %{_bindir}/gsettings
  103. %{_libdir}/libglib-2.0.so.*
  104. %{_libdir}/libgthread-2.0.so.*
  105. %{_libdir}/libgmodule-2.0.so.*
  106. %{_libdir}/libgobject-2.0.so.*
  107. %{_libdir}/libgio-2.0.so.*
  108. %{_libdir}/gio/modules/lib*.so
  109. %{_sysconfdir}/profile.d/*
  110. %{_datadir}/bash-completion/completions/gdbus
  111. %{_datadir}/bash-completion/completions/gsettings
  112. %files devel
  113. %defattr(-, root, root)
  114. %{_bindir}/gdbus-codegen
  115. %{_bindir}/glib-compile-resources
  116. %{_bindir}/glib-genmarshal
  117. %{_bindir}/glib-gettextize
  118. %{_bindir}/glib-mkenums
  119. %{_bindir}/gobject-query
  120. %{_bindir}/gresource
  121. %{_bindir}/gtester
  122. %{_bindir}/gtester-report
  123. %{_libdir}/lib*.so
  124. %{_libdir}/lib*.a
  125. %{_libdir}/gdbus-2.0/codegen/*
  126. %{_libdir}/glib-2.0
  127. %{_libdir}/pkgconfig/*
  128. %{python_sitearch}/codegen
  129. %{_includedir}/*
  130. %{_datadir}/aclocal/*
  131. %{_datadir}/glib-2.0
  132. %doc %{_datadir}/gtk-doc/html/*
  133. %doc %{_mandir}/man1/*
  134. %{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py*
  135. %{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py*
  136. %{_datadir}/bash-completion/completions/gresource
  137. %if %{build_compat32}
  138. %files -n compat32-%{name}
  139. %defattr(-, root, root)
  140. %{_libdir}/libglib-2.0.so.*
  141. %{_libdir}/libgthread-2.0.so.*
  142. %{_libdir}/libgmodule-2.0.so.*
  143. %{_libdir}/libgobject-2.0.so.*
  144. %{_libdir}/libgio-2.0.so.*
  145. %{_libdir}/gio/modules/lib*.so
  146. %files -n compat32-%{name}-devel
  147. %defattr(-, root, root)
  148. %{_libdir}/lib*.so
  149. %{_libdir}/lib*.a
  150. %{_libdir}/glib-2.0
  151. %endif
  152. %changelog
  153. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1
  154. - new upstream release
  155. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.0-1
  156. - new upstream release
  157. * Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.4-1
  158. - new upstream release
  159. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.3-1
  160. - new upstream release
  161. * Wed May 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
  162. - new upstream release
  163. * Sat Apr 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  164. - new upstream release
  165. - add BuildRequires: python-devel
  166. - add Patch0 (glib-2.32.1-dconf-path.patch)
  167. * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  168. - new upstream release
  169. * Sun Oct 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  170. - new upstream release
  171. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  172. - new upstream release
  173. - add Requires: libffi-devel, zlib-devel (-devel sub package)
  174. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.92-1
  175. - new upstream release
  176. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.18-1
  177. - new upstream release
  178. - remove Patch0,1
  179. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.16-1
  180. - new upstream release
  181. - Patch0: glib-2.29.16-fixes-bug-656387.patch
  182. - Patch1: glib-2.29.16-fixes-bug-656675.patch
  183. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.29.14-1
  184. - new upstream release
  185. - add BuildRequires: libffi-devel, dbus-devel
  186. * Sat Jun 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.8-1
  187. - new upstream release
  188. * Fri Apr 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
  189. - new upstream release
  190. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.5-1
  191. - new upstream release
  192. * Wed Mar 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.4-1
  193. - new upstream release
  194. * Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.3-1
  195. - new upstream release
  196. * Sun Mar 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  197. - new upstream release
  198. * Sat Feb 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
  199. - new upstream release
  200. * Sat Feb 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  201. - new upstream release
  202. * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.1-2
  203. - move the following files from glib2-devel to glib2 package
  204. (gdbus, gio-querymodules, glib-compile-schemas, gsettings)
  205. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.1-1
  206. - new upstream release
  207. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1
  208. - new upstream release
  209. - fix Source (add URL)
  210. - fix %files to add /etc/bash_completion.d files
  211. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.24.2-2
  212. - build with rpm-4.8.1-1 for pkg-config file
  213. * Sat Aug 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.2-1
  214. - new upstream release
  215. * Tue May 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.1-1
  216. - new upstream release
  217. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1
  218. - new upstream release
  219. - add BuildRequires: zlib-devel
  220. * Sun Mar 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.5-1
  221. - new upstream release
  222. * Mon Jan 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.4-1
  223. - new upstream release
  224. * Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.3-1
  225. - new upstream release
  226. * Sun Oct 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1
  227. - new upstream release
  228. * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1
  229. - new upstream release
  230. * Mon Jun 29 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.4-1
  231. - new upstream release
  232. * Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.3-1
  233. - new upstream release
  234. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.2-1
  235. - new upstream release
  236. * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-1
  237. - new upstream release
  238. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.0-1
  239. - new upstream release
  240. * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.4-1
  241. - new upstream release
  242. * Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.3-1
  243. - new upstream release
  244. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1
  245. - new upstream release
  246. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-1
  247. - new upstream release
  248. * Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1
  249. - new upstream release
  250. * Mon Jul 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.4-1
  251. - new upstream release
  252. * Sat May 10 2008 NAKAMURA Kenta <kenta@vinelinux.org> 2.16.3-2
  253. - updated %%if %%{build_compat32} case related statements
  254. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.3-1vl5
  255. - new upstream release
  256. - removed lib*.la files from devel package
  257. * Sun Apr 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.2-1vl5
  258. - new upstream release
  259. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.1-1vl5
  260. - added %%{?_dist_release}
  261. - BuildRequires: gamin-devel
  262. * Tue Mar 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.1-0vl1
  263. - new upstream release
  264. * Thu Feb 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.6-0vl1
  265. - new upstream release
  266. * Wed Jan 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.5-0vl1
  267. - new upstream release
  268. * Wed Nov 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.3-0vl1
  269. - new upstream release
  270. * Thu Oct 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
  271. - new upstream release
  272. - removed BuildRequires: automake17
  273. * Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.1-0vl1
  274. - new upstream release
  275. * Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-0vl1
  276. - new upstream release
  277. * Wed Jul 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.13-0vl1
  278. - new upstream release
  279. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.12-0vl2
  280. - rebuild with new environment
  281. * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.12-0vl1
  282. - new upstream release
  283. * Thu Mar 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.11-0vl1
  284. - new upstream release
  285. * Mon Jan 08 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.7-0vl1
  286. - new upstream release
  287. * Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.6-0vl1
  288. - new upstream release
  289. * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.3-0vl1
  290. - new upstream release
  291. * Wed Aug 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
  292. - new upstream release
  293. * Sat Aug 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  294. - new upstream release
  295. * Mon Jun 26 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.10.3-0vl3
  296. - rebuild
  297. * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl2
  298. - update glib2.{sh,csh}
  299. - add EUC-JP,CP932,UTF-8 to G_FILENAME_ENCODING
  300. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
  301. - new upstream release
  302. * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-0vl1
  303. - new upstream release
  304. * Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  305. - new upstream release
  306. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  307. - new upstream release
  308. * Mon Feb 27 2006 Shu KONNO <owa@bg.wakwak.com> 2.8.6-0vl2
  309. - added compat32-* packages for x86_64 architecture support
  310. - chaged G_ATOMIC_X86_64 to I486 in config.h before making compat32
  311. * Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.6-0vl1
  312. - new upstream release
  313. * Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1
  314. - new upstream release
  315. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.4-0vl1
  316. - new upstream release
  317. * Tue Sep 27 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1
  318. - new upstream release
  319. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl3
  320. - fixed typo in glib2.csh
  321. * Sun Sep 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl2
  322. - update glib2.{sh,csh} to use G_FILENAME_ENCODING instead of
  323. G_BROKEN_FILENAMES.
  324. * Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  325. - new upstream release
  326. * Sat Aug 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-0vl1
  327. - new upstream release
  328. * Sat Aug 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.7-0vl1
  329. - new upstream release
  330. * Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-0vl1
  331. - new upstream release
  332. * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1
  333. - new upstream release
  334. * Sun Jul 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1
  335. - new upstream release
  336. - add *.la to build arts (should be fixed in arts?)
  337. * Sat Apr 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-0vl1
  338. - new upstream release
  339. * Fri Mar 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-0vl1
  340. - new upstream release
  341. * Sat Feb 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
  342. - new upstream release
  343. * Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
  344. - new upstream release
  345. * Sat Dec 04 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1
  346. - new upstream release
  347. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl2
  348. - rebuilt
  349. * Mon Oct 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-0vl1
  350. - new upstream release
  351. * Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-0vl1
  352. - new upstream release
  353. * Sun Aug 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.5-0vl1
  354. - new upstream release
  355. * Fri Jul 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-0vl1
  356. - new upstream release
  357. * Sat Jun 5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  358. - new upstream release
  359. * Sat May 1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  360. - new upstream release
  361. * Thu Mar 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  362. - new upstream release
  363. * Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.2.3-0vl2
  364. - rebuild with new toolchain
  365. * Sun Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.3-0vl1
  366. - new upstream release
  367. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
  368. - new upstream release
  369. * Mon Feb 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  370. - new upstream release
  371. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  372. - new upstream release
  373. * Fri Dec 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  374. - new upstream release
  375. - build for Vine Linux
  376. * Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
  377. - install glib2.sh and glib2.csh to set G_BROKEN_FILENAMES
  378. - blow away unpackaged files in install
  379. * Thu Aug 8 2002 Owen Taylor <otaylor@redhat.com>
  380. - Version 2.0.6
  381. - Remove fixed-ltmain.sh; shouldn't be needed any more.
  382. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  383. - automated rebuild
  384. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  385. - 2.0.4
  386. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  387. - automated rebuild
  388. * Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
  389. - rebuild in different environment
  390. * Mon Apr 15 2002 Owen Taylor <otaylor@redhat.com>
  391. - Fix missing .po files (#63336)
  392. * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com>
  393. - Update to version 2.0.1
  394. * Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com>
  395. - Version 2.0.0
  396. * Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
  397. - Update to 1.3.15
  398. * Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
  399. - Bump for rebuild
  400. * Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
  401. - Update to 1.3.14
  402. * Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
  403. - add horrible buildrequires hack
  404. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  405. - 1.3.13.91 cvs snap
  406. * Mon Feb 11 2002 Matt Wilson <msw@redhat.com>
  407. - rebuild from CVS snapshot
  408. - use setup -q
  409. * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
  410. - rebuild
  411. * Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
  412. - 1.3.13
  413. * Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
  414. - attempting rebuild in rawhide
  415. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  416. - remove 64-bit patch now upstream, 1.3.12.90
  417. * Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
  418. - add some missing files to file list, langify
  419. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  420. - add temporary patch to fix GTypeFundamentals on 64-bit
  421. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  422. - Version 1.3.11
  423. * Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
  424. - Version 1.3.10
  425. * Tue Sep 25 2001 Owen Taylor <otaylor@redhat.com>
  426. - Version 1.3.9
  427. * Wed Sep 19 2001 Owen Taylor <otaylor@redhat.com>
  428. - Version 1.3.8
  429. * Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
  430. - Make -devel package require main package (#45388)
  431. - Fix description and summary
  432. - Configure with --disable-gtk-doc
  433. * Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  434. - add some portability fixes needed at least on s390
  435. - copy config.{guess,sub} instead of calling libtoolize
  436. * Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
  437. - try a new glib tarball with Makefile changes to work around
  438. libtool linking to installed .la files
  439. - make -devel require pkgconfig
  440. * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
  441. - either libtool or the bad libtool hacks caused link
  442. against glib-gobject 1.3.2, rebuild
  443. * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
  444. - 1.3.6
  445. - bad libtool workarounds
  446. * Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
  447. - 1.3.5, rename to glib2
  448. * Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
  449. - Final 1.3.2
  450. * Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
  451. - Version 1.3.2pre1
  452. - Remove pkgconfig
  453. * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
  454. - Call 1.3.1b instead of snap... the snap* naming doesn't
  455. order correctly.
  456. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  457. - new snapshot with fixed .pc files
  458. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  459. - include .pc files in file list
  460. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  461. - Include pkg-config
  462. - Upgrade to a glib CVS snapshot
  463. * Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
  464. - rebuild to cope with glibc locale binary incompatibility
  465. * Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com>
  466. - Remove glib-config.1 manpage from build since
  467. it conflicts with glib-devel. When we go to
  468. glib glib1.2 setup, we should add it back
  469. * Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
  470. - Version 1.3.1
  471. - Move back to standard %{prefix}
  472. * Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com>
  473. - Rebuild in /opt/gtk-beta
  474. * Tue May 30 2000 Owen Taylor <otaylor@redhat.com>
  475. - New version (adds gobject)
  476. * Wed Apr 25 2000 Owen Taylor <otaylor@redhat.com>
  477. - Don't blow away /etc/ld.so.conf (sorry!)
  478. * Tue Apr 24 2000 Owen Taylor <otaylor@redhat.com>
  479. - Snapshot RPM for Pango testing
  480. * Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com>
  481. - Added fixes from stable branch of CVS
  482. * Thu Oct 7 1999 Owen Taylor <otaylor@redhat.com>
  483. - version 1.2.6
  484. * Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com>
  485. - version 1.2.5
  486. * Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com>
  487. - version 1.2.4
  488. * Mon Jun 7 1999 Owen Taylor <otaylor@redhat.com>
  489. - version 1.2.3
  490. * Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
  491. - version 1.2.1
  492. * Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com>
  493. - Version 1.2
  494. * Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
  495. - version 1.2.0pre1
  496. * Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
  497. - new description tags
  498. * Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
  499. - removed libtoolize from %build
  500. * Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com>
  501. - added libgthread to file list
  502. * Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com>
  503. - version 1.1.15
  504. * Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
  505. - version 1.1.14
  506. * Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
  507. - version 1.1.13
  508. * Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
  509. - version 1.1.12
  510. * Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
  511. - updated in preparation for the GNOME freeze
  512. * Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
  513. - Split out glib package